Home
last modified time | relevance | path

Searched defs:getDouble (Results 1 – 25 of 30) sorted by relevance

12

/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt35 internal expect inline fun ByteArray.getDouble(index: Int): Double in getString() method
145 …public inline fun getDouble(ary: ByteArray, index: Int): Double = Double.fromBits(getLong(ary, ind… in getString() method
DBuffers.kt110 public fun getDouble(index: Int): Double in findFirst() method
354 override fun getDouble(index: Int): Double = buffer.getDouble(index) in getBoolean() method in com.google.flatbuffers.kotlin.ArrayReadBuffer
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumparse_parsednumber.cpp55 double ParsedNumber::getDouble() const { in getDouble() function in ParsedNumber
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumparse_parsednumber.cpp56 double ParsedNumber::getDouble(UErrorCode& status) const { in getDouble() function in ParsedNumber
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt41 public actual inline fun ByteArray.getDouble(index: Int): Double = Double.fromBits(getLongAt(index)) method
/third_party/node/deps/icu-small/source/i18n/
Dnumparse_parsednumber.cpp56 double ParsedNumber::getDouble(UErrorCode& status) const { in getDouble() function in ParsedNumber
/third_party/icu/icu4c/source/i18n/
Dnumparse_parsednumber.cpp56 double ParsedNumber::getDouble(UErrorCode& status) const { in getDouble() function in ParsedNumber
Dfmtable.cpp494 Formattable::getDouble(UErrorCode& status) const in getDouble() function in Formattable
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt32 public actual inline fun ByteArray.getDouble(index: Int): Double = ByteArrayOps.getDouble(this, ind… method
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt31 public actual inline fun ByteArray.getDouble(index: Int): Double = ByteArrayOps.getDouble(this, ind… method
/third_party/flatbuffers/java/com/google/flatbuffers/
DReadBuf.java55 double getDouble(int index); in getDouble() method
DByteBufferReadWriteBuf.java51 public double getDouble(int index) { in getDouble() method in ByteBufferReadWriteBuf
DArrayReadWriteBuf.java83 public double getDouble(int index) { in getDouble() method in ArrayReadWriteBuf
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeRandom.hpp45 double getDouble (void) { return deRandom_getDouble(&m_rnd); } in getDouble() function in de::Random
87 inline double Random::getDouble (double min, double max) in getDouble() function in de::Random
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DExperimentalTestDataProvider.java47 public double getDouble() { in getDouble() method in ExperimentalTestDataProvider
/third_party/jsframework/runtime/main/extend/systemplugin/napi/data/rdb/
DresultSet.js83 getDouble: function (...args) { method
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_data_DataShareResultSet.js88 getDouble: function (...args) { method
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dfmtable.h291 double getDouble(void) const { return fValue.fDouble; } in getDouble() function
/third_party/node/deps/icu-small/source/i18n/unicode/
Dfmtable.h293 double getDouble(void) const { return fValue.fDouble; } in getDouble() function
/third_party/icu/icu4c/source/i18n/unicode/
Dfmtable.h293 double getDouble(void) const { return fValue.fDouble; } in getDouble() function
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dfmtable.h293 double getDouble(void) const { return fValue.fDouble; } in getDouble() function
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUnsafeUtil.java160 static double getDouble(Object target, long offset) { in getDouble() method in UnsafeUtil
222 static double getDouble(double[] target, long index) { in getDouble() method in UnsafeUtil
577 public abstract double getDouble(Object target, long offset); in getDouble() method in UnsafeUtil.MemoryAccessor
683 public double getDouble(Object target, long offset) { in getDouble() method in UnsafeUtil.JvmMemoryAccessor
791 public double getDouble(Object target, long offset) { in getDouble() method in UnsafeUtil.Android64MemoryAccessor
911 public double getDouble(Object target, long offset) { in getDouble() method in UnsafeUtil.Android32MemoryAccessor
DDoubleArrayList.java138 public double getDouble(int index) { in getDouble() method in DoubleArrayList
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ability/
DdataAbilityHelper.js87 getDouble: function (...args) { method
/third_party/flatbuffers/php/
DByteBuffer.php453 public function getDouble($index) function in Google\\FlatBuffers\\ByteBuffer

12