HomeSort by relevance Sort by last modified time
    Searched full:asinl (Results 76 - 100 of 305) sorted by null

1 2 34 5 6 7 8 91011>>

  /bionic/libm/include/
math.h 362 long double asinl(long double);
  /external/bison/m4/
math_h.m4 41 [acosf acosl asinf asinl atanf atanl
  /external/ltrace/etc/
libm.so.conf 30 ldouble asinl(ldouble);
  /external/libcxx/include/
cmath 56 long double asinl(long double x);
699 inline _LIBCPP_INLINE_VISIBILITY long double asin(long double __lcpp_x) _NOEXCEPT {return asinl(__lcpp_x);}
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 56 long double asinl(long double x);
695 inline _LIBCPP_INLINE_VISIBILITY long double asin(long double __x) _NOEXCEPT {return asinl(__x);}
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 56 long double asinl(long double x);
695 inline _LIBCPP_INLINE_VISIBILITY long double asin(long double __x) _NOEXCEPT {return asinl(__x);}
    [all...]
  /bionic/tests/
math_test.cpp 336 TEST(math, asinl) {
337 ASSERT_DOUBLE_EQ(0.0L, asinl(0.0L));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 478 /* Define to 1 if you have the `asinl' function. */
1363 # define asinl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 478 /* Define to 1 if you have the `asinl' function. */
1363 # define asinl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 478 /* Define to 1 if you have the `asinl' function. */
1363 # define asinl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 478 /* Define to 1 if you have the `asinl' function. */
1363 # define asinl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 478 /* Define to 1 if you have the `asinl' function. */
1363 # define asinl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 478 /* Define to 1 if you have the `asinl' function. */
1363 # define asinl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
c++config.h 482 /* Define to 1 if you have the `asinl' function. */
1377 # define asinl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
c++config.h 482 /* Define to 1 if you have the `asinl' function. */
1377 # define asinl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
c++config.h 482 /* Define to 1 if you have the `asinl' function. */
1377 # define asinl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
c++config.h 482 /* Define to 1 if you have the `asinl' function. */
1377 # define asinl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/
c++config.h 482 /* Define to 1 if you have the `asinl' function. */
1377 # define asinl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
c++config.h 482 /* Define to 1 if you have the `asinl' function. */
1377 # define asinl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
c++config.h 482 /* Define to 1 if you have the `asinl' function. */
1377 # define asinl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
c++config.h 482 /* Define to 1 if you have the `asinl' function. */
1377 # define asinl macro
    [all...]
  /development/ndk/platforms/android-13/include/
math.h 412 long double asinl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 414 long double asinl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-21/include/
math.h 406 long double asinl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 409 long double asinl(long double) __NDK_FPABI_MATH__;

Completed in 3596 milliseconds

1 2 34 5 6 7 8 91011>>