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

1 2

  /external/compiler-rt/lib/
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;
  /packages/apps/Camera/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
db_feature_matching.cpp 402 inline void db_SignedSquareNormCorr11x11_Pre_u(unsigned char **f_img,int x_f,int y_f,float *sum,float *recip)
556 *recip=(float)(((den!=0.0)?1.0/den:0.0));
559 inline void db_SignedSquareNormCorr5x5_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip)
623 *recip= (float)((den!=0.0)?1.0/den:0.0);
626 inline void db_SignedSquareNormCorr21x21_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip)
653 *recip= (float)((den!=0.0)?1.0/den:0.0);
660 inline void db_SignedSquareNormCorr11x11_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip)
    [all...]
  /packages/apps/Camera2/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
db_feature_matching.cpp 402 inline void db_SignedSquareNormCorr11x11_Pre_u(unsigned char **f_img,int x_f,int y_f,float *sum,float *recip)
556 *recip=(float)(((den!=0.0)?1.0/den:0.0));
559 inline void db_SignedSquareNormCorr5x5_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip)
623 *recip= (float)((den!=0.0)?1.0/den:0.0);
626 inline void db_SignedSquareNormCorr21x21_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip)
653 *recip= (float)((den!=0.0)?1.0/den:0.0);
660 inline void db_SignedSquareNormCorr11x11_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip)
    [all...]
  /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
db_feature_matching.cpp 402 inline void db_SignedSquareNormCorr11x11_Pre_u(unsigned char **f_img,int x_f,int y_f,float *sum,float *recip)
556 *recip=(float)(((den!=0.0)?1.0/den:0.0));
559 inline void db_SignedSquareNormCorr5x5_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip)
623 *recip= (float)((den!=0.0)?1.0/den:0.0);
626 inline void db_SignedSquareNormCorr21x21_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip)
653 *recip= (float)((den!=0.0)?1.0/den:0.0);
660 inline void db_SignedSquareNormCorr11x11_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip)
    [all...]
  /external/valgrind/main/none/tests/mips32/
FPUarithmetic.stdout.exp 338 recip.s inf 0.000000
339 recip.s 0.002192 456.248962
340 recip.s 0.333333 3.000000
341 recip.s -1.000000 -1.000000
342 recip.s 0.000722 1384.599976
343 recip.s -0.137088 -7.294568
344 recip.s 0.000000 1000000000.000000
345 recip.s -0.000173 -5786.470215
346 recip.s 0.000571 1752.000000
347 recip.s 406.917603 0.00245
    [all...]
  /frameworks/base/core/java/android/text/
SpannableStringInternal.java 308 SpanWatcher[] recip = getSpans(start, end, SpanWatcher.class); local
309 int n = recip.length;
312 recip[i].onSpanAdded((Spannable) this, what, start, end); method
317 SpanWatcher[] recip = getSpans(start, end, SpanWatcher.class); local
318 int n = recip.length;
321 recip[i].onSpanRemoved((Spannable) this, what, start, end); method
326 SpanWatcher[] recip = getSpans(Math.min(s, st), Math.max(e, en), local
328 int n = recip.length;
331 recip[i].onSpanChanged((Spannable) this, what, s, e, st, en); method
SpannableStringBuilder.java 975 SpanWatcher[] recip = getSpans(start, end, SpanWatcher.class); local
984 SpanWatcher[] recip = getSpans(start, end, SpanWatcher.class); local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 725 private boolean matchRecipientMms(Cursor c, FilterInfo fi, String recip) {
730 if (phone.matches(recip)) {
735 if (name != null && name.length() > 0 && name.matches(recip)) {
748 private boolean matchRecipientSms(Cursor c, FilterInfo fi, String recip) {
754 if (phone != null && phone.length() > 0 && phone.matches(recip)) {
757 } else if (name != null && name.length() > 0 && name.matches(recip)) {
767 if (phone.matches(recip)) {
772 if (name != null && name.length() > 0 && name.matches(recip)) {
788 String recip = ap.getFilterRecipient(); local
789 if (recip != null && recip.length() > 0)
1083 String recip = ap.getFilterRecipient(); local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
smime.c 101 X509 *cert = NULL, *recip = NULL, *signer = NULL; local
274 else if (!strcmp (*args, "-recip"))
468 BIO_printf (bio_err, "-recip file recipient certificate file for decryption\n");
580 if (!(recip = load_cert(bio_err,recipfile,FORMAT_PEM,NULL,
747 if (!PKCS7_decrypt(p7, key, recip, out, flags))
815 X509_free(recip);
cms.c 117 X509 *cert = NULL, *recip = NULL, *signer = NULL; local
411 else if (!strcmp (*args, "-recip"))
630 BIO_printf (bio_err, "-recip file recipient certificate file for decryption\n");
746 if (!(recip = load_cert(bio_err,recipfile,FORMAT_PEM,NULL,
1061 if (!CMS_decrypt_set1_pkey(cms, key, recip))
1215 X509_free(recip);
    [all...]
  /external/openssl/apps/
smime.c 101 X509 *cert = NULL, *recip = NULL, *signer = NULL; local
274 else if (!strcmp (*args, "-recip"))
468 BIO_printf (bio_err, "-recip file recipient certificate file for decryption\n");
580 if (!(recip = load_cert(bio_err,recipfile,FORMAT_PEM,NULL,
747 if (!PKCS7_decrypt(p7, key, recip, out, flags))
815 X509_free(recip);
cms.c 117 X509 *cert = NULL, *recip = NULL, *signer = NULL; local
411 else if (!strcmp (*args, "-recip"))
630 BIO_printf (bio_err, "-recip file recipient certificate file for decryption\n");
746 if (!(recip = load_cert(bio_err,recipfile,FORMAT_PEM,NULL,
1061 if (!CMS_decrypt_set1_pkey(cms, key, recip))
1215 X509_free(recip);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 475 def rcpt(self, recip, options=[]):
480 self.putcmd("rcpt", "TO:%s%s" % (quoteaddr(recip), optionlist))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py 475 def rcpt(self, recip, options=[]):
480 self.putcmd("rcpt", "TO:%s%s" % (quoteaddr(recip), optionlist))
  /external/qemu/target-mips/
helper.h 204 FOP_PROTO(recip)
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_exec.c 928 float recip = 1.0f / src->f[i]; local
930 if (recip > 0.0f) {
931 if (recip > 1.884467e+019f) {
934 else if (recip < 5.42101e-020f) {
938 dst->f[i] = recip;
942 if (recip < -1.884467e+019f) {
945 else if (recip > -5.42101e-020f) {
949 dst->f[i] = recip;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 928 float recip = 1.0f / src->f[i]; local
930 if (recip > 0.0f) {
931 if (recip > 1.884467e+019f) {
934 else if (recip < 5.42101e-020f) {
938 dst->f[i] = recip;
942 if (recip < -1.884467e+019f) {
945 else if (recip > -5.42101e-020f) {
949 dst->f[i] = recip;
    [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
ComposeActivityTest.java 457 for (String recip : cc) {
458 ccMap.add(Rfc822Tokenizer.tokenize(recip.trim())[0].getAddress());
    [all...]

Completed in 393 milliseconds

1 2