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

1 2 3 4 5 6 7 8

  /ndk/sources/android/support/include/
math.h 58 long double sqrtl(long double);
  /prebuilts/ndk/9/sources/android/support/include/
math.h 58 long double sqrtl(long double);
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_acoshl.c 84 RETURNI(logl(2.0*x-one/(x+sqrtl(t-one))));
87 RETURNI(log1pl(t+sqrtl(2.0*t+t*t)));
s_asinhl.c 85 w = logl(2.0*t+one/(sqrtl(x*x+one)+t));
88 w =log1pl(fabsl(x)+t/(one+sqrtl(one+t)));
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
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_como.h 89 # define sqrtl sqrt macro
128 # define sqrtl sqrt macro
163 # define sqrtl sqrt macro
  /external/lldb/tools/lldb-perf/lib/
MemoryGauge.cpp 160 virt_size = sqrtl(virt_size);
161 resident_size = sqrtl(resident_size);
162 max_resident_size = sqrtl(max_resident_size);
  /external/clang/test/CodeGen/
libcalls.c 21 // CHECK-YES: call x86_fp80 @sqrtl
22 // CHECK-NO: call x86_fp80 @sqrtl
23 long double l2 = sqrtl(a2);
28 // CHECK-YES: declare x86_fp80 @sqrtl(x86_fp80)
31 // CHECK-NO: declare x86_fp80 @sqrtl(x86_fp80) [[NUW_RN]]
libcall-declarations.c 168 long double sqrtl(long double);
295 F(sinhl), F(sqrt), F(sqrtf), F(sqrtl), F(tan),
467 // CHECK-NOERRNO: declare x86_fp80 @sqrtl(x86_fp80) [[NUW]]
  /ndk/sources/android/support/src/
math_support.c 65 __attribute__((weak)) long double sqrtl(long double x) { return sqrt((double)x); } function
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 545 /// long double sqrtl(long double x);
546 sqrtl, enumerator in enum:llvm::LibFunc::Func
732 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...]

Completed in 1223 milliseconds

1 2 3 4 5 6 7 8