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

/netbsd-current/external/gpl3/gcc/dist/libquadmath/strtod/
H A Dstrtod_l.c901 int exp_negative = 0;
906 exp_negative = 1;
919 if (exp_negative)
951 if (exp_negative)
1004 result = (exp_negative ? (negative ? -0.0 : 0.0) :
1024 if (exp_negative)
899 int exp_negative = 0; local
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/strtod/
H A Dstrtod_l.c901 int exp_negative = 0;
906 exp_negative = 1;
919 if (exp_negative)
951 if (exp_negative)
1004 result = (exp_negative ? (negative ? -0.0 : 0.0) :
1024 if (exp_negative)
899 int exp_negative = 0; local

Completed in 390 milliseconds