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

1 2 3 4 5 6 7 8 91011>>

  /development/ndk/platforms/android-L/arch-arm/symbols/
libm.so.functions.txt 40 asinl
  /development/ndk/platforms/android-L/arch-arm64/symbols/
libm.so.functions.txt 15 asinl
  /development/ndk/platforms/android-L/arch-mips/symbols/
libm.so.functions.txt 19 asinl
  /development/ndk/platforms/android-L/arch-mips64/symbols/
libm.so.functions.txt 15 asinl
  /development/ndk/platforms/android-L/arch-x86/symbols/
libm.so.functions.txt 15 asinl
  /development/ndk/platforms/android-L/arch-x86_64/symbols/
libm.so.functions.txt 15 asinl
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_asinl.c 34 asinl(long double x) function
48 if(expt<ASIN_LINEAR) { /* if |x| is small, asinl(x)=x */
e_asin.c 116 __weak_reference(asin, asinl);
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr2/
libm.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr6/
libm.so 
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/lib/
libm.so 
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
invtrig.c 33 * asinl() and acosl()
  /ndk/sources/android/support/include/
math.h 48 long double asinl(long double);
  /prebuilts/ndk/9/sources/android/support/include/
math.h 48 long double asinl(long double);
  /external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
math.pxd 104 long double asinl "npy_asinl"(long double x)
  /ndk/sources/android/support/src/
math_support.c 55 __attribute__((weak)) long double asinl(long double x) { return asin((double)x); } function
  /external/bison/darwin-lib/
math.h 569 # undef asinl
570 _GL_FUNCDECL_SYS (asinl, long double, (long double x));
572 _GL_CXXALIAS_SYS (asinl, long double, (long double x));
573 _GL_CXXALIASWARN (asinl);
575 # undef asinl macro
577 _GL_WARN_ON_USE (asinl, "asinl is unportable - "
578 "use gnulib module asinl for portability");
    [all...]
  /external/bison/lib/
math.in.h 257 # undef asinl macro
258 _GL_FUNCDECL_SYS (asinl, long double, (long double x));
260 _GL_CXXALIAS_SYS (asinl, long double, (long double x));
261 _GL_CXXALIASWARN (asinl); variable
263 # undef asinl macro
265 _GL_WARN_ON_USE (asinl, "asinl is unportable - "
266 "use gnulib module asinl for portability");
    [all...]
  /external/bison/linux-lib/
math.h 569 # undef asinl
570 _GL_FUNCDECL_SYS (asinl, long double, (long double x));
572 _GL_CXXALIAS_SYS (asinl, long double, (long double x));
573 _GL_CXXALIASWARN (asinl);
575 # undef asinl macro
577 _GL_WARN_ON_USE (asinl, "asinl is unportable - "
578 "use gnulib module asinl for portability");
    [all...]
  /external/clang/test/CodeGen/
libcall-declarations.c 48 long double asinl(long double);
271 F(acoshl), F(asin), F(asinf), F(asinl), F(asinh),
347 // CHECK-NOERRNO: declare x86_fp80 @asinl(x86_fp80) [[NUW]]
  /external/bison/m4/
math_h.m4 41 [acosf acosl asinf asinl atanf atanl
  /external/ltrace/etc/
libm.so.conf 30 ldouble asinl(ldouble);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 125 /// long double asinl(long double x);
126 asinl, enumerator in enum:llvm::LibFunc::Func

Completed in 1524 milliseconds

1 2 3 4 5 6 7 8 91011>>