/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_csc.c | 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 …]
|
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/ |
D | warpers_inl.hpp | 263 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/ |
D | latebindingsymboltable_unittest.cc | 25 X(sinf) \ 44 EXPECT_EQ(table.sinf()(0.5f), sinf(0.5f)); in TEST()
|
/external/llvm/test/CodeGen/AArch64/ |
D | sincos-expansion.ll | 4 %sin = call float @sinf(float %f) readnone 6 ; CHECK: bl sinf 30 declare float @sinf(float) readonly
|
D | arm64-sincos.ll | 14 ; CHECK-LINUX: bl sinf 17 %call = tail call float @sinf(float %x) nounwind readnone 39 declare float @sinf(float) readonly
|
D | arm64-call-tailcalls.ll | 34 %tmp = tail call float @sinf(float %a) nounwind readonly 85 declare float @sinf(float) nounwind readonly
|
/external/llvm/test/CodeGen/X86/ |
D | legalize-libcalls.ll | 10 %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
|
D | code_placement_eh.ll | 21 %tmp2019 = invoke float @sinf(float 0.000000e+00) readonly 41 declare float @sinf(float) readonly
|
D | sincos.ll | 6 declare float @sinf(float) readonly 14 %Y = call float @sinf(float %X) readonly
|
D | sibcall-5.ll | 26 %0 = tail call float @sinf(float %a) nounwind readonly 35 declare float @sinf(float) nounwind readonly
|
D | sincos-opt.ll | 24 %call = tail call float @sinf(float %x) nounwind readnone 62 declare float @sinf(float) readonly
|
/external/llvm/test/CodeGen/SPARC/ |
D | 2007-07-05-LiveIntervalAssert.ll | 4 declare float @sinf(float) 7 %G = call float @sinf( float %F ) ; <float> [#uses=1]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-sincos-01.ll | 13 ; CHECK-NOOPT: brasl %r14, sinf@PLT 15 %tmp1 = call float @sinf(float %x) 50 declare float @sinf(float) readonly
|
/external/llvm/test/CodeGen/Generic/ |
D | intrinsics.ll | 17 declare float @sinf(float) readonly 22 %G = call float @sinf( float %F ) ; <float> [#uses=1]
|
/external/llvm/test/CodeGen/ARM/ |
D | sincos.ll | 15 %call = tail call float @sinf(float %x) nounwind readnone 35 declare float @sinf(float) readonly
|
D | 2011-11-29-128bitArithmetics.ll | 281 ; CHECK: bl {{.*}}sinf 284 ; CHECK: bl {{.*}}sinf 287 ; CHECK: bl {{.*}}sinf 290 ; CHECK: bl {{.*}}sinf
|
D | call-tc.ll | 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
|
/external/opencv3/modules/stitching/src/cuda/ |
D | build_warp_maps.cu | 96 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/ |
D | needle_map.cu | 161 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/ |
D | aec_core_mips.c | 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()
|
/external/llvm/test/CodeGen/XCore/ |
D | float-intrinsics.ll | 150 define float @sinf(float %F) { 151 ; CHECK-LABEL: sinf: 152 ; CHECK: bl sinf
|
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
D | vec_math.hpp | 274 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/ |
D | linmath.h | 217 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/ |
D | explicit_symbols.inc | 87 INLINE_DEF_FLOAT_SYMBOL(sinf, 1)
|
/external/opencv3/modules/cudev/include/opencv2/cudev/util/ |
D | vec_math.hpp | 285 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)
|