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

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_acoshf.c 24 ln2 = 6.9314718246e-01; /* 0x3f317218 */ variable
38 return __ieee754_logf(x)+ln2; /* acosh(huge)=log(2x) */
e_acosh.c 23 * acosh(x) := log(x)+ln2, if x is large; else
39 ln2 = 6.93147180559945286227e-01; /* 0x3FE62E42, 0xFEFA39EF */ variable
54 return __ieee754_log(x)+ln2; /* acosh(huge)=log(2x) */
s_asinh.c 22 * := sign(x)*(log(x)+ln2)) for large |x|, else
34 ln2 = 6.93147180559945286227e-01, /* 0x3FE62E42, 0xFEFA39EF */ variable
49 w = __ieee754_log(fabs(x))+ln2;
s_asinhf.c 24 ln2 = 6.9314718246e-01, /* 0x3f317218 */ variable
39 w = __ieee754_logf(fabsf(x))+ln2;
  /external/fdlibm/
e_acosh.c 20 * acosh(x) := ieee_log(x)+ln2, if x is large; else
37 ln2 = 6.93147180559945286227e-01; /* 0x3FE62E42, 0xFEFA39EF */ variable
55 return __ieee754_log(x)+ln2; /* acosh(huge)=ieee_log(2x) */
s_asinh.c 20 * := sign(x)*(ieee_log(x)+ln2)) for large |x|, else
33 ln2 = 6.93147180559945286227e-01, /* 0x3FE62E42, 0xFEFA39EF */ variable
52 w = __ieee754_log(ieee_fabs(x))+ln2;
  /external/valgrind/main/memcheck/tests/amd64/
more_x87_fp.c 142 TEST(ln2);
  /external/valgrind/main/memcheck/tests/x86/
more_x86_fp.c 132 TEST(ln2);
  /external/svox/pico/lib/
picopr.c 1193 picoos_int32 ln2; local
1686 picoos_int32 ln2; local
    [all...]
  /external/valgrind/main/VEX/test/
test-amd64.c 662 TEST(ln2);
    [all...]
test-i386.c 624 TEST(ln2);
    [all...]

Completed in 604 milliseconds