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

1 2 3 4 5 6

  /device/google/contexthub/firmware/lib/libm/
sf_cos.c 19 float cosf(float x) function
21 float cosf(x)
59 return (double) cosf((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...]
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/
nanohub_math.h 24 #define cosf arm_cos_f32 macro
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
windows_compatibility.cc 29 *cosv = cosf(x);
  /bionic/libm/
sincos.c 45 *p_cosf = cosf(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 85 return (CMPLXF(cosf(y) * exp_x * scale1 * scale2,
s_cosf.c 39 cosf(float x) function
e_j0f.c 59 c = cosf(x);
63 z = -cosf(x+x);
132 c = cosf(x);
140 z = -cosf(x+x);
e_j1f.c 60 c = cosf(y);
64 z = cosf(y+y);
118 c = cosf(x);
122 z = cosf(x+x);
  /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 40 #define AKFS_COS(x) cosf(x)
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
normal_distribution_2d.h 35 mSinTheta(sinf(theta)), mCosTheta(cosf(theta)) {}
  /external/webrtc/webrtc/common_audio/
window_generator.cc 44 window[i] = 0.5f * (1 - cosf(2 * static_cast<float>(M_PI) * i /
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
mlmath.h 68 #define cosf(x) ml_cos(x) macro
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlmath.h 68 #define cosf(x) ml_cos(x) macro
  /external/libchrome/base/
os_compat_android.cc 102 *c = cosf(angle);
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_mips.c 78 u[i+1][0] = cosf(randTemp);
80 u[i+2][0] = cosf(randTemp2);
82 u[i+3][0] = cosf(randTemp3);
84 u[i+4][0] = cosf(randTemp4);
    [all...]
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 80 INLINE_DEF_FLOAT_SYMBOL(cosf, 1)
  /external/eigen/test/
half_float.cpp 213 VERIFY_IS_APPROX(numext::cos(half(0.0f)), half(cosf(0.0f)));
214 VERIFY_IS_APPROX(cos(half(0.0f)), half(cosf(0.0f)));
215 VERIFY_IS_APPROX(numext::cos(half(EIGEN_PI)), half(cosf(EIGEN_PI)));
216 //VERIFY_IS_APPROX(numext::cos(half(EIGEN_PI/2)), half(cosf(EIGEN_PI/2)));
217 //VERIFY_IS_APPROX(numext::cos(half(3*EIGEN_PI/2)), half(cosf(3*EIGEN_PI/2)));
218 VERIFY_IS_APPROX(numext::cos(half(3.5f)), half(cosf(3.5f)));
  /external/skqp/include/private/
SkFloatingPoint.h 36 #define sk_float_cos(x) cosf(x)
  /external/valgrind/memcheck/tests/
vcpu_fnfns.c 63 printf(" cosF(%+20.4e) = %+20.4e\n", (double)f, (double)cosf(f));

Completed in 362 milliseconds

1 2 3 4 5 6