Home
last modified time | relevance | path

Searched refs:rcp (Results 1 – 25 of 52) sorted by relevance

123

/external/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgcn.rcp.ll3 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 …]
Drcp-pattern.ll8 %rcp = fdiv float 1.0, %src
9 store float %rcp, float addrspace(1)* %out, align 4
Drsq.ll41 ; Recognize that this is rsqrt(a) * rcp(b) * c,
42 ; not 1 / ( 1 / sqrt(a)) * rcp(b) * c.
/external/deqp/framework/delibs/debase/
DdeInt32Test.c47 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()
DdeInt32.c78 void deRcp32 (deUint32 a, deUint32* rcp, int* exp) in deRcp32() argument
173 *rcp = result; in deRcp32()
/external/llvm/test/Transforms/InstCombine/
Damdgcn-intrinsics.ll4 ; 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/
Drcp0156 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/
Dmathops.c71 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()
Dvq.c208 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/
D2008-05-22-FoldUnalignedLoad.ll6 %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>)
Dsse_reload_fold.ll14 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/
D2008-05-22-FoldUnalignedLoad.ll6 %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>)
D2013-03-13-VEX-DestReg.ll18 %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
Dsse-scalar-fp-arith-unary.ll20 %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>)
Dfold-load-unops.ll21 %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
Dsse_partial_update.ll44 %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
Dsse_reload_fold.ll14 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/
Ddnsmasq2-loc-rfc1876.patch426 + 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/
Dnet.tcp_cmds12 rcp export TCbin=$LTPROOT/testcases/network/tcp_cmds/rcp; rcp01
/external/mksh/src/
Dedit.c3107 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/
DSkJumper_stages.cpp61 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/
Dopcodes.txt130 rcp
/external/swiftshader/src/Shader/
DShaderCore.cpp279 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/
Drecipest.ll114 ; Recognize that this is rsqrt(a) * rcp(b) * c,
115 ; not 1 / ( 1 / sqrt(a)) * rcp(b) * c.
/external/openssh/
Dkrl.c209 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()

123