Searched refs:sinf (Results 1 – 25 of 76) sorted by relevance
1234
/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/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-opt.ll | 24 %call = tail call float @sinf(float %x) nounwind readnone 62 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
|
/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/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/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 87 INLINE_DEF_FLOAT_SYMBOL(sinf, 1)
|
/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/skia/gm/ |
D | textblobshader.cpp | 56 run->pos[i * 2 + 1] = 150 + 5 * sinf((float)i * 8 / glyphCount); in onOnceBeforeDraw()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
D | afstyles.h | 66 STYLE_LATIN( s, S, sinf, SINF, ds, \
|
/external/llvm/test/CodeGen/Mips/ |
D | fp16instrinsmc.ll | 112 %call = call float @sinf(float %0) #3 113 ;pic: lw ${{[0-9]+}}, %call16(sinf)(${{[0-9]+}}) 120 declare float @sinf(float) #0
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 161 float sinf(float); 294 F(sin), F(sinf), F(sinl), F(sinh), F(sinhf),
|
/external/skia/include/private/ |
D | SkFloatingPoint.h | 60 #define sk_float_sin(x) sinf(x)
|
1234