HomeSort by relevance Sort by last modified time
    Searched refs:sinf (Results 51 - 75 of 75) sorted by null

1 23

  /external/eigen/Eigen/src/Core/arch/CUDA/
Half.h 411 return half(::sinf(float(a)));
  /external/pdfium/third_party/lcms/src/
lcms2_internal.h 51 #define sinf(x) (float)sin((float)x) macro
    [all...]
  /external/skia/samplecode/
SamplePathText.cpp 376 fDirsY[i] = sinf(kAverageAngle + offsetAngle);
  /external/skqp/samplecode/
SamplePathText.cpp 376 fDirsY[i] = sinf(kAverageAngle + offsetAngle);
  /external/mesa3d/src/mesa/program/
prog_execute.c 961 result[1] = sinf(a[0]);
    [all...]
  /bionic/tests/
math_test.cpp 518 TEST(MATH_TEST, sinf) {
519 ASSERT_FLOAT_EQ(0.0f, sinf(0.0f));
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 217 TLI.setUnavailable(LibFunc::sinf);
    [all...]
ConstantFolding.cpp     [all...]
ValueTracking.cpp     [all...]
  /cts/tests/tests/renderscript/libcoremathtestcpp/
CoreMathTestJni.cpp 378 return sinf(x);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
JitManager.cpp 161 sys::DynamicLibrary::AddSymbol("sinf", &sinf);
  /external/clang/lib/Headers/
tgmath.h 270 __tg_sin(float __x) {return sinf(__x);}
  /external/eigen/Eigen/src/Core/
MathFunctions.h     [all...]
  /external/arm-optimized-routines/test/
mathtest.c 219 TFUNCARM(at_s,rt_s, sinf, 3*ULPUNIT/4),
    [all...]
  /external/libcxx/include/
math.h 116 float sinf(float x);
1007 inline _LIBCPP_INLINE_VISIBILITY float sin(float __lcpp_x) _NOEXCEPT {return ::sinf(__lcpp_x);}
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 636 dst->f[0] = sinf(src->f[0]);
637 dst->f[1] = sinf(src->f[1]);
638 dst->f[2] = sinf(src->f[2]);
639 dst->f[3] = sinf(src->f[3]);
    [all...]
  /external/mesa3d/src/mesa/math/
m_matrix.c 802 s = sinf( angle * M_PI / 180.0 );
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core.c 468 u[1][i] = -noise * sinf(tmp);
    [all...]
  /external/mesa3d/prebuilt-intermediates/glsl/
ir_expression_operation_constant.h 819 data.f[c] = sinf(op[0]->value.f[c]);
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
Intermediate.cpp     [all...]
  /external/mesa3d/prebuilt-intermediates/nir/
nir_constant_expressions.c     [all...]
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 460 static_assert((std::is_same<decltype(sinf(0)), float>::value), "");
    [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 463 static_assert((std::is_same<decltype(std::sinf(0)), float>::value), "");
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_peephole.cpp 823 case OP_SIN: res.data.f32 = sinf(imm.reg.data.f32); break;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 2047 milliseconds

1 23