Searched refs:getFloat (Results 26 - 50 of 74) sorted by relevance

123

/openjdk7/jdk/src/share/classes/java/io/
H A DBits.java60 static float getFloat(byte[] b, int off) { method in class:Bits
/openjdk7/jdk/src/share/classes/sun/reflect/
H A DUnsafeByteFieldAccessorImpl.java64 public float getFloat(Object obj) throws IllegalArgumentException { method in class:UnsafeByteFieldAccessorImpl
H A DUnsafeCharacterFieldAccessorImpl.java64 public float getFloat(Object obj) throws IllegalArgumentException { method in class:UnsafeCharacterFieldAccessorImpl
H A DUnsafeDoubleFieldAccessorImpl.java63 public float getFloat(Object obj) throws IllegalArgumentException { method in class:UnsafeDoubleFieldAccessorImpl
H A DUnsafeIntegerFieldAccessorImpl.java64 public float getFloat(Object obj) throws IllegalArgumentException { method in class:UnsafeIntegerFieldAccessorImpl
H A DUnsafeLongFieldAccessorImpl.java64 public float getFloat(Object obj) throws IllegalArgumentException { method in class:UnsafeLongFieldAccessorImpl
H A DUnsafeQualifiedByteFieldAccessorImpl.java66 public float getFloat(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedByteFieldAccessorImpl
H A DUnsafeQualifiedCharacterFieldAccessorImpl.java66 public float getFloat(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedCharacterFieldAccessorImpl
H A DUnsafeQualifiedDoubleFieldAccessorImpl.java65 public float getFloat(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedDoubleFieldAccessorImpl
H A DUnsafeQualifiedIntegerFieldAccessorImpl.java66 public float getFloat(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedIntegerFieldAccessorImpl
H A DUnsafeQualifiedLongFieldAccessorImpl.java66 public float getFloat(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedLongFieldAccessorImpl
H A DUnsafeQualifiedShortFieldAccessorImpl.java66 public float getFloat(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedShortFieldAccessorImpl
H A DUnsafeQualifiedStaticDoubleFieldAccessorImpl.java65 public float getFloat(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedStaticDoubleFieldAccessorImpl
H A DUnsafeQualifiedStaticIntegerFieldAccessorImpl.java65 public float getFloat(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedStaticIntegerFieldAccessorImpl
H A DUnsafeQualifiedStaticLongFieldAccessorImpl.java65 public float getFloat(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedStaticLongFieldAccessorImpl
H A DUnsafeQualifiedStaticShortFieldAccessorImpl.java65 public float getFloat(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedStaticShortFieldAccessorImpl
H A DUnsafeShortFieldAccessorImpl.java64 public float getFloat(Object obj) throws IllegalArgumentException { method in class:UnsafeShortFieldAccessorImpl
H A DUnsafeStaticDoubleFieldAccessorImpl.java63 public float getFloat(Object obj) throws IllegalArgumentException { method in class:UnsafeStaticDoubleFieldAccessorImpl
H A DUnsafeStaticIntegerFieldAccessorImpl.java63 public float getFloat(Object obj) throws IllegalArgumentException { method in class:UnsafeStaticIntegerFieldAccessorImpl
H A DUnsafeStaticLongFieldAccessorImpl.java63 public float getFloat(Object obj) throws IllegalArgumentException { method in class:UnsafeStaticLongFieldAccessorImpl
H A DUnsafeStaticShortFieldAccessorImpl.java63 public float getFloat(Object obj) throws IllegalArgumentException { method in class:UnsafeStaticShortFieldAccessorImpl
/openjdk7/corba/src/share/classes/sun/corba/
H A DBridge.java314 public final float getFloat(Object o, long offset) method in class:Bridge
316 return unsafe.getFloat( o, offset ) ;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DPageCache.java103 public synchronized float getFloat(long address, boolean bigEndian) { method in class:PageCache
104 return checkPage(getPage(address & pageMask), address).getFloat(address, bigEndian);
/openjdk7/jdk/src/share/classes/java/nio/
H A DHeap-X-Buffer.java.template456 public float getFloat() {
457 return Bits.getFloat(this, ix(nextGetIndex(4)), bigEndian);
460 public float getFloat(int i) {
461 return Bits.getFloat(this, ix(checkIndex(i, 4)), bigEndian);
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DSunLayoutEngine.cpp35 void getFloat(JNIEnv* env, jobject pt, jfloat &x, jfloat &y) { function
203 getFloat(env, pt, x, y);

Completed in 63 milliseconds

123