Searched refs:sinf (Results 1 – 25 of 92) sorted by relevance
1234
211 (*matrix)[0][1] = c * (*cstd)[0][1] * s * cosf(h) - c * (*cstd)[0][2] * s * sinf(h); in vl_csc_get_matrix()212 (*matrix)[0][2] = c * (*cstd)[0][2] * s * cosf(h) + c * (*cstd)[0][1] * s * sinf(h); in vl_csc_get_matrix()214 (*cstd)[0][1] * (c * cbbias * s * cosf(h) + c * crbias * s * sinf(h)) + in vl_csc_get_matrix()215 (*cstd)[0][2] * (c * crbias * s * cosf(h) - c * cbbias * s * sinf(h)); in vl_csc_get_matrix()218 (*matrix)[1][1] = c * (*cstd)[1][1] * s * cosf(h) - c * (*cstd)[1][2] * s * sinf(h); in vl_csc_get_matrix()219 (*matrix)[1][2] = c * (*cstd)[1][2] * s * cosf(h) + c * (*cstd)[1][1] * s * sinf(h); in vl_csc_get_matrix()221 (*cstd)[1][1] * (c * cbbias * s * cosf(h) + c * crbias * s * sinf(h)) + in vl_csc_get_matrix()222 (*cstd)[1][2] * (c * crbias * s * cosf(h) - c * cbbias * s * sinf(h)); in vl_csc_get_matrix()225 (*matrix)[2][1] = c * (*cstd)[2][1] * s * cosf(h) - c * (*cstd)[2][2] * s * sinf(h); in vl_csc_get_matrix()226 (*matrix)[2][2] = c * (*cstd)[2][2] * s * cosf(h) + c * (*cstd)[2][1] * s * sinf(h); in vl_csc_get_matrix()[all …]
25 X(sinf) \44 EXPECT_EQ(table.sinf()(0.5f), sinf(0.5f)); in TEST()
4 %sin = call float @sinf(float %f) readnone6 ; CHECK: bl sinf30 declare float @sinf(float) readonly
14 ; CHECK-LINUX: bl sinf17 %call = tail call float @sinf(float %x) nounwind readnone39 declare float @sinf(float) readonly
34 %tmp = tail call float @sinf(float %a) nounwind readonly85 declare float @sinf(float) nounwind readonly
10 %call45 = call float @sinf(float %theta.079) nounwind readnone11 %call37 = call float @sinf(float %add36) nounwind readnone34 declare float @sinf(float) nounwind readnone
24 ; GNU_NOOPT: callq sinf35 %call = tail call float @sinf(float %x) nounwind readnone92 declare float @sinf(float) readonly
21 %tmp2019 = invoke float @sinf(float 0.000000e+00) readonly41 declare float @sinf(float) readonly
26 %0 = tail call float @sinf(float %a) nounwind readonly31 declare float @sinf(float) nounwind readonly
6 declare float @sinf(float) readonly14 %Y = call float @sinf(float %X) readonly
4 declare float @sinf(float)7 %G = call float @sinf( float %F ) ; <float> [#uses=1]
23 ; NOOPT-GNU: bl sinf26 %call = tail call float @sinf(float %x) nounwind readnone53 declare float @sinf(float) readonly
281 ; CHECK: bl {{.*}}sinf284 ; CHECK: bl {{.*}}sinf287 ; CHECK: bl {{.*}}sinf290 ; CHECK: bl {{.*}}sinf
13 ; CHECK-NOOPT: brasl %r14, sinf@PLT15 %tmp1 = call float @sinf(float %x)50 declare float @sinf(float) readonly
220 VERIFY_IS_APPROX(numext::sin(half(0.0f)), half(sinf(0.0f))); in test_trigonometric_functions()221 VERIFY_IS_APPROX(sin(half(0.0f)), half(sinf(0.0f))); in test_trigonometric_functions()223 VERIFY_IS_APPROX(numext::sin(half(EIGEN_PI/2)), half(sinf(EIGEN_PI/2))); in test_trigonometric_functions()224 VERIFY_IS_APPROX(numext::sin(half(3*EIGEN_PI/2)), half(sinf(3*EIGEN_PI/2))); in test_trigonometric_functions()225 VERIFY_IS_APPROX(numext::sin(half(3.5f)), half(sinf(3.5f))); in test_trigonometric_functions()
25 %0 = tail call float @sinf(float %a) nounwind readonly29 declare float @sinf(float) nounwind readonly
7 declare float @sinf(float) readonly14 %Y = call float @sinf(float %X) readonly
60 ; CHECKELF: b sinf(PLT)61 %0 = tail call float @sinf(float %a) nounwind readonly ; <float> [#uses=1]65 declare float @sinf(float) nounwind readonly
17 declare float @sinf(float) readonly22 %G = call float @sinf( float %F ) ; <float> [#uses=1]
79 u[i+1][1] = sinf(randTemp); in WebRtcAec_ComfortNoise_mips()81 u[i+2][1] = sinf(randTemp2); in WebRtcAec_ComfortNoise_mips()83 u[i+3][1] = sinf(randTemp3); in WebRtcAec_ComfortNoise_mips()85 u[i+4][1] = sinf(randTemp4); in WebRtcAec_ComfortNoise_mips()
150 define float @sinf(float %F) {151 ; CHECK-LABEL: sinf:152 ; CHECK: bl sinf
28 *sinv = sinf(x); in sincosf()