Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcclibs/libdecnumber/
Ddecimal32.c111 top = DECIMAL_Inf; in decimal32FromNumber()
205 if ((top & 0x7c) == (DECIMAL_Inf & 0x7c)) in decimal32ToNumber()
Ddecimal128.c111 top = DECIMAL_Inf; in decimal128FromNumber()
208 if ((top & 0x7c) == (DECIMAL_Inf & 0x7c)) in decimal128ToNumber()
Ddecimal64.c111 top = DECIMAL_Inf; in decimal64FromNumber()
204 if ((top & 0x7c) == (DECIMAL_Inf & 0x7c)) in decimal64ToNumber()
Ddecimal32.h65 #define DECIMAL_Inf 0x78 /* 0 11110 00 Infinity */ macro
Ddecimal64.h69 #define DECIMAL_Inf 0x78 /* 0 11110 00 Infinity */ macro
Ddecimal128.h73 #define DECIMAL_Inf 0x78 /* 0 11110 00 Infinity */ macro