HomeSort by relevance Sort by last modified time
    Searched refs:asinf (Results 101 - 114 of 114) sorted by null

1 2 3 45

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 463 /* Define to 1 if you have the `asinf' function. */
1331 # define asinf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 463 /* Define to 1 if you have the `asinf' function. */
1331 # define asinf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
c++config.h 469 /* Define to 1 if you have the `asinf' function. */
1349 # define asinf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
c++config.h 469 /* Define to 1 if you have the `asinf' function. */
1349 # define asinf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
c++config.h 469 /* Define to 1 if you have the `asinf' function. */
1349 # define asinf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h 469 /* Define to 1 if you have the `asinf' function. */
1349 # define asinf macro
    [all...]
  /bionic/tests/
math_test.cpp 248 TEST(math, asinf) {
249 ASSERT_FLOAT_EQ(0.0f, asinf(0.0f));
  /hardware/invensense/60xx/libsensors/
MPLSensor.cpp 746 values[1] = -asinf(tmp) * 57.295779513082320876798154814105f;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 29 static_assert((std::is_same<decltype(asinf(0)), float>::value), "");
  /external/clang/lib/Headers/
tgmath.h 96 __tg_asin(float __x) {return asinf(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 96 __tg_asin(float __x) {return asinf(__x);}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 57 static_assert((std::is_same<decltype(std::asinf(0)), float>::value), "");
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 3658 function asinf(sp) function
    [all...]
  /external/bison/
configure     [all...]

Completed in 515 milliseconds

1 2 3 45