/external/llvm/test/CodeGen/PowerPC/ |
D | fdiv-combine.ll | 8 ; recip = 1.0 / D; a * recip; b * recip; c * recip;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | fdiv-combine.ll | 8 ; recip = 1.0 / D; a * recip; b * recip; c * recip;
|
/external/compiler-rt/lib/builtins/ |
D | powisf2.c | 22 const int recip = b < 0; in __powisf2() local 33 return recip ? 1/r : r; in __powisf2()
|
D | powidf2.c | 22 const int recip = b < 0; in __powidf2() local 33 return recip ? 1/r : r; in __powidf2()
|
D | powixf2.c | 24 const int recip = b < 0; in __powixf2() local 35 return recip ? 1/r : r; in __powixf2()
|
D | powitf2.c | 24 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/ |
D | fdiv-combine.ll | 6 ; recip = 1.0 / D; a * recip; b * recip; c * recip;
|
/external/llvm/test/CodeGen/AArch64/ |
D | fdiv-combine.ll | 6 ; recip = 1.0 / D; a * recip; b * recip; c * recip;
|
D | recp-fastmath.ll | 1 ; 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
|
D | sqrt-fastmath.ll | 1 ; 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/ |
D | recip-fastmath.ll | 1 ; 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 …
|
D | sse-scalar-fp-arith-unary.ll | 10 define <4 x float> @recip(<4 x float> %x) { 11 ; SSE-LABEL: recip: 16 ; AVX-LABEL: recip:
|
D | sqrt-fastmath.ll | 2 ; 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 --…
|
D | sqrt-fastmath-mir.ll | 1 ; 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/ |
D | sse-scalar-fp-arith-unary.ll | 15 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/ |
D | FastMath.java | 214 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/ |
D | musb_gadget_ep0.c | 63 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/ |
D | jcdctmgr.c | 416 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/ |
D | ep0.c | 332 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/ |
D | valid-xfail-mips4.txt | 39 0x46 0x20 0x34 0xd5 # CHECK: recip.d $f19, $f6 40 0x46 0x00 0xf0 0xd5 # CHECK: recip.s $f3, $f30
|
/external/openssh/ |
D | smult_curve25519_ref.c | 180 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/ |
D | valid-xfail-mips64r2.txt | 70 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/ |
D | valid-xfail-mips64r5.txt | 70 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/ |
D | valid-xfail-mips64r3.txt | 70 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/ |
D | valid-mips64-xfail.txt | 76 0x46 0x20 0x34 0xd5 # CHECK: recip.d $f19, $f6 77 0x46 0x00 0xf0 0xd5 # CHECK: recip.s $f3, $f30
|