Home
last modified time | relevance | path

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

1234

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_csc.c211 (*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 …]
/external/webrtc/webrtc/base/
Dlatebindingsymboltable_unittest.cc25 X(sinf) \
44 EXPECT_EQ(table.sinf()(0.5f), sinf(0.5f)); in TEST()
/external/llvm/test/CodeGen/AArch64/
Dsincos-expansion.ll4 %sin = call float @sinf(float %f) readnone
6 ; CHECK: bl sinf
30 declare float @sinf(float) readonly
Darm64-sincos.ll14 ; CHECK-LINUX: bl sinf
17 %call = tail call float @sinf(float %x) nounwind readnone
39 declare float @sinf(float) readonly
Darm64-call-tailcalls.ll34 %tmp = tail call float @sinf(float %a) nounwind readonly
85 declare float @sinf(float) nounwind readonly
/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-opt.ll24 ; GNU_NOOPT: callq sinf
35 %call = tail call float @sinf(float %x) nounwind readnone
92 declare float @sinf(float) 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
31 declare float @sinf(float) nounwind readonly
Dsincos.ll6 declare float @sinf(float) readonly
14 %Y = call float @sinf(float %X) readonly
/external/llvm/test/CodeGen/ARM/
Dsincos.ll23 ; NOOPT-GNU: bl sinf
26 %call = tail call float @sinf(float %x) nounwind readnone
53 declare float @sinf(float) readonly
D2011-11-29-128bitArithmetics.ll281 ; CHECK: bl {{.*}}sinf
284 ; CHECK: bl {{.*}}sinf
287 ; CHECK: bl {{.*}}sinf
290 ; CHECK: bl {{.*}}sinf
Dcall-tc.ll60 ; CHECKELF: b sinf
61 %0 = tail call float @sinf(float %a) nounwind readonly ; <float> [#uses=1]
65 declare float @sinf(float) nounwind readonly
/external/llvm/test/CodeGen/SystemZ/
Dfp-sincos-01.ll13 ; CHECK-NOOPT: brasl %r14, sinf@PLT
15 %tmp1 = call float @sinf(float %x)
50 declare float @sinf(float) readonly
/external/swiftshader/third_party/LLVM/test/CodeGen/SPARC/
D2007-07-05-LiveIntervalAssert.ll4 declare float @sinf(float)
7 %G = call float @sinf( float %F ) ; <float> [#uses=1]
/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/eigen/test/
Dhalf_float.cpp220 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()
/external/swiftshader/third_party/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
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dsibcall-5.ll25 %0 = tail call float @sinf(float %a) nounwind readonly
29 declare float @sinf(float) nounwind readonly
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
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
Dintrinsics.ll17 declare float @sinf(float) readonly
22 %G = call float @sinf( float %F ) ; <float> [#uses=1]
/external/llvm/test/CodeGen/Generic/
Dintrinsics.ll17 declare float @sinf(float) readonly
22 %G = call float @sinf( float %F ) ; <float> [#uses=1]
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_mips.c79 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()
/external/llvm/test/CodeGen/XCore/
Dfloat-intrinsics.ll150 define float @sinf(float %F) {
151 ; CHECK-LABEL: sinf:
152 ; CHECK: bl sinf

1234