HomeSort by: relevance | last modified time | path
    Searched defs:o_threshold (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libm/src/
e_exp.c 89 o_threshold= 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable in typeref:typename:const double[2]
125 if(x > o_threshold) return huge*huge; /* overflow */
e_expf.c 30 o_threshold= 8.8721679688e+01, /* 0x42b17180 */ variable in typeref:typename:const float[2]
62 if(x > o_threshold) return huge*huge; /* overflow */
s_expm1.c 120 o_threshold = 7.09782712893383973096e+02,/* 0x40862E42, 0xFEFA39EF */ variable in typeref:typename:const double
156 if(x > o_threshold) return huge*huge; /* overflow */
s_expm1f.c 28 o_threshold = 8.8721679688e+01,/* 0x42b17180 */ variable in typeref:typename:const float
61 if(x > o_threshold) return huge*huge; /* overflow */
e_coshl.c 89 o_threshold = 1.13572168e4; /* 0xb174de.0p-10 */ variable in typeref:typename:const float
132 /* |x| in [64, o_threshold], return correctly-overflowing exp(|x|)/2 */
133 if (fabsl(x) <= o_threshold)
136 /* |x| > o_threshold, cosh(x) overflow */
e_sinhl.c 88 o_threshold = 1.13572168e4; /* 0xb174de.0p-10 */ variable in typeref:typename:const float
134 /* |x| in [64, o_threshold], return correctly-overflowing s*exp(|x|)/2 */
135 if (fabsl(x) <= o_threshold)
138 /* |x| > o_threshold, sinh(x) overflow */
  /src/lib/libm/ld80/
s_expl.c 63 #define o_threshold (o_thresholdu.extu_ld) macro
86 if (x > o_threshold)
175 if (x > o_threshold)
  /src/lib/libm/ld128/
s_expl.c 53 o_threshold = 11356.523406294143949491931077970763428L, variable in typeref:typename:const long double
75 if (x > o_threshold)
218 if (x > o_threshold)

Completed in 40 milliseconds