HomeSort by relevance Sort by last modified time
    Searched refs:o_threshold (Results 1 - 7 of 7) sorted by null

  /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/upstream-freebsd/lib/msun/src/
e_exp.c 88 o_threshold= 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable
124 if(x > o_threshold) return huge*huge; /* overflow */
e_expf.c 28 o_threshold= 8.8721679688e+01, /* 0x42b17180 */ variable
61 if(x > o_threshold) return huge*huge; /* overflow */
s_expm1.c 120 o_threshold = 7.09782712893383973096e+02,/* 0x40862E42, 0xFEFA39EF */ variable
152 if(x > o_threshold) return huge*huge; /* overflow */
s_expm1f.c 28 o_threshold = 8.8721679688e+01,/* 0x42b17180 */ variable
58 if(x > o_threshold) return huge*huge; /* overflow */

Completed in 196 milliseconds