HomeSort by relevance Sort by last modified time
    Searched refs:recip (Results 1 - 25 of 48) 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;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mipsr6@mips4-fp.s 4 recip.d $f4,$f6
5 recip.s $f4,$f6
mipsr6@mips4-fp.l 2 .*:4: Error: opcode not supported on this processor: .* \(.*\) `recip.d \$f4,\$f6'
3 .*:5: Error: opcode not supported on this processor: .* \(.*\) `recip.s \$f4,\$f6'
mipsr6@mips4-fp.d 9 [0-9a-f]+ <[^>]*> recip.d \$f4,\$f6
10 [0-9a-f]+ <[^>]*> recip.s \$f4,\$f6
sb1-ext-ps.d 9 0+0004 <[^>]*> 46c01055 recip.ps \$f1,\$f2
mips4-fp.s 32 recip.d $f4,$f6
33 recip.s $f4,$f6
mips4-fp.d 38 [0-9a-f]+ <[^>]*> recip.d \$f4,\$f6
39 [0-9a-f]+ <[^>]*> recip.s \$f4,\$f6
micromips@mips4-fp.d 43 [0-9a-f]+ <[^>]*> 5486 523b recip\.d \$f4,\$f6
44 [0-9a-f]+ <[^>]*> 5486 123b recip\.s \$f4,\$f6
mips4-fp.l 28 .*:32: Error: opcode not supported on this processor: .* \(.*\) `recip.d \$f4,\$f6'
29 .*:33: Error: opcode not supported on this processor: .* \(.*\) `recip.s \$f4,\$f6'
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_matching.h 31 DB_API void db_SignedSquareNormCorr21x21_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip);
32 DB_API void db_SignedSquareNormCorr11x11_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip);
51 float recip; member in class:db_PointInfo_f
78 float recip; member in class:db_PointInfo_u
  /external/valgrind/none/tests/mips32/
FPUarithmetic.stdout.exp     [all...]
  /external/valgrind/none/tests/mips64/
fpu_arithmetic.stdout.exp     [all...]
  /frameworks/base/core/java/android/text/
SpannableStringInternal.java 430 SpanWatcher[] recip = getSpans(start, end, SpanWatcher.class); local
431 int n = recip.length;
434 recip[i].onSpanAdded((Spannable) this, what, start, end); method
439 SpanWatcher[] recip = getSpans(start, end, SpanWatcher.class); local
440 int n = recip.length;
443 recip[i].onSpanRemoved((Spannable) this, what, start, end); method
448 SpanWatcher[] recip = getSpans(Math.min(s, st), Math.max(e, en), local
450 int n = recip.length;
453 recip[i].onSpanChanged((Spannable) this, what, s, e, st, en); method
SpannableStringBuilder.java 1279 SpanWatcher[] recip = getSpans(start, end, SpanWatcher.class); local
1288 SpanWatcher[] recip = getSpans(start, end, SpanWatcher.class); local
    [all...]
  /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;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 1610 String recip = ap.getFilterRecipient(); local
1943 String recip = ap.getFilterRecipient(); local
    [all...]
  /external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/
edwards25519.go 671 var recip, x, y FieldElement
673 FeInvert(&recip, &p.Z)
674 FeMul(&x, &p.X, &recip)
675 FeMul(&y, &p.Y, &recip)
707 var recip, x, y FieldElement
709 FeInvert(&recip, &p.Z)
710 FeMul(&x, &p.X, &recip)
711 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/python/cpython2/Lib/
smtplib.py 483 def rcpt(self, recip, options=[]):
488 self.putcmd("rcpt", "TO:%s%s" % (quoteaddr(recip), optionlist))
  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtplib.py 475 def rcpt(self, recip, options=[]):
480 self.putcmd("rcpt", "TO:%s%s" % (quoteaddr(recip), optionlist))
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtplib.py 475 def rcpt(self, recip, options=[]):
480 self.putcmd("rcpt", "TO:%s%s" % (quoteaddr(recip), optionlist))

Completed in 636 milliseconds

1 2