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

1 2 3 45

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
c++config.h 514 /* Define to 1 if you have the `cosl' function. */
1404 # define cosl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
c++config.h 514 /* Define to 1 if you have the `cosl' function. */
1404 # define cosl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h 514 /* Define to 1 if you have the `cosl' function. */
1404 # define cosl macro
    [all...]
  /bionic/tests/
math_test.cpp 288 TEST(math, cosl) {
289 ASSERT_FLOAT_EQ(1.0, cosl(0.0));
  /external/stlport/stlport/stl/
_cmath.h 94 inline long double cosl(long double v) { return __cosl(v); } function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 94 inline long double cosl(long double v) { return __cosl(v); } function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 94 inline long double cosl(long double v) { return __cosl(v); } function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 94 inline long double cosl(long double v) { return __cosl(v); } function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 94 inline long double cosl(long double v) { return __cosl(v); } function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 94 inline long double cosl(long double v) { return __cosl(v); } function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 94 inline long double cosl(long double v) { return __cosl(v); } function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 62 static_assert((std::is_same<decltype(cosl(0)), long double>::value), "");
  /external/clang/lib/Headers/
tgmath.h 249 __tg_cos(long double __x) {return cosl(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 249 __tg_cos(long double __x) {return cosl(__x);}
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 134 static_assert((std::is_same<decltype(std::cosl(0)), long double>::value), "");
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/bison/
configure     [all...]

Completed in 470 milliseconds

1 2 3 45