HomeSort by relevance Sort by last modified time
    Searched refs:o_threshold (Results 1 - 11 of 11) 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 87 o_threshold= 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable
124 if(x > o_threshold) return huge*huge; /* overflow */
e_expf.c 27 o_threshold= 8.8721679688e+01, /* 0x42b17180 */ variable
62 if(x > o_threshold) return huge*huge; /* overflow */
e_coshl.c 83 o_threshold = 1.13572168e4; /* 0xb174de.0p-10 */ variable
124 /* |x| in [64, o_threshold], return correctly-overflowing exp(|x|)/2 */
125 if (fabsl(x) <= o_threshold)
128 /* |x| > o_threshold, cosh(x) overflow */
e_sinhl.c 82 o_threshold = 1.13572168e4; /* 0xb174de.0p-10 */ variable
125 /* |x| in [64, o_threshold], return correctly-overflowing s*exp(|x|)/2 */
126 if (fabsl(x) <= o_threshold)
129 /* |x| > o_threshold, sinh(x) overflow */
s_expm1f.c 27 o_threshold = 8.8721679688e+01,/* 0x42b17180 */ variable
59 if(x > o_threshold) return huge*huge; /* overflow */
s_expm1.c 119 o_threshold = 7.09782712893383973096e+02,/* 0x40862E42, 0xFEFA39EF */ variable
153 if(x > o_threshold) return huge*huge; /* overflow */
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
e_expf.c 27 o_threshold= 8.8721679688e+01, /* 0x42b17180 */ variable
62 if(x > o_threshold) return huge*huge; /* overflow */
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_expl.c 54 o_threshold = 11356.523406294143949491931077970763428L, variable
78 if (x > o_threshold)
220 if (x > o_threshold)

Completed in 966 milliseconds