/bionic/libm/upstream-freebsd/lib/msun/src/ |
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 */
|
s_remquol.c | 160 y = fabsl(y);
|
/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.map | 109 fabsl;
|
/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...] |
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
k_tanl.c | 72 if (fabsl(x) >= 0.67434) {
|
e_lgammal_r.c | 244 return -logl(fabsl(x)); 254 nadj = logl(pi/fabsl(t*x));
|
/external/llvm/lib/Target/SystemZ/ |
README.txt | 74 We don't take full advantage of builtins like fabsl because the calling
|
/bionic/libc/tools/ |
posix-2013.txt | 225 fabsl
|
/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/Transforms/Utils/ |
VectorUtils.h | 156 case LibFunc::fabsl:
|
/external/llvm/include/llvm/Analysis/ |
TargetLibraryInfo.def | 355 /// long double fabsl(long double x); 356 TLI_DEFINE_ENUM_INTERNAL(fabsl) 357 TLI_DEFINE_STRING_INTERNAL("fabsl") [all...] |
/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); 668 abs(long double __lcpp_x) _NOEXCEPT {return fabsl(__lcpp_x);} 815 inline _LIBCPP_INLINE_VISIBILITY long double fabs(long double __lcpp_x) _NOEXCEPT {return fabsl(__lcpp_x);} [all...] |