HomeSort by relevance Sort by last modified time
    Searched refs:cosf (Results 151 - 175 of 179) sorted by null

1 2 3 4 5 67 8

  /bionic/tests/
math_test.cpp 284 TEST(math, cosf) {
285 ASSERT_FLOAT_EQ(1.0f, cosf(0.0f));
  /external/chromium_org/cc/output/
render_surface_filters.cc 71 float cos_hue = cosf(hue * kPi / 180.f);
  /external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
voronoi.cc 367 float z = cosf(ang_) * 3.0f;
  /external/stlport/stlport/stl/
_cmath.h 84 inline float cosf(float v) { return __cosf(v); } function
  /frameworks/native/libs/input/
Input.cpp 439 float y = -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
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 84 inline float cosf(float v) { return __cosf(v); } function
  /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), "");
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/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...]
  /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/sdk/renderscript/clang-include/
tgmath.h 241 __tg_cos(float __x) {return cosf(__x);}
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_constant_expression.cpp 330 data.f[c] = cosf(op[0]->value.f[c]);
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/mesa3d/src/glsl/
ir_constant_expression.cpp 330 data.f[c] = cosf(op[0]->value.f[c]);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp 535 case OP_COS: res.data.f32 = cosf(imm.reg.data.f32); break;
    [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/base/services/input/
InputReader.cpp     [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 508 milliseconds

1 2 3 4 5 67 8