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

1 2 3 4

  /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) nounwind readnone
  /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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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.) */
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 186 /// long double sqrtl(long double x);
187 sqrtl, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 109 "sqrtl",
181 TLI.setUnavailable(LibFunc::sqrtl);
  /external/llvm/lib/Analysis/
CodeMetrics.cpp 39 Name == "sqrt" || Name == "sqrtf" || Name == "sqrtl" )
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 135 EnsureFPIntrinsicsExist(M, I, "sqrtf", "sqrt", "sqrtl");
496 ReplaceFPIntrinsicWithCall(CI, "sqrtf", "sqrt", "sqrtl");
  /bionic/libm/include/
math.h 479 long double sqrtl(long double);
  /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);
  /external/qemu/fpu/
softfloat-native.c 487 return sqrtl(a);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
math.h 476 long double sqrtl(long double);
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
math.h 476 long double sqrtl(long double);
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h 476 long double sqrtl(long double);
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
math.h 476 long double sqrtl(long double);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
math.h 476 long double sqrtl(long double);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
math.h 476 long double sqrtl(long double);

Completed in 1707 milliseconds

1 2 3 4