Searched refs:cosf (Results 1 – 25 of 31) sorted by relevance
12
44 paintingData.lightVector.setX(cosf(azimuth) * cosf(elevation)); in initPaintingData()45 paintingData.lightVector.setY(sinf(azimuth) * cosf(elevation)); in initPaintingData()
62 paintingData.coneCutOffLimit = cosf(deg2rad(180.0f - limitingConeAngle)); in initPaintingData()
30 declare float @cosf(float) readonly35 %G = call float @cosf( float %F ) ; <float> [#uses=1]
28 declare float @cosf(float) readonly35 %Y = call float @cosf(float %X) readonly
9 %call = call float @cosf(float %theta.079) nounwind readnone33 declare float @cosf(float) nounwind readnone
17 %tmp2021 = invoke float @cosf(float 0.000000e+00) readonly43 declare float @cosf(float) readonly
67 const float cosa = cosf(-m_rotation); in size()102 float cosa = cosf(-m_rotation); in adjustCTM()
22 ; CHECK: cosf:23 ; CHECK: bl cosf24 define float @cosf(float %F) {
49 *pcos = cosf(x); in sincosf()
37 ; CHECK: bl {{.*}}cosf40 ; CHECK: bl {{.*}}cosf43 ; CHECK: bl {{.*}}cosf46 ; CHECK: bl {{.*}}cosf
115 # define cosf cos macro
50 #define sk_float_cos(x) cosf(x)
62 cosf, enumerator
469 float cosStartTheta = cosf(startTheta); in decomposeArcToCubic()471 float cosEndTheta = cosf(endTheta); in decomposeArcToCubic()
245 deltaX = cosf(angle) * radiusMax; in calculateFocalCenterPointsAndRadius()
130 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()
63 printf(" cosF(%+20.4e) = %+20.4e\n", (double)f, (double)cosf(f)); in main()
222 TLI.setUnavailable(LibFunc::cosf); in initialize()
213 float cosine = cosf(radian);
78 traversalState.m_current.move(offset * cosf(slope), offset * sinf(slope)); in pathLengthApplierFunction()
90 ; WIN32-NOT: float @cosf
84 inline float cosf(float v) { return __cosf(v); } in cosf() function
535 GrScalar cosa = GrFloatToScalar(cosf(angle));
241 __tg_cos(float __x) {return cosf(__x);} in __tg_cos()
1101 float c = (float) cosf(a); in setRotateM()