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

1 2

  /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/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...]
nv50_ir_lowering_nvc0.cpp 66 switch (i->dType) {
75 bld.mkClobber(FILE_PREDICATE, (i->dType == TYPE_S32) ? 0xf : 0x3, 0);
102 if (i->dType == TYPE_F32)
111 if (i->dType == TYPE_F64)
488 if (i->dType == TYPE_F64) {
495 i->dType = i->sType = TYPE_U32;
566 if (typeSizeof(i->dType) == 8)
852 st = bld.mkStore(OP_EXPORT, i->dType, sym, i->getIndirect(0, 0),
911 if (i->dType == TYPE_F32) {
924 ld = bld.mkFetch(i->getDef(0), i->dType,
    [all...]
nv50_ir_emit_nvc0.cpp 510 if (i->dType == TYPE_S32)
606 if (isSignedType(i->dType))
627 assert(i->dType == TYPE_S32 || i->dType == TYPE_U32);
632 if (i->dType == TYPE_S32)
692 | (isSignedType(i->dType) ? 0x20 : 0x00));
755 if (!isFloatType(i->dType))
756 op |= isSignedType(i->dType) ? 0x23 : 0x03;
798 const bool f2f = isFloatType(i->dType) && isFloatType(i->sType);
818 code[0] |= util_logbase2(typeSizeof(i->dType)) << 20
    [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...]
nv50_ir_lowering_nvc0.cpp 66 switch (i->dType) {
75 bld.mkClobber(FILE_PREDICATE, (i->dType == TYPE_S32) ? 0xf : 0x3, 0);
102 if (i->dType == TYPE_F32)
111 if (i->dType == TYPE_F64)
488 if (i->dType == TYPE_F64) {
495 i->dType = i->sType = TYPE_U32;
566 if (typeSizeof(i->dType) == 8)
852 st = bld.mkStore(OP_EXPORT, i->dType, sym, i->getIndirect(0, 0),
911 if (i->dType == TYPE_F32) {
924 ld = bld.mkFetch(i->getDef(0), i->dType,
    [all...]
nv50_ir_emit_nvc0.cpp 510 if (i->dType == TYPE_S32)
606 if (isSignedType(i->dType))
627 assert(i->dType == TYPE_S32 || i->dType == TYPE_U32);
632 if (i->dType == TYPE_S32)
692 | (isSignedType(i->dType) ? 0x20 : 0x00));
755 if (!isFloatType(i->dType))
756 op |= isSignedType(i->dType) ? 0x23 : 0x03;
798 const bool f2f = isFloatType(i->dType) && isFloatType(i->sType);
818 code[0] |= util_logbase2(typeSizeof(i->dType)) << 20
    [all...]
  /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/nv50/codegen/
nv50_ir_peephole.cpp 138 if (!ld || (ld->op != OP_MOV) || (typeSizeof(ld->dType) != 4))
303 if (insn->sType != next->dType)
401 if (i->dnz && i->dType == TYPE_F32) {
407 switch (i->dType) {
419 switch (i->dType) {
429 switch (i->dType) {
439 switch (i->dType) {
447 switch (i->dType) {
457 switch (i->dType) {
479 switch (i->dType) {
    [all...]
nv50_ir_target_nv50.cpp 315 if ((i->op == OP_MUL || i->op == OP_MAD) && !isFloatType(i->dType)) {
323 ldSize = typeSizeof(ld->dType);
407 if (!isFloatType(insn->dType)) {
456 if (insn->dType != TYPE_F32)
488 if (i->dType == TYPE_F32) {
502 if (i->dType == TYPE_U32 || i->dType == TYPE_S32) {
505 if (i->dType == TYPE_F64) {
nv50_ir_lowering_nv50.cpp 166 if (i->dType == TYPE_F64) {
173 i->dType = i->sType = TYPE_U32;
235 if (typeSizeof(i->dType) == 8)
461 if (mod->dType != TYPE_U32 && mod->dType != TYPE_S32)
468 bld.mkOp2(OP_DIV, mod->dType, q, mod->getSrc(0), mod->getSrc(1));
787 if (i->dType == TYPE_F32) {
789 i->dType = TYPE_U32;
814 bld.mkOp2(OP_UNION, i->dType, i->getDef(0), src0, src1);
819 i->dType = TYPE_U8
    [all...]
nv50_ir_emit_nv50.cpp 603 if (typeSizeof(i->dType) == 4)
612 if (typeSizeof(i->dType) == 4)
626 if (typeSizeof(i->dType) == 4)
674 emitLoadStoreSizeLG(i->dType, 21 + 32);
680 emitLoadStoreSizeLG(i->dType, 21 + 32);
686 switch (typeSizeof(i->dType)) {
758 code[1] = (typeSizeof(i->dType) == 2) ? 0 : 0x04000000;
836 if (i->dType == TYPE_F64) {
845 switch (i->dType) {
929 code[1] = (typeSizeof(i->dType) == 2) ? 0 : 0x04000000
    [all...]
nv50_ir.cpp 587 dType = sType = TYPE_F32;
598 dType = sType = ty;
717 i = new_Instruction(pol.context(), op, dType);
946 cmp->dType = dType;
nv50_ir_print.cpp 516 PRINT("%s%s", dnz ? "dnz " : (ftz ? "ftz " : ""), DataTypeStr[dType]);
537 if (sType != dType)
nv50_ir.h 646 inline void setType(DataType type) { dType = sType = type; }
648 inline void setType(DataType dtype, DataType stype)
650 dType = dtype;
677 DataType dType; // destination or defining type
nv50_ir_ra.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp 138 if (!ld || (ld->op != OP_MOV) || (typeSizeof(ld->dType) != 4))
303 if (insn->sType != next->dType)
401 if (i->dnz && i->dType == TYPE_F32) {
407 switch (i->dType) {
419 switch (i->dType) {
429 switch (i->dType) {
439 switch (i->dType) {
447 switch (i->dType) {
457 switch (i->dType) {
479 switch (i->dType) {
    [all...]
nv50_ir_target_nv50.cpp 315 if ((i->op == OP_MUL || i->op == OP_MAD) && !isFloatType(i->dType)) {
323 ldSize = typeSizeof(ld->dType);
407 if (!isFloatType(insn->dType)) {
456 if (insn->dType != TYPE_F32)
488 if (i->dType == TYPE_F32) {
502 if (i->dType == TYPE_U32 || i->dType == TYPE_S32) {
505 if (i->dType == TYPE_F64) {
nv50_ir_lowering_nv50.cpp 166 if (i->dType == TYPE_F64) {
173 i->dType = i->sType = TYPE_U32;
235 if (typeSizeof(i->dType) == 8)
461 if (mod->dType != TYPE_U32 && mod->dType != TYPE_S32)
468 bld.mkOp2(OP_DIV, mod->dType, q, mod->getSrc(0), mod->getSrc(1));
787 if (i->dType == TYPE_F32) {
789 i->dType = TYPE_U32;
814 bld.mkOp2(OP_UNION, i->dType, i->getDef(0), src0, src1);
819 i->dType = TYPE_U8
    [all...]
nv50_ir_emit_nv50.cpp 603 if (typeSizeof(i->dType) == 4)
612 if (typeSizeof(i->dType) == 4)
626 if (typeSizeof(i->dType) == 4)
674 emitLoadStoreSizeLG(i->dType, 21 + 32);
680 emitLoadStoreSizeLG(i->dType, 21 + 32);
686 switch (typeSizeof(i->dType)) {
758 code[1] = (typeSizeof(i->dType) == 2) ? 0 : 0x04000000;
836 if (i->dType == TYPE_F64) {
845 switch (i->dType) {
929 code[1] = (typeSizeof(i->dType) == 2) ? 0 : 0x04000000
    [all...]
nv50_ir.cpp 587 dType = sType = TYPE_F32;
598 dType = sType = ty;
717 i = new_Instruction(pol.context(), op, dType);
946 cmp->dType = dType;
nv50_ir_print.cpp 516 PRINT("%s%s", dnz ? "dnz " : (ftz ? "ftz " : ""), DataTypeStr[dType]);
537 if (sType != dType)
nv50_ir.h 646 inline void setType(DataType type) { dType = sType = type; }
648 inline void setType(DataType dtype, DataType stype)
650 dType = dtype;
677 DataType dType; // destination or defining type
  /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 777 milliseconds

1 2