Searched defs:equivalent (Results 1 - 4 of 4) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DTypeCode.java187 * equivalent to this <code>TypeCode</code> object.
193 * @return <code>true</code> if the given typecode is equivalent to
197 public abstract boolean equivalent(TypeCode tc); method in class:TypeCode
/openjdk7/jdk/test/java/lang/Math/
H A DPowTests.java181 } else if (equivalent(x, +0.0)) {
184 } else if (equivalent(x, -0.0)) {
204 static boolean equivalent(double a, double b) { method in class:PowTests
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DTypeCodeImpl.java895 * The equivalent operation is used by the ORB when determining type equivalence
898 public boolean equivalent(TypeCode tc) { method in class:TypeCodeImpl
912 // equivalent returns false.
926 // If both ids are non-empty but are not equal, then equivalent returns FALSE.
973 if ( ! myRealType.discriminator_type().equivalent(
982 if ( ! myRealType.content_type().equivalent(otherRealType.content_type()))
991 if ( ! myRealType.member_type(i).equivalent(
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp1223 _matrule->equivalent(AD.globalNames(), short_branch->_matrule)) {
1224 // The instructions are equivalent.
3664 //----------------------------- equivalent ------------------------------------
3665 // Recursively check to see if two match rules are equivalent.
3667 bool MatchRule::equivalent(FormDict &globals, MatchNode *mRule2) { function in class:MatchRule
3683 if( !_lChild->equivalent(globals, mRule2->_lChild) )
3690 if( !_rChild->equivalent(globals, mRule2->_rChild) )
3700 //----------------------------- equivalent ------------------------------------
3701 // Recursively check to see if two match rules are equivalent.
3703 bool MatchNode::equivalent(FormDic function in class:MatchNode
[all...]

Completed in 175 milliseconds