Home
last modified time | relevance | path

Searched refs:sinf (Results 1 – 25 of 35) sorted by relevance

12

/external/llvm/test/CodeGen/X86/
Dlegalize-libcalls.ll10 %call45 = call float @sinf(float %theta.079) nounwind readnone
11 %call37 = call float @sinf(float %add36) nounwind readnone
34 declare float @sinf(float) nounwind readnone
Dsincos.ll7 declare float @sinf(float) readonly
14 %Y = call float @sinf(float %X) readonly
Dcode_placement_eh.ll21 %tmp2019 = invoke float @sinf(float 0.000000e+00) readonly
41 declare float @sinf(float) readonly
Dsibcall-5.ll26 %0 = tail call float @sinf(float %a) nounwind readonly
30 declare float @sinf(float) nounwind readonly
/external/llvm/test/CodeGen/SPARC/
D2007-07-05-LiveIntervalAssert.ll4 declare float @sinf(float)
7 %G = call float @sinf( float %F ) ; <float> [#uses=1]
/external/webkit/Source/WebCore/platform/graphics/filters/
DDistantLightSource.cpp45 paintingData.lightVector.setY(sinf(azimuth) * cosf(elevation)); in initPaintingData()
46 paintingData.lightVector.setZ(sinf(elevation)); in initPaintingData()
/external/llvm/test/CodeGen/Generic/
Dintrinsics.ll17 declare float @sinf(float) readonly
22 %G = call float @sinf( float %F ) ; <float> [#uses=1]
/external/quake/quake/src/WinQuake/
Dgl_rsurf.cpp589 *pPos++ = v[0] + 8*sinf(v[1]*0.05f+realtime)*sinf(v[2]*0.05f+realtime); in R_DrawSequentialPoly()
590 *pPos++ = v[1] + 8*sinf(v[0]*0.05f+realtime)*sinf(v[2]*0.05f+realtime); in R_DrawSequentialPoly()
660 pnv[0] = v[0] + 8*sinf(v[1]*0.05f+realtime)*sinf(v[2]*0.05f+realtime); in DrawGLWaterPoly()
661 pnv[1] = v[1] + 8*sinf(v[0]*0.05f+realtime)*sinf(v[2]*0.05f+realtime); in DrawGLWaterPoly()
703 pnv[0] = v[0] + 8*sinf(v[1]*0.05f+realtime)*sinf(v[2]*0.05f+realtime); in DrawGLWaterPolyLightmap()
704 pnv[1] = v[1] + 8*sinf(v[0]*0.05f+realtime)*sinf(v[2]*0.05f+realtime); in DrawGLWaterPolyLightmap()
/external/webkit/Source/WebCore/platform/graphics/cg/
DPDFDocumentImage.cpp66 const float sina = sinf(-m_rotation); in size()
101 float sina = sinf(-m_rotation); in adjustCTM()
/external/llvm/test/CodeGen/ARM/
Dcall-tc.ll60 ; CHECKELF: b sinf(PLT)
61 %0 = tail call float @sinf(float %a) nounwind readonly ; <float> [#uses=1]
65 declare float @sinf(float) nounwind readonly
D2011-11-29-128bitArithmetics.ll281 ; CHECK: bl {{.*}}sinf
284 ; CHECK: bl {{.*}}sinf
287 ; CHECK: bl {{.*}}sinf
290 ; CHECK: bl {{.*}}sinf
/external/llvm/test/CodeGen/XCore/
Dfloat-intrinsics.ll150 define float @sinf(float %F) {
151 ; CHECK: sinf:
152 ; CHECK: bl sinf
/external/stlport/src/
Dsincos.c48 *psin = sinf(x); in sincosf()
/external/llvm/test/Transforms/ConstProp/
Dcalls.ll101 ; FNOBUILTIN: %1 = call float @sinf(float 3.000000e+00)
102 %1 = call float @sinf(float 3.000000e+00)
105 declare float @sinf(float)
/external/stlport/stlport/stl/config/
D_como.h111 # define sinf sin macro
/external/skia/include/core/
DSkFloatingPoint.h49 #define sk_float_sin(x) sinf(x)
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h175 sinf, enumerator
/external/webkit/Source/WebCore/svg/
DSVGPathParser.cpp468 float sinStartTheta = sinf(startTheta); in decomposeArcToCubic()
470 float sinEndTheta = sinf(endTheta); in decomposeArcToCubic()
DSVGRadialGradientElement.cpp246 deltaY = sinf(angle) * radiusMax; in calculateFocalCenterPointsAndRadius()
/external/valgrind/main/memcheck/tests/
Dvcpu_fnfns.c51 printf(" sinF(%+20.4e) = %+20.4e\n", (double)f, (double)sinf(f)); in main()
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp229 TLI.setUnavailable(LibFunc::sinf); in initialize()
/external/webkit/Source/WebCore/webaudio/
DAudioBufferSourceNode.cpp328 float grainEnvelope = sinf(piFloat * x); in readFromBufferWithGrainEnvelope()
/external/skia/src/core/
DSkCordic.cpp212 float sine = sinf(radian);
/external/webkit/Source/WebCore/platform/graphics/
DPath.cpp78 traversalState.m_current.move(offset * cosf(slope), offset * sinf(slope)); in pathLengthApplierFunction()
/external/webrtc/src/modules/audio_processing/aec/
Daec_rdft.c134 y = sinf(delta * j); in makewt_32()
206 c[nc - j] = 0.5f * sinf(delta * j); in makect_32()

12