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

  /external/fdlibm/
w_exp.c 25 u_threshold= -7.45133219101941108420e+02; /* 0xc0874910, 0xD52D3051 */ variable
43 else if(x<u_threshold)
e_exp.c 88 u_threshold= -7.45133219101941108420e+02, /* 0xc0874910, 0xD52D3051 */ variable
124 if(x < u_threshold) return twom1000*twom1000; /* underflow */
  /bionic/libm/src/
e_exp.c 89 u_threshold= -7.45133219101941108420e+02, /* 0xc0874910, 0xD52D3051 */ variable
123 if(x < u_threshold) return twom1000*twom1000; /* underflow */
e_expf.c 29 u_threshold= -1.0397208405e+02, /* 0xc2cff1b5 */ variable
59 if(x < u_threshold) return twom100*twom100; /* underflow */

Completed in 92 milliseconds