HomeSort by relevance Sort by last modified time
    Searched refs:fabsl (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fabsl.c 36 fabsl(long double x) function
s_csqrtl.c 76 return (cpackl(fabsl(b - b), copysignl(a, b)));
86 if (fabsl(a) >= THRESH || fabsl(b) >= THRESH) {
100 result = cpackl(fabsl(b) / (2 * t), copysignl(t, b));
e_hypotl.c 59 a = fabsl(a);
60 b = fabsl(b);
67 w = fabsl(x+0.0)-fabsl(y+0.0);
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/stlport/stlport/stl/config/
_como.h 97 # define fabsl fabs macro
130 # define fabsl fabs macro
169 # define fabsl fabs macro
  /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
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 97 # define fabsl fabs macro
130 # define fabsl fabs macro
169 # define fabsl fabs macro
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 97 # define fabsl fabs macro
130 # define fabsl fabs macro
169 # define fabsl fabs macro
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 97 # define fabsl fabs macro
130 # define fabsl fabs macro
169 # define fabsl fabs macro
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 97 # define fabsl fabs macro
130 # define fabsl fabs macro
169 # define fabsl fabs macro
  /external/clang/test/CodeGen/
libcall-declarations.c 33 long double fabsl(long double);
82 exp, expl, expf, exp2, exp2l, exp2f, fabs, fabsl, fabsf, floor, floorl,
117 // CHECK-NOERRNO: declare x86_fp80 @fabsl(x86_fp80) [[NUW]]
169 // CHECK-ERRNO: declare x86_fp80 @fabsl(x86_fp80) [[NUW]]
  /bionic/libm/
fake_long_double.c 46 long double fabsl(long double a1) { return fabs(a1); } function
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 196 /// long double fabsl(long double x);
197 fabsl, enumerator in enum:llvm::LibFunc::Func
676 case LibFunc::fabs: case LibFunc::fabsf: case LibFunc::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...]
  /development/ndk/platforms/android-3/include/
math.h 426 long double fabsl(long double) __pure2;
  /development/ndk/platforms/android-9/include/
math.h 426 long double fabsl(long double) __pure2;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 426 long double fabsl(long double) __pure2;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 426 long double fabsl(long double) __pure2;
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 426 long double fabsl(long double) __pure2;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 426 long double fabsl(long double) __pure2;

Completed in 48 milliseconds

1 2 3 4