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

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_expf.c 43 twom100 = 7.8886090522e-31; /* 2**-100=0x0d800000 */ variable
63 if(x < u_threshold) return twom100*twom100; /* underflow */
96 return y*twopk*twom100;
s_exp2f.c 47 twom100 = 0x1p-100f; variable
115 return (twom100 * twom100); /* underflow */
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
e_expf.c 43 twom100 = 7.8886090522e-31; /* 2**-100=0x0d800000 */ variable
63 if(x < u_threshold) return twom100*twom100; /* underflow */
96 return y*twopk*twom100;
  /device/google/contexthub/firmware/lib/libm/
ef_exp.c 30 twom100 = 7.8886090522e-31, /* 2**-100=0x0d800000 */ variable
65 return twom100*twom100; /* underflow */
97 return y*twom100;

Completed in 500 milliseconds