Searched refs:ONE (Results 51 - 66 of 66) sorted by relevance

123

/openjdk7/hotspot/src/share/vm/opto/
H A Difnode.cpp54 if( t == TypeInt::ONE ) // 1, or true
768 cmp2_t != TypeInt::ONE )
801 if( phi2_t != TypeInt::ONE ) return NULL;
805 if( phi1_t != TypeInt::ONE ) return NULL;
H A Dtype.hpp374 static const TypeF *ONE; member in class:TypeF
401 static const TypeD *ONE; member in class:TypeD
441 static const TypeInt *ONE; member in class:TypeInt
445 static const TypeInt *CC_GT; // [1] == ONE
497 static const TypeLong *ONE; member in class:TypeLong
H A Dtype.cpp235 TypeF::ONE = TypeF::make(1.0); // Float 1 member in class:TypeF
238 TypeD::ONE = TypeD::make(1.0); // Double 1 member in class:TypeD
242 TypeInt::ONE = TypeInt::make( 1); // 1 member in class:TypeInt
246 TypeInt::CC_GT = TypeInt::make( 1, 1, WidenMin); // == TypeInt::ONE
262 assert( TypeInt::CC_GT == TypeInt::ONE, "types must match for CmpL to work" );
269 TypeLong::ONE = TypeLong::make( 1); // 1 member in class:TypeLong
845 const TypeF *TypeF::ONE; // Floating point one member in class:TypeF
962 const TypeD *TypeD::ONE; // Floating point one member in class:TypeD
1076 const TypeInt *TypeInt::ONE; // 1 member in class:TypeInt
1080 const TypeInt *TypeInt::CC_GT; // [1] == ONE
1342 const TypeLong *TypeLong::ONE; // 1 member in class:TypeLong
[all...]
H A Dsubnode.cpp1056 if( _test == ge ) return TypeInt::ONE;
1060 if( _test == le ) return TypeInt::ONE;
1180 phase->type( j_xor->in(2) ) == TypeInt::ONE &&
1255 // phase->type( cmp1->in(2) ) == TypeInt::ONE )
1265 // phase->type( cmp2->in(2) ) == TypeInt::ONE )
H A Dcfgnode.cpp1236 if( !(tcmp == TypeInt::ONE && phase->type(cmp->in(1)) == TypeInt::BOOL) )
1243 if( tone == TypeInt::ONE ) {
1245 } else if( tzero == TypeInt::ONE ) {
H A Dmulnode.cpp1214 if (r1->_hi < 0) assert(ti == TypeInt::ONE, ">>>31 of - is +1");
1345 if (r1->_hi < 0) assert(tl == TypeLong::ONE, ">>>63 of - is +1");
H A Dloopopts.cpp216 Node *con = _igvn.makecon(pop == Op_IfTrue ? TypeInt::ONE : TypeInt::ZERO);
1832 Node *con = _igvn.makecon(lp_proj->is_IfTrue() ? TypeInt::ONE : TypeInt::ZERO);
H A Dparse2.cpp1410 push(makecon(TypeF::ONE));
1422 push_pair(makecon(TypeD::ONE));
/openjdk7/jdk/test/java/math/BigDecimal/
H A DIntegralDivisionTests.java252 BigDecimal divisor = BigDecimal.ONE;
/openjdk7/langtools/test/tools/javac/varargs/6199075/
H A DT6199075.java97 ONE(1), enum constant in enum:T6199075.ArgumentsArity
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageAffine.h277 #define ONE (FTYPE)1.0 macro
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/util/
H A DSchemaTreeTraverser.java916 if (!i.equals(BigInteger.ONE)) {
922 if (!i.equals(BigInteger.ONE)) {
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DPKCS12PBECipherCore.java109 B1 = new BigInteger(1, B).add(BigInteger.ONE);
/openjdk7/jdk/src/share/classes/sun/security/pkcs/
H A DPKCS7.java185 version = BigInteger.ONE;
/openjdk7/jdk/test/java/util/Formatter/
H A DBasic-X.java.template261 return BigDecimal.ONE.divide(v);
838 $type$ one = BigDecimal.ONE;
/openjdk7/jdk/src/share/classes/java/math/
H A DMutableBigInteger.java76 static final MutableBigInteger ONE = new MutableBigInteger(1); field in class:MutableBigInteger

Completed in 104 milliseconds

123