Searched defs:two (Results 26 - 27 of 27) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp554 // Compute the MEET of two types. NOT virtual. It enforces that meet is
594 // Compute the MEET of two types. It returns a new Type object.
854 // Compute the MEET of two types. It returns a new Type object.
970 // Compute the MEET of two types. It returns a new Type object.
1121 // Compute the MEET of two types. It returns a new Type representation object
1377 // Compute the MEET of two types. It returns a new Type representation object
1720 // Compute the MEET of two types. It returns a new Type object.
1840 // Compute the MEET of two types. It returns a new Type object.
1985 // Compute the MEET of two types. It returns a new Type object.
2107 // Compute the MEET of two type
2756 ciObject* two = a->const_oop(); local
[all...]
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.c569 /* Shortcut for powers of two ... */
1308 following two properties:
1959 /* Divide by two until at least one of them is odd */
2289 static const mp_int two = { 0, MP_ZPOS, 1, 1, (mp_digit *)&d2 }; local
2314 MP_CHECKOK( mp_sub(&two, &tmp, &tmp) );
3077 /* Divide by two -- take advantage of radix properties to do it fast */
4225 /* Shortcut if divisor is power of two */
4501 Returns -1 if the value is not a power of two; otherwise, it returns
4518 return -1; /* not a power of two */

Completed in 69 milliseconds

12