HomeSort by relevance Sort by last modified time
    Searched refs:cosf (Results 176 - 200 of 205) sorted by null

1 2 3 4 5 6 78 9

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
math.h 314 float cosf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
math.h 314 float cosf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h 314 float cosf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h 314 float cosf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 84 inline float cosf(float v) { return __cosf(v); } function
  /cts/tests/tests/renderscript/libcoremathtestcpp/
CoreMathTestJni.cpp 165 return cosf(x);
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 63 static_assert((std::is_same<decltype(cosf(0)), float>::value), "");
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 193 TLI.setUnavailable(LibFunc::cosf);
ConstantFolding.cpp     [all...]
  /frameworks/base/libs/hwui/
SpotShadow.cpp 351 ret[i].x = cosf(angle) * size + lightCenter.x;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 61 static_assert((std::is_same<decltype(cosf(0)), float>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 532 extern float __cdecl cosf(float _X);
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /development/ndk/sources/android/ndk_helper/
vecmath.h 1102 ret.w_ = cosf( angle / 2 );
  /external/clang/lib/Headers/
tgmath.h 241 __tg_cos(float __x) {return cosf(__x);}
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 152 dst->f[0] = cosf(src->f[0]);
153 dst->f[1] = cosf(src->f[1]);
154 dst->f[2] = cosf(src->f[2]);
155 dst->f[3] = cosf(src->f[3]);
    [all...]
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 241 __tg_cos(float __x) {return cosf(__x);}
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 241 __tg_cos(float __x) {return cosf(__x);}
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 241 __tg_cos(float __x) {return cosf(__x);}
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 241 __tg_cos(float __x) {return cosf(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 241 __tg_cos(float __x) {return cosf(__x);}
  /external/mesa3d/src/glsl/
ir_constant_expression.cpp 330 data.f[c] = cosf(op[0]->value.f[c]);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp 535 case OP_COS: res.data.f32 = cosf(imm.reg.data.f32); break;
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp     [all...]

Completed in 5360 milliseconds

1 2 3 4 5 6 78 9