HomeSort by relevance Sort by last modified time
    Searched full:dtype (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_llrint.c 6 #define dtype long long macro
s_llrintf.c 6 #define dtype long long macro
s_llrintl.c 6 #define dtype long long macro
s_lrintf.c 6 #define dtype long macro
s_lrintl.c 6 #define dtype long macro
s_llround.c 6 #define dtype long long macro
s_llroundf.c 6 #define dtype long long macro
s_llroundl.c 6 #define dtype long long macro
s_lroundf.c 6 #define dtype long macro
s_lroundl.c 6 #define dtype long macro
s_lrint.c 35 #define dtype long macro
42 * that overflows depends on the rounding mode when 'dtype' has more
46 dtype
50 dtype d;
53 d = (dtype)roundit(x);
s_lround.c 36 #define dtype long macro
43 * If type has more precision than dtype, the endpoints dtype_(min|max) are
45 * from 0. On the other hand, if type has less precision than dtype, then
55 dtype
61 return ((dtype)x);
  /external/chromium_org/third_party/openssl/openssl/crypto/rsa/
rsa_locl.h 1 extern int int_rsa_verify(int dtype, const unsigned char *m, unsigned int m_len,
rsa_sign.c 154 int int_rsa_verify(int dtype, const unsigned char *m,
179 if((dtype == NID_md5_sha1) && rm)
195 if((dtype == NID_md5_sha1) && (m_len != SSL_SIG_LENGTH) ) {
205 if (dtype == NID_mdc2 && i == 18 && s[0] == 0x04 && s[1] == 0x10)
220 if(dtype == NID_md5_sha1) {
252 OBJ_nid2ln(dtype));
254 if (sigtype != dtype)
256 if (((dtype == NID_md5) &&
258 ((dtype == NID_md2) &&
276 md = EVP_get_digestbynid(dtype);
    [all...]
  /external/openssl/crypto/rsa/
rsa_locl.h 1 extern int int_rsa_verify(int dtype, const unsigned char *m, unsigned int m_len,
rsa_sign.c 154 int int_rsa_verify(int dtype, const unsigned char *m,
179 if((dtype == NID_md5_sha1) && rm)
195 if((dtype == NID_md5_sha1) && (m_len != SSL_SIG_LENGTH) ) {
205 if (dtype == NID_mdc2 && i == 18 && s[0] == 0x04 && s[1] == 0x10)
220 if(dtype == NID_md5_sha1) {
252 OBJ_nid2ln(dtype));
254 if (sigtype != dtype)
256 if (((dtype == NID_md5) &&
258 ((dtype == NID_md2) &&
276 md = EVP_get_digestbynid(dtype);
    [all...]
  /external/skia/tests/
PremulAlphaRoundTripTest.cpp 41 for (int dtype = 0; dtype < 2; ++dtype) {
45 if (0 != dtype) {
50 if (0 == dtype) {
  /hardware/ti/omap4xxx/original-kernel-headers/linux/
omapfb.h 33 #define OMAP_IOW(num, dtype) _IOW('O', num, dtype)
34 #define OMAP_IOR(num, dtype) _IOR('O', num, dtype)
35 #define OMAP_IOWR(num, dtype) _IOWR('O', num, dtype)
  /hardware/ti/omap4xxx/kernel-headers/linux/
omapfb.h 25 #define OMAP_IOW(num, dtype) _IOW('O', num, dtype)
26 #define OMAP_IOR(num, dtype) _IOR('O', num, dtype)
27 #define OMAP_IOWR(num, dtype) _IOWR('O', num, dtype)
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertStore1Test.java 99 private String dType = null;
110 dType = (CollectionSupport ? CollectionType : defaultType );
123 ss[0] = CertStore.getInstance(dType, dParams);
124 ss[1] = CertStore.getInstance(dType, dParams, dProv);
125 ss[2] = CertStore.getInstance(dType, dParams, dName);
169 CertStore certS = new myCertStore(spi, dProv, dType, pp);
170 assertEquals("Incorrect algorithm", certS.getType(), dType);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStoreTest.java 190 String dType = KeyStore.getDefaultType();
195 assertNotNull("Default type have not be null", dType);
196 assertEquals("Incorrect default type", dType, resType);
200 dType = KeyStore.getDefaultType();
203 assertNotNull("Default type have not be null", dType);
204 assertEquals("Incorrect default type", dType, resType);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreTest.java 189 String dType = KeyStore.getDefaultType();
194 assertNotNull("Default type have not be null", dType);
195 assertEquals("Incorrect default type", dType, resType);
199 dType = KeyStore.getDefaultType();
202 assertNotNull("Default type have not be null", dType);
203 assertEquals("Incorrect default type", dType, resType);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 472 if (!isFloatType(insn->dType)) {
519 if (insn->dType == TYPE_U32)
522 return insn->dType == TYPE_F32;
543 if (i->dType == TYPE_F64 || i->sType == TYPE_F64)
558 if (i->op == OP_MUL && i->dType != TYPE_F32)
585 if (i->dType == TYPE_F32) {
612 if (i->dType == TYPE_U32 || i->dType == TYPE_S32) {
635 if (i->dType == TYPE_F64) {
659 return (a->dType == TYPE_F32 || a->op == OP_ADD |
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 472 if (!isFloatType(insn->dType)) {
519 if (insn->dType == TYPE_U32)
522 return insn->dType == TYPE_F32;
543 if (i->dType == TYPE_F64 || i->sType == TYPE_F64)
558 if (i->op == OP_MUL && i->dType != TYPE_F32)
585 if (i->dType == TYPE_F32) {
612 if (i->dType == TYPE_U32 || i->dType == TYPE_S32) {
635 if (i->dType == TYPE_F64) {
659 return (a->dType == TYPE_F32 || a->op == OP_ADD |
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
CertStore1Test.java 92 private String dType = null;
103 dType = (CollectionSupport ? CollectionType : defaultType );
116 ss[0] = CertStore.getInstance(dType, dParams);
117 ss[1] = CertStore.getInstance(dType, dParams, dProv);
118 ss[2] = CertStore.getInstance(dType, dParams, dName);
160 CertStore certS = new myCertStore(spi, dProv, dType, pp);
161 assertEquals("Incorrect algorithm", certS.getType(), dType);

Completed in 359 milliseconds

1 2 3 4