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

  /src/lib/libm/src/
e_exp.c 90 u_threshold= -7.45133219101941108420e+02, /* 0xc0874910, 0xD52D3051 */ variable in typeref:typename:const double[2]
126 if(x < u_threshold) return twom1000*twom1000; /* underflow */
e_expf.c 31 u_threshold= -1.0397208405e+02, /* 0xc2cff1b5 */ variable in typeref:typename:const float[2]
63 if(x < u_threshold) return twom100*twom100; /* underflow */
e_exp.c 90 u_threshold= -7.45133219101941108420e+02, /* 0xc0874910, 0xD52D3051 */ variable in typeref:typename:const double[2]
126 if(x < u_threshold) return twom1000*twom1000; /* underflow */
e_expf.c 31 u_threshold= -1.0397208405e+02, /* 0xc2cff1b5 */ variable in typeref:typename:const float[2]
63 if(x < u_threshold) return twom100*twom100; /* underflow */
  /src/lib/libm/ld80/
s_expl.c 66 #define u_threshold (u_thresholdu.extu_ld) macro
88 if (x < u_threshold)
s_expl.c 66 #define u_threshold (u_thresholdu.extu_ld) macro
88 if (x < u_threshold)
  /src/lib/libm/ld128/
s_expl.c 55 u_threshold = -11433.462743336297878837243843452621503L; variable in typeref:typename:const long double
77 if (x < u_threshold)
s_expl.c 55 u_threshold = -11433.462743336297878837243843452621503L; variable in typeref:typename:const long double
77 if (x < u_threshold)

Completed in 25 milliseconds