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

1 2 3 4

  /ndk/sources/cxx-stl/llvm-libc++/include/support/android/
math.h 38 long double sqrtl(long double);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_csqrtl.c 96 t = sqrtl((a + hypotl(a, b)) * 0.5);
99 t = sqrtl((-a + hypotl(a, b)) * 0.5);
e_acosl.c 70 s = sqrtl(z);
76 s = sqrtl(z);
e_hypotl.c 105 w = sqrtl(t1*t1-(b*(-b)-t2*(a+t1)));
115 w = sqrtl(t1*y1-(w*(-w)-(t1*y2+t2*b)));
e_asinl.c 62 s = sqrtl(t);
e_sqrt.c 192 __weak_reference(sqrt, sqrtl);
e_sqrtl.c 76 sqrtl(long double x) function
124 xn = sqrt(u.e); /* 53-bit estimate of sqrtl(x). */
  /external/stlport/stlport/stl/config/
_como.h 89 # define sqrtl sqrt macro
128 # define sqrtl sqrt macro
163 # define sqrtl sqrt macro
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 89 # define sqrtl sqrt macro
128 # define sqrtl sqrt macro
163 # define sqrtl sqrt macro
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 89 # define sqrtl sqrt macro
128 # define sqrtl sqrt macro
163 # define sqrtl sqrt macro
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 89 # define sqrtl sqrt macro
128 # define sqrtl sqrt macro
163 # define sqrtl sqrt macro
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 89 # define sqrtl sqrt macro
128 # define sqrtl sqrt macro
163 # define sqrtl sqrt macro
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 89 # define sqrtl sqrt macro
128 # define sqrtl sqrt macro
163 # define sqrtl sqrt macro
  /external/clang/test/CodeGen/
libcall-declarations.c 69 long double sqrtl(long double);
85 rint, rintl, rintf, round, roundl, roundf, sin, sinl, sinf, sqrt, sqrtl,
153 // CHECK-NOERRNO: declare x86_fp80 @sqrtl(x86_fp80) [[NUW]]
libcalls.c 19 // CHECK-YES: call x86_fp80 @sqrtl
20 // CHECK-NO: call x86_fp80 @sqrtl
21 long double l2 = sqrtl(a2);
26 // CHECK-YES: declare x86_fp80 @sqrtl(x86_fp80)
29 // CHECK-NO: declare x86_fp80 @sqrtl(x86_fp80) [[NUW_RN]]
  /bionic/libm/
fake_long_double.c 69 long double sqrtl(long double a1) { return sqrt(a1); } function
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 492 /// long double sqrtl(long double x);
493 sqrtl, enumerator in enum:llvm::LibFunc::Func
679 case LibFunc::sqrt: case LibFunc::sqrtf: case LibFunc::sqrtl:
  /external/bison/darwin-lib/
math.h 2212 # undef sqrtl macro
    [all...]
  /external/bison/lib/
math.in.h 1886 # undef sqrtl macro
1887 # define sqrtl macro
1893 # undef sqrtl macro
1898 _GL_CXXALIASWARN (sqrtl); variable
1900 # undef sqrtl macro
    [all...]
  /external/bison/linux-lib/
math.h 2212 # undef sqrtl macro
    [all...]
  /development/ndk/platforms/android-3/include/
math.h 476 long double sqrtl(long double);
  /development/ndk/platforms/android-9/include/
math.h 476 long double sqrtl(long double);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 476 long double sqrtl(long double);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 476 long double sqrtl(long double);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 476 long double sqrtl(long double);

Completed in 455 milliseconds

1 2 3 4