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

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
DistantLightSource.cpp 44 paintingData.lightVector.setY(sinf(azimuth) * cosf(elevation));
45 paintingData.lightVector.setZ(sinf(elevation));
  /bionic/libm/
sincos.c 44 *p_sinf = sinf(x);
  /external/stlport/src/
sincos.c 48 *psin = sinf(x);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ccoshf.c 60 return (cpackf(coshf(x) * cosf(y), sinhf(x) * sinf(y)));
66 return (cpackf(h * cosf(y), copysignf(h, x) * sinf(y)));
74 return (cpackf(h * h * cosf(y), h * sinf(y)));
93 return (cpackf((x * x) * cosf(y), x * sinf(y)));
s_csinhf.c 60 return (cpackf(sinhf(x) * cosf(y), coshf(x) * sinf(y)));
66 return (cpackf(copysignf(h, x) * cosf(y), h * sinf(y)));
74 return (cpackf(h * cosf(y), h * h * sinf(y)));
93 return (cpackf(x * cosf(y), INFINITY * sinf(y)));
s_cexpf.c 57 return (cpackf(cosf(y), sinf(y)));
87 return (cpackf(exp_x * cosf(y), exp_x * sinf(y)));
s_ctanhf.c 57 copysignf(0, isinf(y) ? y : sinf(y) * cosf(y))));
66 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
  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_Math.h 39 #define AKFS_SIN(x) sinf(x)
  /external/clang/test/CodeGen/
libcall-declarations.c 67 float sinf(float);
85 rint, rintl, rintf, round, roundl, roundf, sin, sinl, sinf, sqrt, sqrtl,
151 // CHECK-NOERRNO: declare float @sinf(float) [[NUW]]
  /external/chromium_org/media/mp4/
track_run_iterator_unittest.cc 64 aud_desc.sinf.info.track_encryption.is_encrypted = false;
76 vid_desc.sinf.info.track_encryption.is_encrypted = false;
123 ProtectionSchemeInfo* sinf; local
125 sinf = &stsd->video_entries[0].sinf;
127 sinf = &stsd->audio_entries[0].sinf;
130 sinf->type.type = FOURCC_CENC;
131 sinf->info.track_encryption.is_encrypted = true;
132 sinf->info.track_encryption.default_iv_size = 8
    [all...]
  /frameworks/base/core/jni/
android_util_FloatMath.cpp 17 static float SinF(JNIEnv* env, jobject clazz, float x) {
18 return sinf(x);
45 {"sin", "(F)F", (void*) MathUtilsGlue::SinF},
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 362 SINF *sinf = mFirstSINF; local
363 while (sinf) {
364 SINF *next = sinf->next;
365 delete sinf->IPMPData;
366 delete sinf;
367 sinf = next;
537 SINF *sinf = mFirstSINF local
622 SINF *sinf = new SINF; local
674 SINF *sinf = mFirstSINF; local
    [all...]
  /hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
mlmath.h 69 #define sinf(x) ml_sin(x) macro
  /hardware/invensense/60xx/mlsdk/platform/include/
mlmath.h 81 #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/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
matrix.cc 95 mat[6] = -sinf(x_rad);
103 mat[2] = sinf(y_rad);
111 mat[1] = sinf(z_rad);
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Common/
esShapes.c 84 (*vertices)[vertex + 0] = radius * sinf ( angleStep * (float)i ) *
85 sinf ( angleStep * (float)j );
87 (*vertices)[vertex + 2] = radius * sinf ( angleStep * (float)i ) *
  /external/chromium_org/base/
os_compat_android.cc 97 *s = sinf(angle);
  /external/chromium_org/third_party/skia/include/core/
SkFloatingPoint.h 48 #define sk_float_sin(x) sinf(x)
  /external/skia/include/core/
SkFloatingPoint.h 48 #define sk_float_sin(x) sinf(x)
  /external/stlport/stlport/stl/config/
_como.h 111 # define sinf sin macro

Completed in 519 milliseconds

1 2 3 4 5 6 7 8