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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_logbf.c 23 two25 = 3.355443200e+07; /* 0x4c000000 */ variable
34 x *= two25; /* convert subnormal x to normal */
s_frexpf.c 23 two25 = 3.3554432000e+07; /* 0x4c000000 */ variable
34 x *= two25;
s_scalbnf.c 26 two25 = 3.355443200e+07, /* 0x4c000000 */ variable
39 x *= two25;
e_log10f.c 24 two25 = 3.3554432000e+07, /* 0x4c000000 */ variable
44 return -two25/vzero; /* log(+-0)=-inf */
46 k -= 25; x *= two25; /* subnormal number, scale up x */
e_log2f.c 24 two25 = 3.3554432000e+07, /* 0x4c000000 */ variable
42 return -two25/vzero; /* log(+-0)=-inf */
44 k -= 25; x *= two25; /* subnormal number, scale up x */
e_logf.c 25 two25 = 3.355443200e+07, /* 0x4c000000 */ variable
46 return -two25/vzero; /* log(+-0)=-inf */
48 k -= 25; x *= two25; /* subnormal number, scale up x */
s_log1pf.c 27 two25 = 3.355443200e+07, /* 0x4c000000 */ variable
51 if(x==(float)-1.0) return -two25/vzero; /* log1p(-1)=+inf */
55 if(two25+x>zero /* raise inexact */
  /prebuilts/ndk/r11/sources/android/support/src/msun/
e_log2f.c 24 two25 = 3.3554432000e+07, /* 0x4c000000 */ variable
42 return -two25/vzero; /* log(+-0)=-inf */
44 k -= 25; x *= two25; /* subnormal number, scale up x */
  /prebuilts/ndk/r13/sources/android/support/src/msun/
e_log2f.c 24 two25 = 3.3554432000e+07, /* 0x4c000000 */ variable
42 return -two25/vzero; /* log(+-0)=-inf */
44 k -= 25; x *= two25; /* subnormal number, scale up x */
  /device/google/contexthub/firmware/lib/libm/
sf_scalbn.c 31 two25 = 3.355443200e+07, /* 0x4c000000 */ variable
54 x *= two25;

Completed in 400 milliseconds