Annotation of nono/fpe/fpu_bcd.h, revision 1.1

1.1     ! root        1: #ifndef _FPU_BCD_H_
        !             2: #define _FPU_BCD_H_
        !             3: 
        !             4: #define FPU_BCD_DIGIT  (19)
        !             5: typedef struct fpu_bcd_t {
        !             6:        // 符号
        !             7:        int sign;
        !             8:        // 10^e
        !             9:        int e;
        !            10:        // 左詰め
        !            11:        uint8_t d[FPU_BCD_DIGIT];
        !            12: } BCD;
        !            13: 
        !            14: #endif /* _FPU_BCD_H_ */
        !            15: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.