HomeSort by relevance Sort by last modified time
    Searched refs:sinf (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /device/google/contexthub/firmware/lib/libm/
sf_sin.c 19 float sinf(float x) function
21 float sinf(x)
59 return (double) sinf((float) x);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_csc.c 211 (*matrix)[0][1] = c * (*cstd)[0][1] * s * cosf(h) - c * (*cstd)[0][2] * s * sinf(h);
212 (*matrix)[0][2] = c * (*cstd)[0][2] * s * cosf(h) + c * (*cstd)[0][1] * s * sinf(h);
214 (*cstd)[0][1] * (c * cbbias * s * cosf(h) + c * crbias * s * sinf(h)) +
215 (*cstd)[0][2] * (c * crbias * s * cosf(h) - c * cbbias * s * sinf(h));
218 (*matrix)[1][1] = c * (*cstd)[1][1] * s * cosf(h) - c * (*cstd)[1][2] * s * sinf(h);
219 (*matrix)[1][2] = c * (*cstd)[1][2] * s * cosf(h) + c * (*cstd)[1][1] * s * sinf(h);
221 (*cstd)[1][1] * (c * cbbias * s * cosf(h) + c * crbias * s * sinf(h)) +
222 (*cstd)[1][2] * (c * crbias * s * cosf(h) - c * cbbias * s * sinf(h));
225 (*matrix)[2][1] = c * (*cstd)[2][1] * s * cosf(h) - c * (*cstd)[2][2] * s * sinf(h);
226 (*matrix)[2][2] = c * (*cstd)[2][2] * s * cosf(h) + c * (*cstd)[2][1] * s * sinf(h)
    [all...]
  /external/webrtc/webrtc/base/
latebindingsymboltable_unittest.cc 25 X(sinf) \
44 EXPECT_EQ(table.sinf()(0.5f), sinf(0.5f));
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/
nanohub_math.h 23 #define sinf arm_sin_f32 macro
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
windows_compatibility.cc 28 *sinv = sinf(x);
  /bionic/libm/
sincos.c 44 *p_sinf = sinf(x);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ccoshf.c 60 return (CMPLXF(coshf(x) * cosf(y), sinhf(x) * sinf(y)));
66 return (CMPLXF(h * cosf(y), copysignf(h, x) * sinf(y)));
74 return (CMPLXF(h * h * cosf(y), h * sinf(y)));
90 return (CMPLXF(INFINITY * cosf(y), x * sinf(y)));
s_csinhf.c 60 return (CMPLXF(sinhf(x) * cosf(y), coshf(x) * sinf(y)));
66 return (CMPLXF(copysignf(h, x) * cosf(y), h * sinf(y)));
74 return (CMPLXF(h * cosf(y), h * h * sinf(y)));
90 return (CMPLXF(x * cosf(y), INFINITY * sinf(y)));
s_cexpf.c 57 return (CMPLXF(cosf(y), sinf(y)));
87 return (CMPLXF(exp_x * cosf(y), exp_x * sinf(y)));
s_ctanhf.c 58 copysignf(0, isinf(y) ? y : sinf(y) * cosf(y))));
67 4 * sinf(y) * cosf(y) * exp_mx * exp_mx));
k_expf.c 86 sinf(y) * exp_x * scale1 * scale2));
s_sinf.c 39 sinf(float x) function
  /bionic/libm/upstream-netbsd/lib/libm/complex/
cpowf.c 55 w = r * cosf(theta) + (r * sinf(theta)) * I;
  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_Math.h 39 #define AKFS_SIN(x) sinf(x)
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
normal_distribution_2d.h 35 mSinTheta(sinf(theta)), mCosTheta(cosf(theta)) {}
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
mlmath.h 69 #define sinf(x) ml_sin(x) macro
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlmath.h 69 #define sinf(x) ml_sin(x) macro
  /external/libchrome/base/
os_compat_android.cc 103 *s = sinf(angle);
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_mips.c 79 u[i+1][1] = sinf(randTemp);
81 u[i+2][1] = sinf(randTemp2);
83 u[i+3][1] = sinf(randTemp3);
85 u[i+4][1] = sinf(randTemp4);
    [all...]
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 87 INLINE_DEF_FLOAT_SYMBOL(sinf, 1)
  /external/eigen/test/
half_float.cpp 220 VERIFY_IS_APPROX(numext::sin(half(0.0f)), half(sinf(0.0f)));
221 VERIFY_IS_APPROX(sin(half(0.0f)), half(sinf(0.0f)));
222 // VERIFY_IS_APPROX(numext::sin(half(EIGEN_PI)), half(sinf(EIGEN_PI)));
223 VERIFY_IS_APPROX(numext::sin(half(EIGEN_PI/2)), half(sinf(EIGEN_PI/2)));
224 VERIFY_IS_APPROX(numext::sin(half(3*EIGEN_PI/2)), half(sinf(3*EIGEN_PI/2)));
225 VERIFY_IS_APPROX(numext::sin(half(3.5f)), half(sinf(3.5f)));
  /external/adhd/cras/src/dsp/
drc_math.h 167 return sinf(PI_OVER_TWO_FLOAT * x);
  /external/skia/gm/
textblobshader.cpp 57 run->pos[i * 2 + 1] = 150 + 5 * sinf((float)i * 8 / glyphCount);
  /external/skqp/gm/
textblobshader.cpp 57 run->pos[i * 2 + 1] = 150 + 5 * sinf((float)i * 8 / glyphCount);
  /external/skqp/include/private/
SkFloatingPoint.h 35 #define sk_float_sin(x) sinf(x)

Completed in 469 milliseconds

1 2 3 4 5 6