/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
e_lgammal_r.c | 244 return -logl(fabsl(x)); 254 nadj = logl(pi/fabsl(t*x));
|
s_erfl.c | 208 ax = fabsl(x); 269 ax = fabsl(x);
|
s_expl.c | 243 (0x1p200 * x + fabsl(x)) * 0x1p-200);
|
/bionic/libc/tools/ |
posix-2013.txt | 225 fabsl
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_remquol.c | 160 y = fabsl(y);
|
math_private.h | 365 assert(__ia == 0 || fabsl(__ia) >= fabsl(__ib)); \
|
/external/clang/test/CodeGen/ |
libcall-declarations.c | 21 long double fabsl(long double); 266 F(fabsf), F(fabsl), F(fmod), F(fmodf), F(fmodl), 326 // CHECK-NOERRNO: declare x86_fp80 @fabsl(x86_fp80) [[NUW]] 541 // CHECK-ERRNO: declare x86_fp80 @fabsl(x86_fp80) [[NUW]]
|
/external/llvm/include/llvm/Analysis/ |
TargetLibraryInfo.def | 435 /// long double fabsl(long double x); 436 TLI_DEFINE_ENUM_INTERNAL(fabsl) 437 TLI_DEFINE_STRING_INTERNAL("fabsl") [all...] |
TargetLibraryInfo.h | 231 case LibFunc::fabs: case LibFunc::fabsf: case LibFunc::fabsl:
|
TargetTransformInfoImpl.h | 181 Name == "fabs" || Name == "fabsf" || Name == "fabsl" || Name == "sin" ||
|
/external/bison/m4/ |
math_h.m4 | 44 fabsf fabsl floorf floorl fma fmaf fmal
|
/external/libcxx/include/ |
cmath | 84 long double fabsl(long double x); 672 abs(long double __lcpp_x) _NOEXCEPT {return fabsl(__lcpp_x);} 819 inline _LIBCPP_INLINE_VISIBILITY long double fabs(long double __lcpp_x) _NOEXCEPT {return fabsl(__lcpp_x);} [all...] |
/external/ltrace/etc/ |
libm.so.conf | 322 ldouble fabsl(ldouble);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cmath | 84 long double fabsl(long double x); 668 abs(long double __x) _NOEXCEPT {return fabsl(__x);} 815 inline _LIBCPP_INLINE_VISIBILITY long double fabs(long double __x) _NOEXCEPT {return fabsl(__x);} [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cmath | 84 long double fabsl(long double x); 668 abs(long double __x) _NOEXCEPT {return fabsl(__x);} 815 inline _LIBCPP_INLINE_VISIBILITY long double fabs(long double __x) _NOEXCEPT {return fabsl(__x);} [all...] |
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
math_private.h | 369 assert(__ia == 0 || fabsl(__ia) >= fabsl(__ib)); \
|
/external/llvm/test/CodeGen/Mips/ |
mips64-f128.ll | 251 %call = tail call fp128 @fabsl(fp128 %0) nounwind readnone 255 declare fp128 @fabsl(fp128) #1
|
/ndk/sources/android/support/src/msun/ |
math_private.h | 365 assert(__ia == 0 || fabsl(__ia) >= fabsl(__ib)); \
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
math.h | 158 extern long double __cdecl fabsl (long double); 174 __CRT_INLINE long double __cdecl fabsl (long double x) function
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/ |
mcf-fpu.d | 100 [ 0-9a-f]+: f205 4018 fabsl %d5,%fp0 101 [ 0-9a-f]+: f214 4018 fabsl %a4@,%fp0 102 [ 0-9a-f]+: f21b 4018 fabsl %a3@\+,%fp0 103 [ 0-9a-f]+: f222 4018 fabsl %a2@-,%fp0 104 [ 0-9a-f]+: f22e 4018 0008 fabsl %fp@\(8\),%fp0 105 [ 0-9a-f]+: f23a 4018 1234 fabsl %pc@\(.*\),%fp0 [all...] |
/bionic/tests/ |
math_test.cpp | 624 TEST(math, fabsl) { 625 ASSERT_DOUBLE_EQ(1.0L, fabsl(-1.0L)); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/ |
c++config.h | 598 /* Define to 1 if you have the `fabsl' function. */ 1433 # define fabsl macro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/ |
c++config.h | 598 /* Define to 1 if you have the `fabsl' function. */ 1433 # define fabsl macro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/ |
c++config.h | 598 /* Define to 1 if you have the `fabsl' function. */ 1433 # define fabsl macro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/ |
c++config.h | 598 /* Define to 1 if you have the `fabsl' function. */ 1433 # define fabsl macro [all...] |