/external/llvm/test/CodeGen/AMDGPU/ |
D | llvm.amdgcn.rcp.ll | 3 declare float @llvm.amdgcn.rcp.f32(float) #0 4 declare double @llvm.amdgcn.rcp.f64(double) #0 12 %rcp = call float @llvm.amdgcn.rcp.f32(float undef) 13 store float %rcp, float addrspace(1)* %out, align 4 22 %rcp = fdiv float 1.0, %src 23 store float %rcp, float addrspace(1)* %out, align 4 32 %rcp = fdiv float 1.0, %src 33 store float %rcp, float addrspace(1)* %out, align 4 40 %rcp = fdiv float 1.0, %src 41 store float %rcp, float addrspace(1)* %out, align 4 [all …]
|
D | rcp-pattern.ll | 8 %rcp = fdiv float 1.0, %src 9 store float %rcp, float addrspace(1)* %out, align 4
|
D | rsq.ll | 41 ; Recognize that this is rsqrt(a) * rcp(b) * c, 42 ; not 1 / ( 1 / sqrt(a)) * rcp(b) * c.
|
/external/deqp/framework/delibs/debase/ |
D | deInt32Test.c | 47 deUint32 rcp = (deUint32)((1u << DE_RCP_FRAC_BITS) / ((double)val / (1<<RCP_LUT_BITS))); in deInt32_computeLUTs() local 52 printf("0x%08x", rcp); in deInt32_computeLUTs() 72 deUint32 rcp; in deInt32_selfTest() local 133 deRcp32(val, &rcp, &exp); in deInt32_selfTest() 135 DE_TEST_ASSERT(rcp == (1u<<DE_RCP_FRAC_BITS)); in deInt32_selfTest() 152 deRcp32(val, &rcp, &exp); in deInt32_selfTest() 154 DE_TEST_ASSERT(rcp >= ref-EPS && rcp < ref+EPS); in deInt32_selfTest()
|
D | deInt32.c | 78 void deRcp32 (deUint32 a, deUint32* rcp, int* exp) in deRcp32() argument 173 *rcp = result; in deRcp32()
|
/external/llvm/test/Transforms/InstCombine/ |
D | amdgcn-intrinsics.ll | 4 ; llvm.amdgcn.rcp 7 declare float @llvm.amdgcn.rcp.f32(float) nounwind readnone 8 declare double @llvm.amdgcn.rcp.f64(double) nounwind readnone 14 %val = call float @llvm.amdgcn.rcp.f32(float 1.0) nounwind readnone 21 %val = call double @llvm.amdgcn.rcp.f64(double 1.0) nounwind readnone 28 %val = call float @llvm.amdgcn.rcp.f32(float 0.5) nounwind readnone 35 %val = call double @llvm.amdgcn.rcp.f64(double 0.5) nounwind readnone 40 ; CHECK-NEXT: call float @llvm.amdgcn.rcp.f32(float 4.300000e+01) 42 %val = call float @llvm.amdgcn.rcp.f32(float 4.300000e+01) nounwind readnone 47 ; CHECK-NEXT: call double @llvm.amdgcn.rcp.f64(double 4.300000e+01) [all …]
|
/external/ltp/testcases/network/tcp_cmds/rcp/ |
D | rcp01 | 56 exists awk rcp rsh sum 77 if ! rcp $TCdat/$j $RHOST:$TCtmp/$j; then 99 if ! rcp $RHOST:$TCdat/$j $TCtmp/$j 2>&1 1>/dev/null; then
|
/external/libopus/celt/ |
D | mathops.c | 71 opus_val16 rcp; in frac_div32() local 77 rcp = ROUND16(celt_rcp(ROUND16(b,16)),3); in frac_div32() 78 result = MULT16_32_Q15(rcp, a); in frac_div32() 80 result = ADD32(result, SHL32(MULT16_32_Q15(rcp, rem),2)); in frac_div32()
|
D | vq.c | 208 opus_val16 rcp; in alg_quant() local 228 rcp = EXTRACT16(MULT16_32_Q16(K-1, celt_rcp(sum))); in alg_quant() 232 iy[j] = MULT16_16_Q15(X[j],rcp); in alg_quant() 234 iy[j] = (int)floor(rcp*X[j]); in alg_quant()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2008-05-22-FoldUnalignedLoad.ll | 6 %inv = call <4 x float> @llvm.x86.sse.rcp.ps(<4 x float> %tmp2) 11 declare <4 x float> @llvm.x86.sse.rcp.ps(<4 x float>)
|
D | sse_reload_fold.ll | 14 declare <4 x float> @llvm.x86.sse.rcp.ps(<4 x float>) 51 %t = call <4 x float> @llvm.x86.sse.rcp.ps(<4 x float> %f)
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-05-22-FoldUnalignedLoad.ll | 6 %inv = call <4 x float> @llvm.x86.sse.rcp.ps(<4 x float> %tmp2) 17 declare <4 x float> @llvm.x86.sse.rcp.ps(<4 x float>)
|
D | 2013-03-13-VEX-DestReg.ll | 18 %1 = tail call <4 x float> @llvm.x86.sse.rcp.ss(<4 x float> %vecinit4.i.i) #2 24 declare <4 x float> @llvm.x86.sse.rcp.ss(<4 x float>) #1
|
D | sse-scalar-fp-arith-unary.ll | 20 %y = tail call <4 x float> @llvm.x86.sse.rcp.ss(<4 x float> %x) 70 declare <4 x float> @llvm.x86.sse.rcp.ss(<4 x float>)
|
D | fold-load-unops.ll | 21 %res = tail call <4 x float> @llvm.x86.sse.rcp.ss(<4 x float> %ins) 95 %res = tail call <4 x float> @llvm.x86.sse.rcp.ss(<4 x float> %ins) 151 declare <4 x float> @llvm.x86.sse.rcp.ss(<4 x float>) nounwind readnone
|
D | sse_partial_update.ll | 44 %0 = tail call <4 x float> @llvm.x86.sse.rcp.ss(<4 x float> %a) nounwind 52 declare <4 x float> @llvm.x86.sse.rcp.ss(<4 x float>) nounwind readnone
|
D | sse_reload_fold.ll | 14 declare <4 x float> @llvm.x86.sse.rcp.ps(<4 x float>) 51 %t = call <4 x float> @llvm.x86.sse.rcp.ps(<4 x float> %f)
|
/external/dnsmasq/contrib/dns-loc/ |
D | dnsmasq2-loc-rfc1876.patch | 426 + register const u_char *rcp; 441 + rcp = binary; 448 + versionval = *rcp++; 455 + sizeval = *rcp++; 457 + hpval = *rcp++; 458 + vpval = *rcp++; 460 + GETLONG(templ,rcp); 463 + GETLONG(templ,rcp); 466 + GETLONG(templ,rcp);
|
/external/ltp/runtest/ |
D | net.tcp_cmds | 12 rcp export TCbin=$LTPROOT/testcases/network/tcp_cmds/rcp; rcp01
|
/external/mksh/src/ |
D | edit.c | 3107 char *rcp, *cp; in x_prev_histword() local 3130 rcp = &cp[strlen(cp) - 1]; in x_prev_histword() 3134 while (rcp > cp && is_cfs(*rcp)) in x_prev_histword() 3135 rcp--; in x_prev_histword() 3136 while (rcp > cp && !is_cfs(*rcp)) in x_prev_histword() 3137 rcp--; in x_prev_histword() 3138 if (is_cfs(*rcp)) in x_prev_histword() 3139 rcp++; in x_prev_histword() 3140 x_ins(rcp); in x_prev_histword() 3145 rcp = cp; in x_prev_histword() [all …]
|
/external/skia/src/jumper/ |
D | SkJumper_stages.cpp | 61 SI F rcp (F v) { return 1.0f / v; } in rcp() function 89 SI F rcp (F v) { auto e = vrecpeq_f32 (v); return vrecpsq_f32 (v,e ) * e; } in rcp() function 118 SI F rcp (F v) { auto e = vrecpe_f32 (v); return vrecps_f32 (v,e ) * e; } in rcp() function 157 SI F rcp (F v) { return _mm256_rcp_ps (v); } in rcp() function 200 SI F rcp (F v) { return _mm_rcp_ps (v); } in rcp() function 630 F sqrt = rcp (rsqrt(l)), in STAGE() 1134 r = R * rcp(Z); in STAGE() 1135 g = G * rcp(Z); in STAGE()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/defs/ |
D | opcodes.txt | 130 rcp
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 279 Float4 rcp; in reciprocal() local 283 rcp = Float4(1.0f) / x; in reciprocal() 287 rcp = Rcp_pp(x, exactAtPow2); in reciprocal() 291 rcp = (rcp + rcp) - (x * rcp * rcp); in reciprocal() 298 rcp = Min(rcp, Float4((float&)big)); in reciprocal() 301 return rcp; in reciprocal() 750 Float4 rcp = reciprocal(src.x, pp, true); in rcpx() local 752 dst.x = rcp; in rcpx() 753 dst.y = rcp; in rcpx() 754 dst.z = rcp; in rcpx() [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | recipest.ll | 114 ; Recognize that this is rsqrt(a) * rcp(b) * c, 115 ; not 1 / ( 1 / sqrt(a)) * rcp(b) * c.
|
/external/openssh/ |
D | krl.c | 209 struct revoked_certs **rcp, int allow_create) in revoked_certs_for_ca_key() argument 214 *rcp = NULL; in revoked_certs_for_ca_key() 218 *rcp = rc; in revoked_certs_for_ca_key() 238 *rcp = rc; in revoked_certs_for_ca_key()
|