Home
last modified time | relevance | path

Searched refs:sinf (Results 1 – 25 of 79) 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/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dwarpers_inl.hpp263 float sinv = sinf(static_cast<float>(CV_PI) - v); in mapBackward()
264 float x_ = sinv * sinf(u); in mapBackward()
296 float x_ = sinf(u); in mapBackward()
320 v = scale * v_ * sinf(u_); in mapForward()
332 float sinv = sinf((float)CV_PI - v_); in mapBackward()
333 float x_ = sinv * sinf(u_); in mapBackward()
356 float r = sinf(v_) / (1 - cosf(v_)); in mapForward()
372 float sinv = sinf((float)CV_PI - v_); in mapBackward()
373 float x_ = sinv * sinf(u_); in mapBackward()
411 float x_ = cosv * sinf(u_); in mapBackward()
[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
Dcode_placement_eh.ll21 %tmp2019 = invoke float @sinf(float 0.000000e+00) readonly
41 declare float @sinf(float) readonly
Dsincos.ll6 declare float @sinf(float) readonly
14 %Y = call float @sinf(float %X) readonly
Dsibcall-5.ll26 %0 = tail call float @sinf(float %a) nounwind readonly
35 declare float @sinf(float) nounwind readonly
Dsincos-opt.ll24 %call = tail call float @sinf(float %x) nounwind readnone
62 declare float @sinf(float) 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/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/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/ARM/
Dsincos.ll15 %call = tail call float @sinf(float %x) nounwind readnone
35 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(PLT)
61 %0 = tail call float @sinf(float %a) nounwind readonly ; <float> [#uses=1]
65 declare float @sinf(float) nounwind readonly
/external/opencv3/modules/stitching/src/cuda/
Dbuild_warp_maps.cu96 float x_ = ::sinf(u); in mapBackward()
121 float sinv = ::sinf(v); in mapBackward()
122 float x_ = sinv * ::sinf(u); in mapBackward()
/external/opencv3/modules/cudalegacy/src/cuda/
Dneedle_map.cu161 v[2].y = arrow_y + r * ::sinf(theta); in NeedleMapVertexKernel()
168 v[1].y = arrow_y + r * ::sinf(theta - CV_PI_F / 2.0f); in NeedleMapVertexKernel()
171 v[4].y = arrow_y + r * ::sinf(theta + CV_PI_F / 2.0f); in NeedleMapVertexKernel()
/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
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dvec_math.hpp274 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, uchar, float)
275 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, char, float)
276 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, ushort, float)
277 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, short, float)
278 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, int, float)
279 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, uint, float)
280 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, float, float)
/external/vulkan-validation-layers/demos/
Dlinmath.h217 float s = sinf(angle); in mat4x4_rotate()
248 float s = sinf(angle); in mat4x4_rotate_X()
257 float s = sinf(angle); in mat4x4_rotate_Y()
266 float s = sinf(angle); in mat4x4_rotate_Z()
/external/llvm/lib/Support/Windows/
Dexplicit_symbols.inc87 INLINE_DEF_FLOAT_SYMBOL(sinf, 1)
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
Dvec_math.hpp285 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, uchar, float)
286 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, char, float)
287 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, ushort, float)
288 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, short, float)
289 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, int, float)
290 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, uint, float)
291 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, float, float)

1234