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

1 23

  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 619 /* Define to 1 if you have the `sinf' function. */
1373 # define sinf macro
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 619 /* Define to 1 if you have the `sinf' function. */
1373 # define sinf macro
    [all...]
  /frameworks/base/libs/rs/
rsMatrix4x4.cpp 211 s = sinf(rot);
  /frameworks/base/services/sensorservice/
Fusion.cpp 385 const float k1 = sinf(lwedT);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
c++config.h 619 /* Define to 1 if you have the `sinf' function. */
1373 # define sinf macro
    [all...]
  /external/webrtc/src/modules/audio_processing/aec/main/source/
aec_rdft.c 119 y = sinf(delta * j);
141 c[nc - j] = 0.5f * sinf(delta * j);
  /external/stlport/stlport/stl/
_cmath.h 85 inline float sinf(float v) { return __sinf(v); } function
229 // long double support and both e.g. sinl(long double) and sinf(float)
254 // long double support and e.g. sinf(float) but not e.g. sinl(long double)
271 // long double support and e.g. sinl(long double) but not e.g. sinf(float)
317 // neither long double support nor e.g. sinf(float) functions
  /frameworks/base/libs/hwui/
Matrix.cpp 232 float s = sinf(angle);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 85 inline float sinf(float v) { return __sinf(v); } function
229 // long double support and both e.g. sinl(long double) and sinf(float)
254 // long double support and e.g. sinf(float) but not e.g. sinl(long double)
271 // long double support and e.g. sinl(long double) but not e.g. sinf(float)
317 // neither long double support nor e.g. sinf(float) functions
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 85 inline float sinf(float v) { return __sinf(v); } function
229 // long double support and both e.g. sinl(long double) and sinf(float)
254 // long double support and e.g. sinf(float) but not e.g. sinl(long double)
271 // long double support and e.g. sinl(long double) but not e.g. sinf(float)
317 // neither long double support nor e.g. sinf(float) functions
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 85 inline float sinf(float v) { return __sinf(v); } function
229 // long double support and both e.g. sinl(long double) and sinf(float)
254 // long double support and e.g. sinf(float) but not e.g. sinl(long double)
271 // long double support and e.g. sinl(long double) but not e.g. sinf(float)
317 // neither long double support nor e.g. sinf(float) functions
  /external/skia/gpu/src/
GrMatrix.cpp 543 GrScalar sina = GrFloatToScalar(sinf(angle));
  /external/clang/lib/Headers/
tgmath.h 270 __tg_sin(float __x) {return sinf(__x);}
  /external/quake/quake/src/WinQuake/
gl_rmain.cpp 1100 float s = (float) sinf(a);
    [all...]
  /frameworks/base/libs/ui/
Input.cpp 532 vector.fX = SkFloatToScalar(sinf(angleRadians));
    [all...]
  /prebuilt/sdk/11/renderscript/clang-include/
tgmath.h 270 __tg_sin(float __x) {return sinf(__x);}
  /prebuilt/sdk/12/renderscript/clang-include/
tgmath.h 270 __tg_sin(float __x) {return sinf(__x);}
  /prebuilt/sdk/13/renderscript/clang-include/
tgmath.h 270 __tg_sin(float __x) {return sinf(__x);}
  /prebuilt/sdk/14/renderscript/clang-include/
tgmath.h 270 __tg_sin(float __x) {return sinf(__x);}
  /external/mesa3d/src/glsl/
ir_constant_expression.cpp 223 data.f[c] = sinf(op[0]->value.f[c]);
    [all...]
  /external/mesa3d/test/
m_matrix.c 810 s = (GLfloat) sinf( angle * (M_PI / 180.0f) );
    [all...]
  /frameworks/base/services/input/
InputReader.cpp     [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp     [all...]

Completed in 771 milliseconds

1 23