HomeSort by relevance Sort by last modified time
    Searched refs:recip (Results 1 - 25 of 33) sorted by null

1 2

  /external/compiler-rt/lib/builtins/
powidf2.c 22 const int recip = b < 0; local
33 return recip ? 1/r : r;
powisf2.c 22 const int recip = b < 0; local
33 return recip ? 1/r : r;
powitf2.c 24 const int recip = b < 0; local
35 return recip ? 1/r : r;
powixf2.c 24 const int recip = b < 0; local
35 return recip ? 1/r : r;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java 214 double recip[] = new double[2]; external variable declarations
224 splitReciprocal(tmp, recip);
225 EXP_INT_TABLE_A[750-i] = recip[0];
226 EXP_INT_TABLE_B[750-i] = recip[1];
310 // recip = 1/y
311 double recip = 1.0/ya; local
312 temp = recip * HEX_40000000;
313 double recipa = recip + temp - temp;
314 double recipb = recip - recipa;
317 recipb += (1.0 - yaa*recipa - yaa*recipb - yab*recipa - yab*recipb) * recip;
375 double recip = 1.0\/ya; local
    [all...]
  /external/libjpeg-turbo/
jcdctmgr.c 416 UDCTELEM recip, corr; local
422 recip = divisors[i + DCTSIZE2 * 0];
428 product = (UDCTELEM2)(temp + corr) * recip;
433 product = (UDCTELEM2)(temp + corr) * recip;
  /external/openssh/
smult_curve25519_ref.c 180 static void recip(unsigned int out[32],const unsigned int z[32]) function
260 recip(work + 32,work + 32);
  /external/u-boot/drivers/usb/dwc3/
ep0.c 332 u32 recip; local
337 recip = ctrl->bRequestType & USB_RECIP_MASK;
338 switch (recip) {
390 u32 recip; local
399 recip = ctrl->bRequestType & USB_RECIP_MASK;
402 switch (recip) {
  /external/u-boot/drivers/usb/musb-new/
musb_gadget_ep0.c 63 const u8 recip = ctrlrequest->bRequestType & USB_RECIP_MASK; local
67 switch (recip) {
213 const u8 recip = ctrlrequest->bRequestType & USB_RECIP_MASK; variable
227 switch (recip) {
302 switch (recip) {
  /external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/
edwards25519.go 673 var recip, x, y FieldElement
675 FeInvert(&recip, &p.Z)
676 FeMul(&x, &p.X, &recip)
677 FeMul(&y, &p.Y, &recip)
709 var recip, x, y FieldElement
711 FeInvert(&recip, &p.Z)
712 FeMul(&x, &p.X, &recip)
713 FeMul(&y, &p.Y, &recip)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
smtplib.py 465 def rcpt(self, recip, options=[]):
470 self.putcmd("rcpt", "TO:%s%s" % (quoteaddr(recip), optionlist))
  /external/boringssl/src/third_party/fiat/
curve25519.c 488 fe recip; local
492 fe_invert(&recip, &h->Z);
493 fe_mul_ttt(&x, &h->X, &recip);
494 fe_mul_ttt(&y, &h->Y, &recip);
500 fe recip; local
504 fe_invert(&recip, &h->Z);
505 fe_mul_ttt(&x, &h->X, &recip);
506 fe_mul_ttt(&y, &h->Y, &recip);
    [all...]
  /external/python/cpython2/Lib/
smtplib.py 484 def rcpt(self, recip, options=[]):
489 self.putcmd("rcpt", "TO:%s%s" % (quoteaddr(recip), optionlist))
  /external/llvm/test/MC/Mips/micromips64r6/
valid.s 160 recip.s $f2, $f4 # CHECK: recip.s $f2, $f4 # encoding: [0x54,0x44,0x12,0x3b]
161 recip.d $f2, $f4 # CHECK: recip.d $f2, $f4 # encoding: [0x54,0x44,0x52,0x3b]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips/
valid.s 320 recip.s $f2, $f4 # CHECK: recip.s $f2, $f4 # encoding: [0x54,0x44,0x12,0x3b]
321 recip.d $f2, $f4 # CHECK: recip.d $f2, $f4 # encoding: [0x54,0x44,0x52,0x3b]
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips32r2/
valid.s 221 recip.d $f14,$f6 # CHECK: recip.d $f14, $f6 # encoding: [0x46,0x20,0x33,0x95]
222 recip.s $f3,$f30 # CHECK: recip.s $f3, $f30 # encoding: [0x46,0x00,0xf0,0xd5]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips32r3/
valid.s 221 recip.d $f14,$f6 # CHECK: recip.d $f14, $f6 # encoding: [0x46,0x20,0x33,0x95]
222 recip.s $f3,$f30 # CHECK: recip.s $f3, $f30 # encoding: [0x46,0x00,0xf0,0xd5]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips32r5/
valid.s 222 recip.d $f14,$f6 # CHECK: recip.d $f14, $f6 # encoding: [0x46,0x20,0x33,0x95]
223 recip.s $f3,$f30 # CHECK: recip.s $f3, $f30 # encoding: [0x46,0x00,0xf0,0xd5]
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips4/
valid.s 247 recip.d $f19,$f6 # CHECK: recip.d $f19, $f6 # encoding: [0x46,0x20,0x34,0xd5]
248 recip.s $f3,$f30 # CHECK: recip.s $f3, $f30 # encoding: [0x46,0x00,0xf0,0xd5]
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips5/
valid.s 248 recip.d $f19,$f6 # CHECK: recip.d $f19, $f6 # encoding: [0x46,0x20,0x34,0xd5]
249 recip.s $f3,$f30 # CHECK: recip.s $f3, $f30 # encoding: [0x46,0x00,0xf0,0xd5]
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64/
valid.s 264 recip.d $f19,$f6 # CHECK: recip.d $f19, $f6 # encoding: [0x46,0x20,0x34,0xd5]
265 recip.s $f3,$f30 # CHECK: recip.s $f3, $f30 # encoding: [0x46,0x00,0xf0,0xd5]
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64r2/
valid.s 293 recip.d $f19,$f6 # CHECK: recip.d $f19, $f6 # encoding: [0x46,0x20,0x34,0xd5]
294 recip.s $f3,$f30 # CHECK: recip.s $f3, $f30 # encoding: [0x46,0x00,0xf0,0xd5]
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64r3/
valid.s 287 recip.d $f19,$f6 # CHECK: recip.d $f19, $f6 # encoding: [0x46,0x20,0x34,0xd5]
288 recip.s $f3,$f30 # CHECK: recip.s $f3, $f30 # encoding: [0x46,0x00,0xf0,0xd5]
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64r5/
valid.s 289 recip.d $f19,$f6 # CHECK: recip.d $f19, $f6 # encoding: [0x46,0x20,0x34,0xd5]
290 recip.s $f3,$f30 # CHECK: recip.s $f3, $f30 # encoding: [0x46,0x00,0xf0,0xd5]
    [all...]
  /external/llvm/test/MC/Mips/micromips32r6/
valid.s 277 recip.s $f2, $f4 # CHECK: recip.s $f2, $f4 # encoding: [0x54,0x44,0x12,0x3b]
278 recip.d $f2, $f4 # CHECK: recip.d $f2, $f4 # encoding: [0x54,0x44,0x52,0x3b]
    [all...]

Completed in 1791 milliseconds

1 2