Searched refs:DECIMAL32_Ehigh (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/libdecnumber/dpd/
H A Ddecimal32.h45 #define DECIMAL32_Ehigh (DECIMAL32_Emax+DECIMAL32_Bias-DECIMAL32_Pmax+1) macro
H A Ddecimal32.c130 if (exp>DECIMAL32_Ehigh) { /* top clamp */
131 exp=DECIMAL32_Ehigh;
143 if (exp>DECIMAL32_Ehigh) { /* fold-down case */
144 pad=exp-DECIMAL32_Ehigh;
145 exp=DECIMAL32_Ehigh; /* [to maximum] */
/netbsd-current/external/gpl3/gdb.old/dist/libdecnumber/dpd/
H A Ddecimal32.h45 #define DECIMAL32_Ehigh (DECIMAL32_Emax+DECIMAL32_Bias-DECIMAL32_Pmax+1) macro
H A Ddecimal32.c130 if (exp>DECIMAL32_Ehigh) { /* top clamp */
131 exp=DECIMAL32_Ehigh;
143 if (exp>DECIMAL32_Ehigh) { /* fold-down case */
144 pad=exp-DECIMAL32_Ehigh;
145 exp=DECIMAL32_Ehigh; /* [to maximum] */
/netbsd-current/external/gpl3/gcc.old/dist/libdecnumber/dpd/
H A Ddecimal32.h45 #define DECIMAL32_Ehigh (DECIMAL32_Emax+DECIMAL32_Bias-DECIMAL32_Pmax+1) macro
H A Ddecimal32.c130 if (exp>DECIMAL32_Ehigh) { /* top clamp */
131 exp=DECIMAL32_Ehigh;
143 if (exp>DECIMAL32_Ehigh) { /* fold-down case */
144 pad=exp-DECIMAL32_Ehigh;
145 exp=DECIMAL32_Ehigh; /* [to maximum] */
/netbsd-current/external/gpl3/gcc/dist/libdecnumber/dpd/
H A Ddecimal32.h45 #define DECIMAL32_Ehigh (DECIMAL32_Emax+DECIMAL32_Bias-DECIMAL32_Pmax+1) macro
H A Ddecimal32.c130 if (exp>DECIMAL32_Ehigh) { /* top clamp */
131 exp=DECIMAL32_Ehigh;
143 if (exp>DECIMAL32_Ehigh) { /* fold-down case */
144 pad=exp-DECIMAL32_Ehigh;
145 exp=DECIMAL32_Ehigh; /* [to maximum] */

Completed in 205 milliseconds