/development/ndk/platforms/android-23/arch-x86_64/symbols/ |
libm.so.functions.txt | 106 fabsl
|
libm.so.versions.txt | 110 fabsl;
|
/external/llvm/test/Transforms/TailCallElim/ |
inf-recursion.ll | 33 declare x86_fp80 @fabsl(x86_fp80 %f)
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_coshl.c | 120 k_hexpl(fabsl(x), &hi, &lo); 125 if (fabsl(x) <= o_threshold) 126 RETURNI(hexpl(fabsl(x)));
|
e_sinhl.c | 121 k_hexpl(fabsl(x), &hi, &lo); 126 if (fabsl(x) <= o_threshold) 127 RETURNI(s*hexpl(fabsl(x)));
|
s_tanhl.c | 131 if (ix < 0x4004 || fabsl(x) < 40) { /* |x|<40 */ 160 k_hexpl(2*fabsl(x), &hi, &lo); 161 if (ix<0x4001 && fabsl(x) < 1.5) /* |x|<1.5 */
|
e_atanhl.c | 64 RETURNI(fabsl(x) == 1 ? x / zero : (x - x) / (x - x));
|
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 */
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_como.h | 97 # define fabsl fabs macro 130 # define fabsl fabs macro 169 # define fabsl fabs macro
|
_gcc.h | 129 /* No *l math fuctions variants (i.e. sqrtl, fabsl, etc.) */
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/ |
_como.h | 97 # define fabsl fabs macro 130 # define fabsl fabs macro 169 # define fabsl fabs macro
|
_gcc.h | 129 /* No *l math fuctions variants (i.e. sqrtl, fabsl, etc.) */
|
/external/clang/test/SemaCXX/ |
warn-absolute-value.cpp | 11 long double fabsl(long double); 50 (void)fabsl(x); 51 // expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of integer type}} 114 (void)fabsl(x); 115 // expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of integer type}} 185 (void)fabsl(x); 186 // expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of integer type}} 258 (void)fabsl(x); 325 (void)fabsl(x); 398 (void)fabsl(x) [all...] |
/bionic/libm/ |
libm.arm.map | 110 fabsl;
|
libm.map.txt | 109 fabsl;
|
/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/llvm/test/CodeGen/X86/ |
fp128-i128.ll | 272 %call = tail call fp128 @fabsl(fp128 %x) #2 279 declare fp128 @fabsl(fp128) #1 295 %call = tail call fp128 @fabsl(fp128 %sub) #2
|
/bionic/libm/include/ |
math.h | 376 long double fabsl(long double) __pure2; 377 __BIONIC_MATH_INLINE(long double fabsl(long double x) { return __builtin_fabsl(x); })
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
k_tanl.c | 72 if (fabsl(x) >= 0.67434) {
|
/external/llvm/lib/Target/SystemZ/ |
README.txt | 68 We don't take full advantage of builtins like fabsl because the calling
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/ |
mcf-fpu.s | 95 fabsl %d5,%fp0 96 fabsl %a4@,%fp0 97 fabsl %a3@+,%fp0 98 fabsl %a2@-,%fp0 99 fabsl %fp@(8),%fp0 100 fabsl %pc@(.+0x1238),%fp0
|