HomeSort by relevance Sort by last modified time
    Searched refs:acosl (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 439 /* Define to 1 if you have the `acosl' function. */
1256 # define acosl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 439 /* Define to 1 if you have the `acosl' function. */
1256 # define acosl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 439 /* Define to 1 if you have the `acosl' function. */
1256 # define acosl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 460 /* Define to 1 if you have the `acosl' function. */
1326 # define acosl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 460 /* Define to 1 if you have the `acosl' function. */
1326 # define acosl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 460 /* Define to 1 if you have the `acosl' function. */
1326 # define acosl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 460 /* Define to 1 if you have the `acosl' function. */
1326 # define acosl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 439 /* Define to 1 if you have the `acosl' function. */
1256 # define acosl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 439 /* Define to 1 if you have the `acosl' function. */
1256 # define acosl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 439 /* Define to 1 if you have the `acosl' function. */
1256 # define acosl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 439 /* Define to 1 if you have the `acosl' function. */
1256 # define acosl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 460 /* Define to 1 if you have the `acosl' function. */
1326 # define acosl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 460 /* Define to 1 if you have the `acosl' function. */
1326 # define acosl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 460 /* Define to 1 if you have the `acosl' function. */
1326 # define acosl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 460 /* Define to 1 if you have the `acosl' function. */
1326 # define acosl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
c++config.h 466 /* Define to 1 if you have the `acosl' function. */
1344 # define acosl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
c++config.h 466 /* Define to 1 if you have the `acosl' function. */
1344 # define acosl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
c++config.h 466 /* Define to 1 if you have the `acosl' function. */
1344 # define acosl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h 466 /* Define to 1 if you have the `acosl' function. */
1344 # define acosl macro
    [all...]
  /bionic/tests/
math_test.cpp 240 TEST(math, acosl) {
241 ASSERT_FLOAT_EQ(M_PI/2.0, acosl(0.0));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 22 static_assert((std::is_same<decltype(acosl(0)), long double>::value), "");
  /external/clang/lib/Headers/
tgmath.h 75 __tg_acos(long double __x) {return acosl(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 75 __tg_acos(long double __x) {return acosl(__x);}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 40 static_assert((std::is_same<decltype(std::acosl(0)), long double>::value), "");
    [all...]
  /external/bison/
configure     [all...]

Completed in 772 milliseconds

1 2 34