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

1 2 3 45

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h 463 /* Define to 1 if you have the `acosf' function. */
1339 # define acosf macro
    [all...]
  /bionic/tests/
math_test.cpp 236 TEST(math, acosf) {
237 ASSERT_FLOAT_EQ(static_cast<float>(M_PI)/2.0f, acosf(0.0f));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 21 static_assert((std::is_same<decltype(acosf(0)), float>::value), "");
  /external/clang/lib/Headers/
tgmath.h 67 __tg_acos(float __x) {return acosf(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 67 __tg_acos(float __x) {return acosf(__x);}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 39 static_assert((std::is_same<decltype(std::acosf(0)), float>::value), "");
    [all...]
  /frameworks/base/services/input/
InputReader.cpp     [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 3652 function acosf(sp) function
    [all...]
  /external/bison/
configure     [all...]

Completed in 262 milliseconds

1 2 3 45