Searched refs:o_threshold (Results 1 – 4 of 4) sorted by relevance
/external/fdlibm/ |
D | w_exp.c | 24 o_threshold= 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable 41 if(x>o_threshold)
|
D | e_exp.c | 87 o_threshold= 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable 123 if(x > o_threshold) return huge*huge; /* overflow */
|
D | s_expm1.c | 118 o_threshold = 7.09782712893383973096e+02,/* 0x40862E42, 0xFEFA39EF */ variable 153 if(x > o_threshold) return huge*huge; /* overflow */
|
/external/v8/src/base/ |
D | ieee754.cc | 1500 o_threshold = 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ in exp() local 1537 if (x > o_threshold) return huge * huge; /* overflow */ in exp() 2257 o_threshold = 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ in expm1() local 2290 if (x > o_threshold) return huge * huge; /* overflow */ in expm1()
|