Home
last modified time | relevance | path

Searched refs:readDouble (Results 1 – 25 of 46) sorted by relevance

12

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
DAbstractStepInterpolator.java491 globalPreviousTime = in.readDouble(); in readBaseExternal()
492 globalCurrentTime = in.readDouble(); in readBaseExternal()
493 softPreviousTime = in.readDouble(); in readBaseExternal()
494 softCurrentTime = in.readDouble(); in readBaseExternal()
495 h = in.readDouble(); in readBaseExternal()
504 currentState[i] = in.readDouble(); in readBaseExternal()
515 return in.readDouble(); in readBaseExternal()
DNordsieckStepInterpolator.java260 scalingH = in.readDouble(); in readExternal()
261 referenceTime = in.readDouble(); in readExternal()
268 scaled[j] = in.readDouble(); in readExternal()
DDummyStepInterpolator.java141 currentDerivative[i] = in.readDouble(); in readExternal()
/external/proguard/src/proguard/classfile/io/
DRuntimeDataInput.java80 public double readDouble() in readDouble() method in RuntimeDataInput
84 return dataInput.readDouble(); in readDouble()
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/io/
DDataInput.java26 public double readDouble () throws IOException; in readDouble() method
DRandomAccessFile.java216 public final double readDouble () throws IOException { in readDouble() method in RandomAccessFile
217 return dis.readDouble(); in readDouble()
DDataInputStream.java52 public double readDouble () throws IOException { in readDouble() method in DataInputStream
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DDataInputCompressor.java55 public double readDouble() throws IOException { in readDouble() method in DataInputCompressor
56 return dataInput.readDouble(); in readDouble()
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DDataInputCompressor.java54 public double readDouble() throws IOException { in readDouble() method in DataInputCompressor
55 return dataInput.readDouble(); in readDouble()
/external/guava/guava/src/com/google/common/io/
DByteArrayDataInput.java60 @Override double readDouble(); in readDouble() method
DLittleEndianDataInputStream.java169 public double readDouble() throws IOException { in readDouble() method in LittleEndianDataInputStream
/external/emma/core/java12/com/vladium/jcd/cls/constant/
DCONSTANT_Double_info.java83 m_value = bytes.readDouble (); in CONSTANT_Double_info()
/external/javassist/src/main/javassist/compiler/
DLex.java129 return readDouble(tbuf, c, token); in readLine()
300 return readDouble(tbuf, c2, token); in readNumber()
310 private int readDouble(StringBuffer sbuf, int c, Token token) { in readDouble() method in Lex
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DDormandPrince853StepInterpolator.java470 yDotKLast[0][i] = in.readDouble(); in readExternal()
471 yDotKLast[1][i] = in.readDouble(); in readExternal()
472 yDotKLast[2][i] = in.readDouble(); in readExternal()
DRungeKuttaStepInterpolator.java168 yDotK[k][i] = in.readDouble(); in readExternal()
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
DInterceptFieldCallback.java39 double readDouble(Object obj, String name, double oldValue); in readDouble() method
DAbstractInterceptFieldCallback.java39 public double readDouble(Object obj, String name, double oldValue) { return oldValue; } in readDouble() method in AbstractInterceptFieldCallback
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
DLittleEndianInputStream.java98 public double readDouble () throws IOException { in readDouble() method in LittleEndianInputStream
/external/jmonkeyengine/engine/src/core/com/jme3/util/
DLittleEndien.java127 public double readDouble() throws IOException { in readDouble() method in LittleEndien
/external/guava/guava/src/com/google/common/util/concurrent/
DAtomicDouble.java252 set(s.readDouble()); in readObject()
DAtomicDoubleArray.java265 set(i, s.readDouble()); in readObject()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
DField.java169 value = Double.valueOf(blenderInputStream.readDouble()); in fill()
173 data[i] = Double.valueOf(blenderInputStream.readDouble()); in fill()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowParcel.java173 public double readDouble() { in readDouble() method in ShadowParcel
323 val[i] = readDouble(); in readDoubleArray()
335 val[i] = readDouble(); in createDoubleArray()
716 return readDouble(); in readValue()
/external/guava/guava-tests/test/com/google/common/io/
DLittleEndianDataOutputStreamTest.java80 assertEquals(0xBEBAFECAEFBEADDEL, Double.doubleToLongBits(in.readDouble())); in testWriteLittleEndian()
DLittleEndianDataInputStreamTest.java124 assertEquals(0xBEBAFECAEFBEADDEL, Double.doubleToLongBits(in.readDouble())); in testReadLittleEndian()

12