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

12 3

  /external/skqp/gm/
textblobshader.cpp 57 run->pos[i * 2 + 1] = 150 + 5 * sinf((float)i * 8 / glyphCount);
  /external/skqp/tools/skqp/
jitter_gms.cpp 61 kJitterMagnitude * sinf(angle)});
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_j0f.c 58 s = sinf(x);
131 s = sinf(x);
e_j1f.c 59 s = sinf(y);
117 s = sinf(x);
  /external/clang/test/CodeGen/
libcall-declarations.c 161 float sinf(float);
294 F(sin), F(sinf), F(sinl), F(sinh), F(sinhf),
460 // CHECK-NOERRNO: declare float @sinf(float) [[NUW]]
  /cts/tests/openglperf2/test/
MatrixTest.cpp 218 float sin = sinf(radians);
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
matrixop.c 86 float s = sinf(r);
  /external/clang/lib/Headers/
__clang_cuda_cmath.h 140 __DEVICE__ float sin(float __x) { return ::sinf(__x); }
  /external/freetype/src/autofit/
afstyles.h 66 STYLE_LATIN( s, S, sinf, SINF, ds, \
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 248 case LibFunc::sin: case LibFunc::sinf: case LibFunc::sinl:
  /external/skia/include/private/
SkFloatingPoint.h 39 #define sk_float_sin(x) sinf(x)
  /external/skqp/include/private/
SkFloatingPoint.h 39 #define sk_float_sin(x) sinf(x)
  /bionic/benchmarks/
math_benchmark.cpp 491 f = sinf(*cin);
504 f = sinf(f * zero + *cin);
  /bionic/tests/headers/posix/
math_h.c 316 FUNCTION(sinf, float (*f)(float));
  /external/libkmsxx/kmscube/
esTransform.c 83 sinAngle = sinf ( angle * PI / 180.0f );
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_arit.c 307 {"sin", &lp_build_sin, &sinf, sincos_values, ARRAY_SIZE(sincos_values), 20.0 },
  /external/webrtc/webrtc/modules/audio_processing/transient/
transient_suppressor.cc 384 scaled_mean * sinf(phase);
  /bionic/libc/include/
math.h 99 float sinf(float __x);
  /cts/tests/openglperf2/jni/graphics/
Matrix.cpp 256 float s = (float) sinf(radians);
  /external/skia/src/compute/skc/platforms/cl_12/interop/
interop_glfw.c 235 float const sin_theta = sinf(interop->rotate_theta); // replace with sinpi if available
  /external/skqp/src/compute/skc/platforms/cl_12/interop/
interop_glfw.c 235 float const sin_theta = sinf(interop->rotate_theta); // replace with sinpi if available
  /external/virglrenderer/src/gallium/auxiliary/util/
u_math.h 73 static inline float sinf( float f ) function
  /device/google/contexthub/firmware/os/algos/
fusion.c 292 float k1 = sinf(lwedT);
296 vec3ScalarMul(&psi, sinf(hlwedT) * ilwe);
  /frameworks/av/media/libaaudio/examples/loopback/src/
LoopbackAnalyzer.h 920 float sinOut = sinf(mPhase);
    [all...]
  /external/adhd/cras/src/tests/
dsp_core_unittest.cc 21 data[i] += amplitude * sinf((float)M_PI*freq*i + offset);

Completed in 2440 milliseconds

12 3