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

1 2 3 4 5 6 7 8 910

  /external/clang/test/CodeGen/
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]]
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]]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_acosl.c 70 s = sqrtl(z);
76 s = sqrtl(z);
s_csqrtl.c 96 t = sqrtl((a + hypotl(a, b)) * 0.5);
99 t = sqrtl((-a + hypotl(a, b)) * 0.5);
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_sqrtl.c 76 sqrtl(long double x) function
124 xn = sqrt(u.e); /* 53-bit estimate of sqrtl(x). */
e_asinl.c 62 s = sqrtl(t);
  /external/stlport/stlport/stl/config/
_como.h 89 # define sqrtl sqrt macro
128 # define sqrtl sqrt macro
163 # define sqrtl sqrt macro
_gcc.h 129 /* No *l math fuctions variants (i.e. sqrtl, fabsl, etc.) */
  /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
_gcc.h 129 /* No *l math fuctions variants (i.e. sqrtl, fabsl, etc.) */
  /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
_gcc.h 129 /* No *l math fuctions variants (i.e. sqrtl, fabsl, etc.) */
  /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
_gcc.h 129 /* No *l math fuctions variants (i.e. sqrtl, fabsl, etc.) */
  /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
_gcc.h 129 /* No *l math fuctions variants (i.e. sqrtl, fabsl, etc.) */
  /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
_gcc.h 129 /* No *l math fuctions variants (i.e. sqrtl, fabsl, etc.) */
  /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
_gcc.h 129 /* No *l math fuctions variants (i.e. sqrtl, fabsl, etc.) */
  /bionic/libm/
fake_long_double.c 69 long double sqrtl(long double a1) { return sqrt(a1); } function
  /external/llvm/test/CodeGen/X86/
sqrt-fastmath.ll 15 ; return sqrtl(ld);
  /ndk/sources/android/support/include/
math.h 56 long double sqrtl(long double);
  /external/bison/darwin-lib/
math.h 2212 # undef sqrtl macro
    [all...]

Completed in 1647 milliseconds

1 2 3 4 5 6 7 8 910