Home
last modified time | relevance | path

Searched refs:recip (Results 1 – 25 of 32) sorted by relevance

12

/external/llvm/test/CodeGen/PowerPC/
Dfdiv-combine.ll8 ; recip = 1.0 / D; a * recip; b * recip; c * recip;
/external/compiler-rt/lib/builtins/
Dpowisf2.c22 const int recip = b < 0; in __powisf2() local
33 return recip ? 1/r : r; in __powisf2()
Dpowidf2.c22 const int recip = b < 0; in __powidf2() local
33 return recip ? 1/r : r; in __powidf2()
Dpowixf2.c24 const int recip = b < 0; in __powixf2() local
35 return recip ? 1/r : r; in __powixf2()
Dpowitf2.c24 const int recip = b < 0; in __powitf2() local
35 return recip ? 1/r : r; in __powitf2()
/external/llvm/test/CodeGen/AArch64/
Dfdiv-combine.ll6 ; recip = 1.0 / D; a * recip; b * recip; c * recip;
/external/llvm/test/CodeGen/X86/
Drecip-fastmath.ll1 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=sse2 -recip=!divf,!vec-divf | FileCheck %s -…
2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx -recip=divf,vec-divf | FileCheck %s --ch…
3 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx -recip=divf:2,vec-divf:2 | FileCheck %s …
Dsse-scalar-fp-arith-unary.ll10 define <4 x float> @recip(<4 x float> %x) {
11 ; SSE-LABEL: recip:
16 ; AVX-LABEL: recip:
Dsqrt-fastmath.ll2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=sse2 -recip=!sqrtf,!vec-sqrtf,!divf,!vec-div…
3 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx -recip=sqrtf,vec-sqrtf | FileCheck %s --…
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java214 double recip[] = new double[2];
224 splitReciprocal(tmp, recip); in splitReciprocal() argument
225 EXP_INT_TABLE_A[750-i] = recip[0];
226 EXP_INT_TABLE_B[750-i] = recip[1];
311 double recip = 1.0/ya; in cosh() local
312 temp = recip * HEX_40000000; in cosh()
313 double recipa = recip + temp - temp; in cosh()
314 double recipb = recip - recipa; in cosh()
317 recipb += (1.0 - yaa*recipa - yaa*recipb - yab*recipa - yab*recipb) * recip; in cosh()
319 recipb += -yb * recip * recip; in cosh()
[all …]
/external/libjpeg-turbo/
Djcdctmgr.c411 UDCTELEM recip, corr; in quantize() local
417 recip = divisors[i + DCTSIZE2 * 0]; in quantize()
423 product = (UDCTELEM2)(temp + corr) * recip; in quantize()
428 product = (UDCTELEM2)(temp + corr) * recip; in quantize()
/external/llvm/test/MC/Disassembler/Mips/mips4/
Dvalid-xfail-mips4.txt39 0x46 0x20 0x34 0xd5 # CHECK: recip.d $f19, $f6
40 0x46 0x00 0xf0 0xd5 # CHECK: recip.s $f3, $f30
/external/llvm/test/MC/Mips/micromips64r6/
Dvalid.s133 recip.s $f2, $f4 # CHECK: recip.s $f2, $f4 # encoding: [0x54,0x44,0x12,0x3b]
134 recip.d $f2, $f4 # CHECK: recip.d $f2, $f4 # encoding: [0x54,0x44,0x52,0x3b]
/external/vulkan-validation-layers/libs/glm/detail/
Dintrinsic_common.inl304 __m128 recip = _mm_rsqrt_ss(x); // "estimate" opcode local
307 __m128 halfrecip = _mm_mul_ss(half, recip);
308 __m128 threeminus_xrr = _mm_sub_ss(three, _mm_mul_ss(x, _mm_mul_ss (recip, recip)));
/external/vulkan-validation-layers/libs/glm/gtx/
Dsimd_vec4.inl716 __m128 recip = _mm_rsqrt_ps(x.Data); // "estimate" opcode local
717 __m128 halfrecip = _mm_mul_ps(half, recip);
718 __m128 threeminus_xrr = _mm_sub_ps(three, _mm_mul_ps(x.Data, _mm_mul_ps(recip, recip)));
/external/llvm/test/MC/Disassembler/Mips/mips64r3/
Dvalid-xfail-mips64r3.txt70 0x46 0x20 0x34 0x95 # CHECK: recip.d $f18, $f6
71 0x46 0x00 0xf0 0xd5 # CHECK: recip.s $f3, $f30
/external/llvm/test/MC/Disassembler/Mips/mips64r5/
Dvalid-xfail-mips64r5.txt70 0x46 0x20 0x34 0x95 # CHECK: recip.d $f18, $f6
71 0x46 0x00 0xf0 0xd5 # CHECK: recip.s $f3, $f30
/external/llvm/test/MC/Disassembler/Mips/mips64r2/
Dvalid-xfail-mips64r2.txt70 0x46 0x20 0x34 0x95 # CHECK: recip.d $f18, $f6
71 0x46 0x00 0xf0 0xd5 # CHECK: recip.s $f3, $f30
/external/llvm/test/MC/Mips/micromips32r6/
Dvalid.s236 recip.s $f2, $f4 # CHECK: recip.s $f2, $f4 # encoding: [0x54,0x44,0x12,0x3b]
237 recip.d $f2, $f4 # CHECK: recip.d $f2, $f4 # encoding: [0x54,0x44,0x52,0x3b]
/external/llvm/test/MC/Disassembler/Mips/mips64/
Dvalid-mips64-xfail.txt76 0x46 0x20 0x34 0xd5 # CHECK: recip.d $f19, $f6
77 0x46 0x00 0xf0 0xd5 # CHECK: recip.s $f3, $f30
/external/llvm/test/MC/Disassembler/Mips/mips32r3/
Dvalid-xfail-mips32r3.txt73 0x46 0x20 0x34 0x95 # CHECK: recip.d $f18, $f6
74 0x46 0x00 0xf0 0xd5 # CHECK: recip.s $f3, $f30
/external/llvm/test/MC/Disassembler/Mips/mips32r5/
Dvalid-xfail-mips32r5.txt73 0x46 0x20 0x34 0x95 # CHECK: recip.d $f18, $f6
74 0x46 0x00 0xf0 0xd5 # CHECK: recip.s $f3, $f30
/external/llvm/test/MC/Disassembler/Mips/mips32r2/
Dvalid-xfail-mips32r2.txt73 0x46 0x20 0x34 0x95 # CHECK: recip.d $f18, $f6
74 0x46 0x00 0xf0 0xd5 # CHECK: recip.s $f3, $f30
/external/llvm/test/MC/Disassembler/Mips/micromips64r6/
Dvalid.txt153 0x54 0x44 0x12 0x3b # CHECK: recip.s $f2, $f4
154 0x54 0x44 0x52 0x3b # CHECK: recip.d $f2, $f4
/external/boringssl/src/crypto/curve25519/
Dcurve25519.c1023 fe recip; in ge_tobytes() local
1027 fe_invert(recip, h->Z); in ge_tobytes()
1028 fe_mul(x, h->X, recip); in ge_tobytes()
1029 fe_mul(y, h->Y, recip); in ge_tobytes()
1035 fe recip; in ge_p3_tobytes() local
1039 fe_invert(recip, h->Z); in ge_p3_tobytes()
1040 fe_mul(x, h->X, recip); in ge_p3_tobytes()
1041 fe_mul(y, h->Y, recip); in ge_p3_tobytes()

12