Home
last modified time | relevance | path

Searched refs:cosf (Results 1 – 25 of 31) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/filters/
DDistantLightSource.cpp44 paintingData.lightVector.setX(cosf(azimuth) * cosf(elevation)); in initPaintingData()
45 paintingData.lightVector.setY(sinf(azimuth) * cosf(elevation)); in initPaintingData()
DSpotLightSource.cpp62 paintingData.coneCutOffLimit = cosf(deg2rad(180.0f - limitingConeAngle)); in initPaintingData()
/external/llvm/test/CodeGen/Generic/
Dintrinsics.ll30 declare float @cosf(float) readonly
35 %G = call float @cosf( float %F ) ; <float> [#uses=1]
/external/llvm/test/CodeGen/X86/
Dsincos.ll28 declare float @cosf(float) readonly
35 %Y = call float @cosf(float %X) readonly
Dlegalize-libcalls.ll9 %call = call float @cosf(float %theta.079) nounwind readnone
33 declare float @cosf(float) nounwind readnone
Dcode_placement_eh.ll17 %tmp2021 = invoke float @cosf(float 0.000000e+00) readonly
43 declare float @cosf(float) readonly
/external/webkit/Source/WebCore/platform/graphics/cg/
DPDFDocumentImage.cpp67 const float cosa = cosf(-m_rotation); in size()
102 float cosa = cosf(-m_rotation); in adjustCTM()
/external/llvm/test/CodeGen/XCore/
Dfloat-intrinsics.ll22 ; CHECK: cosf:
23 ; CHECK: bl cosf
24 define float @cosf(float %F) {
/external/stlport/src/
Dsincos.c49 *pcos = cosf(x); in sincosf()
/external/llvm/test/CodeGen/ARM/
D2011-11-29-128bitArithmetics.ll37 ; CHECK: bl {{.*}}cosf
40 ; CHECK: bl {{.*}}cosf
43 ; CHECK: bl {{.*}}cosf
46 ; CHECK: bl {{.*}}cosf
/external/stlport/stlport/stl/config/
D_como.h115 # define cosf cos macro
/external/skia/include/core/
DSkFloatingPoint.h50 #define sk_float_cos(x) cosf(x)
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h62 cosf, enumerator
/external/webkit/Source/WebCore/svg/
DSVGPathParser.cpp469 float cosStartTheta = cosf(startTheta); in decomposeArcToCubic()
471 float cosEndTheta = cosf(endTheta); in decomposeArcToCubic()
DSVGRadialGradientElement.cpp245 deltaX = cosf(angle) * radiusMax; in calculateFocalCenterPointsAndRadius()
/external/webrtc/src/modules/audio_processing/aec/
Daec_rdft.c130 rdft_w[nwh] = cosf(delta * nwh); in makewt_32()
133 x = cosf(delta * j); in makewt_32()
202 c[0] = cosf(delta * nch); in makect_32()
205 c[j] = 0.5f * cosf(delta * j); in makect_32()
/external/valgrind/main/memcheck/tests/
Dvcpu_fnfns.c63 printf(" cosF(%+20.4e) = %+20.4e\n", (double)f, (double)cosf(f)); in main()
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp222 TLI.setUnavailable(LibFunc::cosf); in initialize()
/external/skia/src/core/
DSkCordic.cpp213 float cosine = cosf(radian);
/external/webkit/Source/WebCore/platform/graphics/
DPath.cpp78 traversalState.m_current.move(offset * cosf(slope), offset * sinf(slope)); in pathLengthApplierFunction()
/external/llvm/test/Transforms/SimplifyLibCalls/
Dwin-math.ll90 ; WIN32-NOT: float @cosf
/external/stlport/stlport/stl/
D_cmath.h84 inline float cosf(float v) { return __cosf(v); } in cosf() function
/external/skia/src/gpu/
DGrMatrix.cpp535 GrScalar cosa = GrFloatToScalar(cosf(angle));
/external/clang/lib/Headers/
Dtgmath.h241 __tg_cos(float __x) {return cosf(__x);} in __tg_cos()
/external/quake/quake/src/WinQuake/
Dgl_rmain.cpp1101 float c = (float) cosf(a); in setRotateM()

12