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

1 2 34

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 445 /* Define to 1 if you have the `asinl' function. */
1266 # define asinl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 445 /* Define to 1 if you have the `asinl' function. */
1266 # define asinl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 445 /* Define to 1 if you have the `asinl' function. */
1266 # define asinl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 466 /* Define to 1 if you have the `asinl' function. */
1336 # define asinl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 466 /* Define to 1 if you have the `asinl' function. */
1336 # define asinl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 466 /* Define to 1 if you have the `asinl' function. */
1336 # define asinl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 466 /* Define to 1 if you have the `asinl' function. */
1336 # define asinl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 445 /* Define to 1 if you have the `asinl' function. */
1266 # define asinl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 445 /* Define to 1 if you have the `asinl' function. */
1266 # define asinl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 445 /* Define to 1 if you have the `asinl' function. */
1266 # define asinl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 445 /* Define to 1 if you have the `asinl' function. */
1266 # define asinl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 466 /* Define to 1 if you have the `asinl' function. */
1336 # define asinl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 466 /* Define to 1 if you have the `asinl' function. */
1336 # define asinl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 466 /* Define to 1 if you have the `asinl' function. */
1336 # define asinl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 466 /* Define to 1 if you have the `asinl' function. */
1336 # define asinl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
c++config.h 472 /* Define to 1 if you have the `asinl' function. */
1354 # define asinl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
c++config.h 472 /* Define to 1 if you have the `asinl' function. */
1354 # define asinl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
c++config.h 472 /* Define to 1 if you have the `asinl' function. */
1354 # define asinl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h 472 /* Define to 1 if you have the `asinl' function. */
1354 # define asinl macro
    [all...]
  /bionic/tests/
math_test.cpp 252 TEST(math, asinl) {
253 ASSERT_FLOAT_EQ(0.0, asinl(0.0));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 30 static_assert((std::is_same<decltype(asinl(0)), long double>::value), "");
  /external/clang/lib/Headers/
tgmath.h 104 __tg_asin(long double __x) {return asinl(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 104 __tg_asin(long double __x) {return asinl(__x);}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 58 static_assert((std::is_same<decltype(std::asinl(0)), long double>::value), "");
    [all...]
  /external/bison/
configure     [all...]

Completed in 652 milliseconds

1 2 34