Searched refs:DECIMAL_Inf (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A Ddecimal128.h73 #define DECIMAL_Inf 0x78 /* 0 11110 00 Infinity */ macro
H A Ddecimal32.h65 #define DECIMAL_Inf 0x78 /* 0 11110 00 Infinity */ macro
H A Ddecimal64.h69 #define DECIMAL_Inf 0x78 /* 0 11110 00 Infinity */ macro
H A Ddecimal128.c111 top = DECIMAL_Inf;
208 if ((top & 0x7c) == (DECIMAL_Inf & 0x7c))
H A Ddecimal32.c111 top = DECIMAL_Inf;
205 if ((top & 0x7c) == (DECIMAL_Inf & 0x7c))
H A Ddecimal64.c111 top = DECIMAL_Inf;
204 if ((top & 0x7c) == (DECIMAL_Inf & 0x7c))

Completed in 79 milliseconds