/external/fdlibm/ |
w_exp.c | 24 o_threshold= 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable 41 if(x>o_threshold)
|
e_exp.c | 87 o_threshold= 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable 123 if(x > o_threshold) return huge*huge; /* overflow */
|
s_expm1.c | 118 o_threshold = 7.09782712893383973096e+02,/* 0x40862E42, 0xFEFA39EF */ variable 153 if(x > o_threshold) return huge*huge; /* overflow */
|
/bionic/libm/src/ |
e_exp.c | 88 o_threshold= 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable 122 if(x > o_threshold) return huge*huge; /* overflow */
|
e_expf.c | 28 o_threshold= 8.8721679688e+01, /* 0x42b17180 */ variable 58 if(x > o_threshold) return huge*huge; /* overflow */
|
s_expm1.c | 119 o_threshold = 7.09782712893383973096e+02,/* 0x40862E42, 0xFEFA39EF */ variable 152 if(x > o_threshold) return huge*huge; /* overflow */
|
s_expm1f.c | 27 o_threshold = 8.8721679688e+01,/* 0x42b17180 */ variable 57 if(x > o_threshold) return huge*huge; /* overflow */
|