/prebuilts/ndk/r16/sources/android/support/include/ |
math.h | 59 long double expm1l(long double);
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_expm1.c | 221 __weak_reference(expm1, expm1l);
|
/external/clang/test/CodeGen/ |
libcall-declarations.c | 84 long double expm1l(long double); 278 F(exp2f), F(exp2l), F(expm1), F(expm1f), F(expm1l), 383 // CHECK-NOERRNO: declare x86_fp80 @expm1l(x86_fp80) [[NUW]]
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
s_expl.c | 53 /* log(2**16384 - 0.5 + 1) rounded towards zero for expm1l() is the same: */ 199 expm1l(long double x) function 223 * expm1l() never underflows, but it must avoid
|
/bionic/tests/headers/posix/ |
math_h.c | 181 FUNCTION(expm1l, long double (*f)(long double));
|
/bionic/libc/include/ |
math.h | 140 long double expm1l(long double __x) __RENAME_LDBL(expm1, 3, 21);
|
/bionic/libm/x86/ |
s_expm1.S | 368 ALIAS_SYMBOL(expm1l, expm1);
|
/bionic/tests/ |
math_test.cpp | 700 TEST(MATH_TEST, expm1l) { 701 ASSERT_DOUBLE_EQ(M_E - 1.0L, expm1l(1.0L)); [all...] |
/external/clang/lib/Headers/ |
tgmath.h | 691 __tg_expm1(long double __x) {return expm1l(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/ |
tgmath.h | 691 __tg_expm1(long double __x) {return expm1l(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/ |
tgmath.h | 691 __tg_expm1(long double __x) {return expm1l(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/ |
tgmath.h | 700 __tg_expm1(long double __x) {return expm1l(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/ |
tgmath.h | 700 __tg_expm1(long double __x) {return expm1l(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/ |
tgmath.h | 700 __tg_expm1(long double __x) {return expm1l(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/ |
tgmath.h | 700 __tg_expm1(long double __x) {return expm1l(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/ |
tgmath.h | 700 __tg_expm1(long double __x) {return expm1l(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/ |
tgmath.h | 700 __tg_expm1(long double __x) {return expm1l(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/ |
tgmath.h | 700 __tg_expm1(long double __x) {return expm1l(__x);}
|
/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/ |
tgmath.h | 691 __tg_expm1(long double __x) {return expm1l(__x);}
|
/prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/ |
tgmath.h | 691 __tg_expm1(long double __x) {return expm1l(__x);}
|
/prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/ |
tgmath.h | 700 __tg_expm1(long double __x) {return expm1l(__x);}
|
/prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/ |
tgmath.h | 700 __tg_expm1(long double __x) {return expm1l(__x);}
|
/prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/ |
tgmath.h | 700 __tg_expm1(long double __x) {return expm1l(__x);}
|
/prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/ |
tgmath.h | 700 __tg_expm1(long double __x) {return expm1l(__x);}
|
/prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/ |
tgmath.h | 700 __tg_expm1(long double __x) {return expm1l(__x);}
|