Home
last modified time | relevance | path

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

/external/fdlibm/
Dw_exp.c24 o_threshold= 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable
41 if(x>o_threshold)
De_exp.c87 o_threshold= 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable
123 if(x > o_threshold) return huge*huge; /* overflow */
Ds_expm1.c118 o_threshold = 7.09782712893383973096e+02,/* 0x40862E42, 0xFEFA39EF */ variable
153 if(x > o_threshold) return huge*huge; /* overflow */
/external/v8/src/base/
Dieee754.cc1500 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()