/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_asinl.c | 58 w = one-fabsl(x);
|
s_atanl.c | 60 x = fabsl(x);
|
e_atan2l.c | 112 else z=atanl(fabsl(y/x)); /* safe to do y/x */
|
s_remquol.c | 160 y = fabsl(y);
|
math_private.h | 365 assert(__ia == 0 || fabsl(__ia) >= fabsl(__ib)); \
|
/external/stlport/stlport/stl/config/ |
_gcc.h | 129 /* No *l math fuctions variants (i.e. sqrtl, fabsl, etc.) */
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_gcc.h | 129 /* No *l math fuctions variants (i.e. sqrtl, fabsl, etc.) */
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_gcc.h | 129 /* No *l math fuctions variants (i.e. sqrtl, fabsl, etc.) */
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_gcc.h | 129 /* No *l math fuctions variants (i.e. sqrtl, fabsl, etc.) */
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_gcc.h | 129 /* No *l math fuctions variants (i.e. sqrtl, fabsl, etc.) */
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_gcc.h | 129 /* No *l math fuctions variants (i.e. sqrtl, fabsl, etc.) */
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
_gcc.h | 129 /* No *l math fuctions variants (i.e. sqrtl, fabsl, etc.) */
|
/external/bison/darwin-lib/ |
math.h | 1030 # undef fabsl macro [all...] |
/external/bison/lib/ |
math.in.h | 704 # undef fabsl macro 705 # define fabsl rpl_fabsl macro 707 _GL_FUNCDECL_RPL (fabsl, long double, (long double x)); 708 _GL_CXXALIAS_RPL (fabsl, long double, (long double x)); 711 # undef fabsl macro 712 _GL_FUNCDECL_SYS (fabsl, long double, (long double x)); 714 _GL_CXXALIAS_SYS (fabsl, long double, (long double x)); 716 _GL_CXXALIASWARN (fabsl); variable 718 # undef fabsl macro 720 _GL_WARN_ON_USE (fabsl, "fabsl is unportable - [all...] |
/external/bison/linux-lib/ |
math.h | 1030 # undef fabsl macro [all...] |
/external/clang/test/CodeGen/ |
builtins.c | 182 // CHECK: call x86_fp80 @fabsl(x86_fp80
|
/external/llvm/lib/Target/SystemZ/ |
README.txt | 97 We don't take full advantage of builtins like fabsl because the calling
|
/external/llvm/include/llvm/Target/ |
TargetLibraryInfo.h | 206 /// long double fabsl(long double x); 207 fabsl, enumerator in enum:llvm::LibFunc::Func 688 case LibFunc::fabs: case LibFunc::fabsf: case LibFunc::fabsl:
|
/external/bison/m4/ |
math_h.m4 | 44 fabsf fabsl floorf floorl fma fmaf fmal
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cmath | 84 long double fabsl(long double x); 667 abs(long double __x) _NOEXCEPT {return fabsl(__x);} 813 inline _LIBCPP_INLINE_VISIBILITY long double fabs(long double __x) _NOEXCEPT {return fabsl(__x);} [all...] |
/bionic/tests/ |
math_test.cpp | 531 TEST(math, fabsl) { 532 ASSERT_FLOAT_EQ(1.0, fabsl(-1.0));
|
/external/llvm/lib/Target/ |
TargetLibraryInfo.cpp | 119 "fabsl", 390 TLI.setUnavailable(LibFunc::fabsl);
|
/external/llvm/test/CodeGen/Mips/ |
mips64-f128.ll | 245 %call = tail call fp128 @fabsl(fp128 %0) nounwind readnone 249 declare fp128 @fabsl(fp128) #1
|
/bionic/libm/include/ |
math.h | 408 long double fabsl(long double) __pure2;
|
/development/ndk/platforms/android-3/include/ |
math.h | 426 long double fabsl(long double) __pure2;
|