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

1 2 3 4 5 67 8

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h 784 /* Define to 1 if you have the `sinf' function. */
1599 # define sinf macro
    [all...]
  /bionic/tests/
math_test.cpp 296 TEST(math, sinf) {
297 ASSERT_FLOAT_EQ(0.0f, sinf(0.0f));
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FELighting.cpp 426 sinf(azimuthRad) * cosf(elevationRad),
427 sinf(elevationRad));
  /external/webrtc/src/modules/audio_processing/aec/
aec_rdft.c 134 y = sinf(delta * j);
206 c[nc - j] = 0.5f * sinf(delta * j);
  /external/chromium_org/cc/output/
render_surface_filters.cc 72 float sin_hue = sinf(hue * kPi / 180.f);
  /external/stlport/stlport/stl/
_cmath.h 85 inline float sinf(float v) { return __sinf(v); } function
229 // long double support and both e.g. sinl(long double) and sinf(float)
254 // long double support and e.g. sinf(float) but not e.g. sinl(long double)
271 // long double support and e.g. sinl(long double) but not e.g. sinf(float)
317 // neither long double support nor e.g. sinf(float) functions
  /frameworks/native/libs/input/
Input.cpp 438 float x = sinf(angleRadians);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 85 inline float sinf(float v) { return __sinf(v); } function
229 // long double support and both e.g. sinl(long double) and sinf(float)
254 // long double support and e.g. sinf(float) but not e.g. sinl(long double)
271 // long double support and e.g. sinl(long double) but not e.g. sinf(float)
317 // neither long double support nor e.g. sinf(float) functions
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 85 inline float sinf(float v) { return __sinf(v); } function
229 // long double support and both e.g. sinl(long double) and sinf(float)
254 // long double support and e.g. sinf(float) but not e.g. sinl(long double)
271 // long double support and e.g. sinl(long double) but not e.g. sinf(float)
317 // neither long double support nor e.g. sinf(float) functions
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 85 inline float sinf(float v) { return __sinf(v); } function
229 // long double support and both e.g. sinl(long double) and sinf(float)
254 // long double support and e.g. sinf(float) but not e.g. sinl(long double)
271 // long double support and e.g. sinl(long double) but not e.g. sinf(float)
317 // neither long double support nor e.g. sinf(float) functions
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 85 inline float sinf(float v) { return __sinf(v); } function
229 // long double support and both e.g. sinl(long double) and sinf(float)
254 // long double support and e.g. sinf(float) but not e.g. sinl(long double)
271 // long double support and e.g. sinl(long double) but not e.g. sinf(float)
317 // neither long double support nor e.g. sinf(float) functions
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 85 inline float sinf(float v) { return __sinf(v); } function
229 // long double support and both e.g. sinl(long double) and sinf(float)
254 // long double support and e.g. sinf(float) but not e.g. sinl(long double)
271 // long double support and e.g. sinl(long double) but not e.g. sinf(float)
317 // neither long double support nor e.g. sinf(float) functions
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 85 inline float sinf(float v) { return __sinf(v); } function
229 // long double support and both e.g. sinl(long double) and sinf(float)
254 // long double support and e.g. sinf(float) but not e.g. sinl(long double)
271 // long double support and e.g. sinl(long double) but not e.g. sinf(float)
317 // neither long double support nor e.g. sinf(float) functions
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 160 static_assert((std::is_same<decltype(sinf(0)), float>::value), "");
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_exec.c 402 dst->f[0] = sinf(src->f[0]);
403 dst->f[1] = sinf(src->f[1]);
404 dst->f[2] = sinf(src->f[2]);
405 dst->f[3] = sinf(src->f[3]);
    [all...]
  /external/clang/lib/Headers/
tgmath.h 270 __tg_sin(float __x) {return sinf(__x);}
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 402 dst->f[0] = sinf(src->f[0]);
403 dst->f[1] = sinf(src->f[1]);
404 dst->f[2] = sinf(src->f[2]);
405 dst->f[3] = sinf(src->f[3]);
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 270 __tg_sin(float __x) {return sinf(__x);}
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_constant_expression.cpp 322 data.f[c] = sinf(op[0]->value.f[c]);
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/mesa3d/src/glsl/
ir_constant_expression.cpp 322 data.f[c] = sinf(op[0]->value.f[c]);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp 534 case OP_SIN: res.data.f32 = sinf(imm.reg.data.f32); break;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp 534 case OP_SIN: res.data.f32 = sinf(imm.reg.data.f32); break;
    [all...]
  /frameworks/base/services/input/
InputReader.cpp     [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp     [all...]

Completed in 1013 milliseconds

1 2 3 4 5 67 8