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

1 2 3 45 6 7 8

  /external/bison/linux-lib/
math.h 2141 # undef sinf macro
    [all...]
  /frameworks/base/libs/hwui/
Matrix.cpp 295 float s = sinf(angle);
319 float s = sinf(angle);
  /bionic/libm/include/
math.h 305 float sinf(float);
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
DynamicsCompressorKernel.cpp 429 float postWarpCompressorGain = sinf(0.5f * piFloat * compressorGain);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FEColorMatrix.cpp 206 float sinHue = sinf(hue * piFloat / 180);
SkiaImageFilterBuilder.cpp 79 float sinHue = sinf(hue * piFloat / 180);
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Common/
esTransform.c 60 sinAngle = sinf ( angle * PI / 180.0f );
  /external/chromium_org/third_party/skia/src/core/
SkCordic.cpp 208 float sine = sinf(radian);
  /external/skia/src/core/
SkCordic.cpp 208 float sine = sinf(radian);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 619 /* Define to 1 if you have the `sinf' function. */
1373 # define sinf macro
    [all...]
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 619 /* Define to 1 if you have the `sinf' function. */
1373 # define sinf macro
    [all...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 619 /* Define to 1 if you have the `sinf' function. */
1373 # define sinf macro
    [all...]
  /prebuilts/ndk/7/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...]
  /prebuilts/ndk/7/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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
c++config.h 619 /* Define to 1 if you have the `sinf' function. */
1373 # define sinf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
c++config.h 619 /* Define to 1 if you have the `sinf' function. */
1373 # define sinf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
c++config.h 619 /* Define to 1 if you have the `sinf' function. */
1373 # define sinf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
c++config.h 619 /* Define to 1 if you have the `sinf' function. */
1373 # define sinf macro
    [all...]
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
Matrix.cpp 256 float s = (float) sinf(radians);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_math.h 73 static INLINE float sinf( float f ) function
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 137 #define sinf(f) ((float) sin(f)) macro
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 256 "sinf",
465 TLI.setUnavailable(LibFunc::sinf);

Completed in 847 milliseconds

1 2 3 45 6 7 8