Home
last modified time | relevance | path

Searched defs:doubleValue (Results 1 – 16 of 16) sorted by relevance

/third_party/protobuf/js/experimental/runtime/kernel/
Ddouble_test_pairs.js19 doubleValue: 0, property
25 doubleValue: -0, property
31 doubleValue: 1, property
37 doubleValue: -1, property
44 doubleValue: Math.PI, property
51 doubleValue: Number.MAX_VALUE, property
57 doubleValue: Number.MIN_VALUE, property
63 doubleValue: Infinity, property
69 doubleValue: -Infinity, property
75 doubleValue: Number.MAX_SAFE_INTEGER, property
[all …]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/math/
DFixed1616.java41 public static double doubleValue(int fixed) { in doubleValue() method in Fixed1616
/third_party/skia/third_party/externals/icu/source/io/
Dufmt_cmn.h59 double doubleValue; /* double */ member
/third_party/icu/icu4c/source/io/
Dufmt_cmn.h59 double doubleValue; /* double */ member
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcParallelShaderCompileTests.cpp98 GLdouble doubleValue; in iterate() local
/third_party/node/deps/v8/src/inspector/
Dvalue-mirror.cc95 double doubleValue) { in toProtocolValue()
123 double doubleValue = value.As<v8::Number>()->Value(); in toProtocolValue() local
/third_party/icu/icu4c/source/i18n/
Dplurrule.cpp1931 double FixedDecimal::doubleValue() const { in doubleValue() function in FixedDecimal
/third_party/node/deps/icu-small/source/i18n/
Dplurrule.cpp1935 double FixedDecimal::doubleValue() const { in doubleValue() function in FixedDecimal
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/
DBigDecimal.java1896 public double doubleValue() { in doubleValue() method in BigDecimal
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
DBigDecimal.java1946 public double doubleValue() { in doubleValue() method in BigDecimal
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DPluralRules.java986 public double doubleValue() { in doubleValue() method in PluralRules.FixedDecimal
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java1195 Double doubleValue = (Double) value; in printSingleFieldValue() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralRules.java1036 public double doubleValue() { in doubleValue() method in PluralRules.FixedDecimal
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java1596 public double doubleValue() { return Math.PI; } in doubleValue() method in NumberFormatTest.PI
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DNumberFormatTest.java1599 public double doubleValue() { return Math.PI; } in doubleValue() method in NumberFormatTest.PI
/third_party/node/src/
Djs_native_api_v8.cc3475 double doubleValue = val.As<v8::Number>()->Value(); in OH_JSVM_GetValueInt64() local