Searched refs:DENORM_EXP (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libquadmath/strtod/
H A Dstrtod_l.c269 #ifndef DENORM_EXP
270 # define DENORM_EXP (MIN_EXP - 2)
272 exponent = DENORM_EXP;
309 else if (exponent == DENORM_EXP
268 # define DENORM_EXP macro
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/strtod/
H A Dstrtod_l.c269 #ifndef DENORM_EXP
270 # define DENORM_EXP (MIN_EXP - 2)
272 exponent = DENORM_EXP;
309 else if (exponent == DENORM_EXP
268 # define DENORM_EXP macro

Completed in 189 milliseconds