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

1 2 3 45

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 872 /* Define to 1 if you have the `tanf' function. */
1621 # define tanf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
c++config.h 890 /* Define to 1 if you have the `tanf' function. */
1639 # define tanf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
c++config.h 890 /* Define to 1 if you have the `tanf' function. */
1639 # define tanf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
c++config.h 890 /* Define to 1 if you have the `tanf' function. */
1639 # define tanf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h 890 /* Define to 1 if you have the `tanf' function. */
1639 # define tanf macro
    [all...]
  /bionic/tests/
math_test.cpp 308 TEST(math, tanf) {
309 ASSERT_FLOAT_EQ(0.0f, tanf(0.0f));
  /external/skia/tools/skpdiff/
SkPMetric.cpp 274 float pixelsPerDegree = width / (2.0f * tanf(fov * 0.5f) * 180.0f / SK_ScalarPI);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 184 static_assert((std::is_same<decltype(tanf(0)), float>::value), "");
  /external/clang/lib/Headers/
tgmath.h 299 __tg_tan(float __x) {return tanf(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 299 __tg_tan(float __x) {return tanf(__x);}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 406 static_assert((std::is_same<decltype(std::tanf(0)), float>::value), "");
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 3777 function tanf(sp) function
    [all...]
  /external/bison/
configure     [all...]

Completed in 832 milliseconds

1 2 3 45