Searched defs:DECIMAL (Results 1 – 5 of 5) sorted by relevance
216 struct DECIMAL { struct221 ubyte sign; // 0 for positive, DECIMAL_NEG for negatives. argument234 // #define DECIMAL_SETZERO(d) {(d).Lo64=(d).Hi32=(d).signscale=0;} argument235 void setZero() { Lo64 = 0; Hi32 = 0; signscale = 0; } in setZero()
61 DECIMAL = 262, /* DECIMAL */ enumerator96 #define DECIMAL 262 macro
259 DECIMAL = 262, /* DECIMAL */ enumerator294 #define DECIMAL 262 macro
119 #define DECIMAL(x) \ in decode_string() macro
281 #define DECIMAL(x) \ in decode_string() macro