/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/ |
D | AbstractStepInterpolator.java | 491 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()
|
D | NordsieckStepInterpolator.java | 260 scalingH = in.readDouble(); in readExternal() 261 referenceTime = in.readDouble(); in readExternal() 268 scaled[j] = in.readDouble(); in readExternal()
|
D | DummyStepInterpolator.java | 141 currentDerivative[i] = in.readDouble(); in readExternal()
|
/external/cronet/third_party/protobuf/js/experimental/runtime/kernel/ |
D | reader.js | 167 function readDouble(bufferDecoder, start) { function 207 return readPacked(bufferDecoder, start, readDouble); 342 readDouble, property
|
D | reader_test.js | 76 expect(() => reader.readDouble(bufferDecoder, 0)).toThrow(); 81 const d = reader.readDouble(pair.bufferDecoder, 0);
|
/external/flatbuffers/java/com/google/flatbuffers/ |
D | FlexBuffers.java | 186 private static double readDouble(ReadBuf buff, int end, int byteWidth) { in readDouble() method in FlexBuffers 374 case FBT_FLOAT: return (int) readDouble(bb, end, parentWidth); in asInt() 375 … case FBT_INDIRECT_FLOAT: return (int) readDouble(bb, indirect(bb, end, parentWidth), byteWidth); in asInt() 403 case FBT_FLOAT: return (long) readDouble(bb, end, parentWidth); in asUInt() 404 …case FBT_INDIRECT_FLOAT: return (long) readDouble(bb, indirect(bb, end, parentWidth), parentWidth… in asUInt() 432 case FBT_FLOAT: return (long) readDouble(bb, end, parentWidth); in asLong() 433 … case FBT_INDIRECT_FLOAT: return (long) readDouble(bb, indirect(bb, end, parentWidth), byteWidth); in asLong() 459 return readDouble(bb, end, parentWidth); in asFloat() 462 … case FBT_INDIRECT_FLOAT: return readDouble(bb, indirect(bb, end, parentWidth), byteWidth); in asFloat()
|
/external/proguard/src/proguard/classfile/io/ |
D | RuntimeDataInput.java | 80 public double readDouble() in readDouble() method in RuntimeDataInput 84 return dataInput.readDouble(); in readDouble()
|
/external/javassist/src/main/javassist/compiler/ |
D | Lex.java | 129 return readDouble(tbuf, c, token); in readLine() 293 return readDouble(tbuf, c2, token); in readNumber() 303 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/ |
D | DormandPrince853StepInterpolator.java | 470 yDotKLast[0][i] = in.readDouble(); in readExternal() 471 yDotKLast[1][i] = in.readDouble(); in readExternal() 472 yDotKLast[2][i] = in.readDouble(); in readExternal()
|
D | RungeKuttaStepInterpolator.java | 168 yDotK[k][i] = in.readDouble(); in readExternal()
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | CodedInputStreamReader.java | 110 public double readDouble() throws IOException { in readDouble() method in CodedInputStreamReader 112 return input.readDouble(); in readDouble() 316 plist.addDouble(input.readDouble()); in readDoubleList() 321 plist.addDouble(input.readDouble()); in readDoubleList() 342 target.add(input.readDouble()); in readDoubleList() 347 target.add(input.readDouble()); in readDoubleList() 1310 return readDouble(); in readField()
|
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | CodedInputStreamReader.java | 110 public double readDouble() throws IOException { in readDouble() method in CodedInputStreamReader 112 return input.readDouble(); in readDouble() 316 plist.addDouble(input.readDouble()); in readDoubleList() 321 plist.addDouble(input.readDouble()); in readDoubleList() 342 target.add(input.readDouble()); in readDoubleList() 347 target.add(input.readDouble()); in readDoubleList() 1310 return readDouble(); in readField()
|
/external/emma/core/java12/com/vladium/jcd/cls/constant/ |
D | CONSTANT_Double_info.java | 83 m_value = bytes.readDouble (); in CONSTANT_Double_info()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ |
D | ConstantDouble.java | 62 this(file.readDouble()); in ConstantDouble()
|
/external/guava/android/guava/src/com/google/common/io/ |
D | ByteArrayDataInput.java | 87 double readDouble(); in readDouble() method
|
/external/guava/guava/src/com/google/common/io/ |
D | ByteArrayDataInput.java | 87 double readDouble(); in readDouble() method
|
/external/protobuf/objectivec/ |
D | GPBCodedInputStream.h | 117 - (double)readDouble;
|
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/testsupport/ |
D | MockDataInput.java | 86 public double readDouble() throws IOException { in readDouble() method in MockDataInput
|
/external/cronet/third_party/protobuf/objectivec/ |
D | GPBCodedInputStream.h | 117 - (double)readDouble;
|
/external/cronet/third_party/protobuf/js/binary/ |
D | reader.js | 491 return this.readDouble(); 893 jspb.BinaryReader.prototype.readDouble = function() { method in jspb.BinaryReader 896 return this.decoder_.readDouble(); 1255 return this.readPackedField_(this.decoder_.readDouble);
|
D | writer_test.js | 406 expect(isNaN(reader.readDouble())).toEqual(true); 408 expect(reader.readDouble()).toEqual(f);
|
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/ |
D | CodedInputByteBufferNano.java | 148 public double readDouble() throws IOException { in readDouble() method in CodedInputByteBufferNano 648 return readDouble(); in readPrimitiveField()
|
/external/apache-commons-io/src/main/java/org/apache/commons/io/input/ |
D | SwappedDataInputStream.java | 91 public double readDouble() throws IOException, EOFException { in readDouble() method in SwappedDataInputStream
|
/external/guava/android/guava/src/com/google/common/util/concurrent/ |
D | AtomicDouble.java | 241 set(s.readDouble()); in readObject()
|
/external/apache-commons-io/src/test/java/org/apache/commons/io/input/ |
D | SwappedDataInputStreamTest.java | 90 assertEquals( Double.longBitsToDouble(0x0807060504030201L), this.sdis.readDouble(), 0 ); in testReadDouble()
|