Searched refs:DECIMAL_Inf (Results 1 – 6 of 6) sorted by relevance
111 top = DECIMAL_Inf; in decimal32FromNumber()205 if ((top & 0x7c) == (DECIMAL_Inf & 0x7c)) in decimal32ToNumber()
111 top = DECIMAL_Inf; in decimal128FromNumber()208 if ((top & 0x7c) == (DECIMAL_Inf & 0x7c)) in decimal128ToNumber()
111 top = DECIMAL_Inf; in decimal64FromNumber()204 if ((top & 0x7c) == (DECIMAL_Inf & 0x7c)) in decimal64ToNumber()
65 #define DECIMAL_Inf 0x78 /* 0 11110 00 Infinity */ macro
69 #define DECIMAL_Inf 0x78 /* 0 11110 00 Infinity */ macro
73 #define DECIMAL_Inf 0x78 /* 0 11110 00 Infinity */ macro