HomeSort by relevance Sort by last modified time
    Searched refs:cosf (Results 26 - 50 of 179) sorted by null

12 3 4 5 6 7 8

  /external/skia/include/core/
SkFloatingPoint.h 49 #define sk_float_cos(x) cosf(x)
  /external/stlport/stlport/stl/config/
_como.h 115 # define cosf cos macro
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 115 # define cosf cos macro
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 115 # define cosf cos macro
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 115 # define cosf cos macro
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 115 # define cosf cos macro
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 115 # define cosf cos macro
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_como.h 115 # define cosf cos macro
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Common/
esShapes.c 86 (*vertices)[vertex + 1] = radius * cosf ( angleStep * (float)i );
88 cosf ( angleStep * (float)j );
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 126 EXPORT_F32_FN_F32(cosf)
196 { "_Z3cosf", (void *)&cosf, true },
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
SpotLightSource.cpp 61 paintingData.coneCutOffLimit = cosf(deg2rad(180.0f - limitingConeAngle));
  /external/valgrind/main/memcheck/tests/
vcpu_fnfns.c 63 printf(" cosF(%+20.4e) = %+20.4e\n", (double)f, (double)cosf(f));
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 166 /// float cosf(float x);
167 cosf, enumerator in enum:llvm::LibFunc::Func
690 case LibFunc::cos: case LibFunc::cosf: case LibFunc::cosl:
  /frameworks/native/libs/input/tests/
InputEvent_test.cpp 523 float cos = cosf(angle);
556 pointerCoords[i].setAxisValue(AMOTION_EVENT_AXIS_Y, -cosf(angle) * RADIUS + 2);
585 ASSERT_NEAR(-cosf(angle) * RADIUS, event.getY(i), 0.001);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathParser.cpp 478 float cosStartTheta = cosf(startTheta);
480 float cosEndTheta = cosf(endTheta);
  /frameworks/native/services/sensorservice/
Fusion.cpp 410 const float k0 = (1-cosf(lwedT))*(ilwe*ilwe);
412 const float k2 = cosf(hlwedT);
  /cts/suite/cts/deviceTests/opengl/test/
MatrixTest.cpp 219 float cos = cosf(radians);
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gles3jni.cpp 213 float c = cosf(mAngles[i]);
  /development/ndk/platforms/android-3/include/
math.h 314 float cosf(float);
  /development/ndk/platforms/android-9/include/
math.h 314 float cosf(float);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasPathMethods.cpp 145 lineTo(x + r * cosf(sa), y + r * sinf(sa));
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
PathTraversalState.cpp 215 m_current.move(offset * cosf(slope), offset * sinf(slope));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_arit.c 236 {"cos", &lp_build_cos, &cosf, sincos_values, Elements(sincos_values), 20.0 },
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_arit.c 236 {"cos", &lp_build_cos, &cosf, sincos_values, Elements(sincos_values), 20.0 },
  /external/webrtc/src/modules/audio_processing/aec/
aec_rdft.c 130 rdft_w[nwh] = cosf(delta * nwh);
133 x = cosf(delta * j);
202 c[0] = cosf(delta * nch);
205 c[j] = 0.5f * cosf(delta * j);

Completed in 1374 milliseconds

12 3 4 5 6 7 8