Searched refs:o_threshold (Results 1 - 4 of 4) sorted by relevance

/external/fdlibm/
H A Dw_exp.c24 o_threshold= 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable
41 if(x>o_threshold)
H A De_exp.c87 o_threshold= 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable
123 if(x > o_threshold) return huge*huge; /* overflow */
H A Ds_expm1.c118 o_threshold = 7.09782712893383973096e+02,/* 0x40862E42, 0xFEFA39EF */ variable
153 if(x > o_threshold) return huge*huge; /* overflow */
/external/v8/src/base/
H A Dieee754.cc1499 o_threshold = 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ local
1536 if (x > o_threshold) return huge * huge; /* overflow */
2256 o_threshold = 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ local
2289 if (x > o_threshold) return huge * huge; /* overflow */

Completed in 1685 milliseconds