HomeSort by relevance Sort by last modified time
    Searched refs:recip (Results 1 - 25 of 35) 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;
  /development/perftests/panorama/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
  /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
  /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/main/none/tests/mips32/
FPUarithmetic.stdout.exp     [all...]
  /frameworks/base/core/java/android/text/
SpannableStringInternal.java 310 SpanWatcher[] recip = getSpans(start, end, SpanWatcher.class); local
311 int n = recip.length;
314 recip[i].onSpanAdded((Spannable) this, what, start, end); method
319 SpanWatcher[] recip = getSpans(start, end, SpanWatcher.class); local
320 int n = recip.length;
323 recip[i].onSpanRemoved((Spannable) this, what, start, end); method
328 SpanWatcher[] recip = getSpans(Math.min(s, st), Math.max(e, en), local
330 int n = recip.length;
333 recip[i].onSpanChanged((Spannable) this, what, s, e, st, en); method
SpannableStringBuilder.java 977 SpanWatcher[] recip = getSpans(start, end, SpanWatcher.class); local
986 SpanWatcher[] recip = getSpans(start, end, SpanWatcher.class); local
    [all...]
  /external/valgrind/main/none/tests/mips64/
fpu_arithmetic.stdout.exp     [all...]
  /external/openssl/crypto/cms/
cms_env.c 148 X509 *recip, unsigned int flags)
173 X509_check_purpose(recip, -1, -1);
174 pk = X509_get_pubkey(recip);
181 CRYPTO_add(&recip->references, 1, CRYPTO_LOCK_X509);
183 ktri->recip = recip;
202 if (!cms_set1_SignerIdentifier(ktri->rid, recip, type))
238 EVP_PKEY **pk, X509 **recip,
253 if (recip)
254 *recip = ktri->recip
    [all...]
cms_smime.c 578 X509 *recip; local
584 recip = sk_X509_value(certs, i);
585 if (!CMS_add1_recipient_cert(cms, recip, flags))
cms.h 195 X509 *recip, unsigned int flags);
199 EVP_PKEY **pk, X509 **recip,
cms_asn1.c 228 if (ktri->recip)
229 X509_free(ktri->recip);
cms_lcl.h 203 X509 *recip; member in struct:CMS_KeyTransRecipientInfo_st
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 942 String recip = ap.getFilterRecipient(); local
1241 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...]
  /external/openssl/include/openssl/
cms.h 195 X509 *recip, unsigned int flags);
199 EVP_PKEY **pk, X509 **recip,
  /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))
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java     [all...]

Completed in 316 milliseconds

1 2