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

1 2 3 45

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 475 /* Define to 1 if you have the `cosf' function. */
1301 # define cosf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 496 /* Define to 1 if you have the `cosf' function. */
1371 # define cosf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 496 /* Define to 1 if you have the `cosf' function. */
1371 # define cosf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 496 /* Define to 1 if you have the `cosf' function. */
1371 # define cosf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 496 /* Define to 1 if you have the `cosf' function. */
1371 # define cosf macro
    [all...]
  /bionic/tests/
math_test.cpp 284 TEST(math, cosf) {
285 ASSERT_FLOAT_EQ(1.0f, cosf(0.0f));
  /external/stlport/stlport/stl/
_cmath.h 84 inline float cosf(float v) { return __cosf(v); } function
  /frameworks/base/libs/androidfw/
Input.cpp 430 vector.fY = SkFloatToScalar(-cosf(angleRadians));
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 84 inline float cosf(float v) { return __cosf(v); } function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 84 inline float cosf(float v) { return __cosf(v); } function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 84 inline float cosf(float v) { return __cosf(v); } function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 84 inline float cosf(float v) { return __cosf(v); } function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 84 inline float cosf(float v) { return __cosf(v); } function
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
math_h.pass.cpp 61 static_assert((std::is_same<decltype(cosf(0)), float>::value), "");
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/clang/lib/Headers/
tgmath.h 241 __tg_cos(float __x) {return cosf(__x);}
  /external/quake/quake/src/WinQuake/
gl_rmain.cpp 1101 float c = (float) cosf(a);
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 241 __tg_cos(float __x) {return cosf(__x);}
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /frameworks/base/services/input/
InputReader.cpp     [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/c.math/
cmath.pass.cpp 133 static_assert((std::is_same<decltype(std::cosf(0)), float>::value), "");
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/bison/
configure     [all...]

Completed in 758 milliseconds

1 2 3 45