Home
last modified time | relevance | path

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

1234

/external/llvm/test/CodeGen/PowerPC/
Dfdiv-combine.ll8 ; recip = 1.0 / D; a * recip; b * recip; c * recip;
/external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dfdiv-combine.ll6 ; recip = 1.0 / D; a * recip; b * recip; c * recip;
/external/llvm/test/CodeGen/AArch64/
Dfdiv-combine.ll6 ; recip = 1.0 / D; a * recip; b * recip; c * recip;
Drecp-fastmath.ll1 ; RUN: llc < %s -mtriple=aarch64 -mattr=neon -recip=!div,!vec-div | FileCheck %s --check-prefix=FAU…
2 ; RUN: llc < %s -mtriple=aarch64 -mattr=neon -recip=div,vec-div | FileCheck %s
Dsqrt-fastmath.ll1 ; RUN: llc < %s -mtriple=aarch64 -mattr=neon -recip=!sqrt,!vec-sqrt | FileCheck %s --check-prefix=F…
2 ; RUN: llc < %s -mtriple=aarch64 -mattr=neon -recip=sqrt,vec-sqrt | FileCheck %s
/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 --…
Dsqrt-fastmath-mir.ll1 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx2,fma -recip=sqrt:2 -stop-after=expand-is…
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dsse-scalar-fp-arith-unary.ll15 define <4 x float> @recip(<4 x float> %x) {
16 ; SSE-LABEL: recip:
21 ; AVX-LABEL: recip:
/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/u-boot/drivers/usb/musb-new/
Dmusb_gadget_ep0.c63 const u8 recip = ctrlrequest->bRequestType & USB_RECIP_MASK; in service_tx_status_request() local
67 switch (recip) { in service_tx_status_request()
213 const u8 recip = ctrlrequest->bRequestType & USB_RECIP_MASK; in service_zero_data_request() local
227 switch (recip) { in service_zero_data_request()
302 switch (recip) { in service_zero_data_request()
/external/libjpeg-turbo/
Djcdctmgr.c416 UDCTELEM recip, corr; in quantize() local
422 recip = divisors[i + DCTSIZE2 * 0]; in quantize()
428 product = (UDCTELEM2)(temp + corr) * recip; in quantize()
433 product = (UDCTELEM2)(temp + corr) * recip; in quantize()
/external/u-boot/drivers/usb/dwc3/
Dep0.c332 u32 recip; in dwc3_ep0_handle_status() local
337 recip = ctrl->bRequestType & USB_RECIP_MASK; in dwc3_ep0_handle_status()
338 switch (recip) { in dwc3_ep0_handle_status()
390 u32 recip; in dwc3_ep0_handle_feature() local
399 recip = ctrl->bRequestType & USB_RECIP_MASK; in dwc3_ep0_handle_feature()
402 switch (recip) { in dwc3_ep0_handle_feature()
/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/openssh/
Dsmult_curve25519_ref.c180 static void recip(unsigned int out[32],const unsigned int z[32]) in recip() function
260 recip(work + 32,work + 32); in crypto_scalarmult_curve25519()
/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/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/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/mips64/
Dvalid-mips64-xfail.txt76 0x46 0x20 0x34 0xd5 # CHECK: recip.d $f19, $f6
77 0x46 0x00 0xf0 0xd5 # CHECK: recip.s $f3, $f30

1234