Searched defs:doubleValue (Results 1 - 25 of 33) sorted by relevance

12

/external/proguard/src/proguard/evaluation/value/
H A DNegatedDoubleValue.java30 private final DoubleValue doubleValue; field in class:NegatedDoubleValue
36 public NegatedDoubleValue(DoubleValue doubleValue) argument
38 this.doubleValue = doubleValue;
46 return doubleValue;
56 this.doubleValue.equals(((NegatedDoubleValue)object).doubleValue);
63 doubleValue.hashCode();
69 return "-"+doubleValue;
H A DDoubleValue.java340 public final DoubleValue doubleValue() method in class:DoubleValue
352 return this.generalize(other.doubleValue());
H A DValue.java87 public DoubleValue doubleValue() method in class:Value
/external/chromium_org/third_party/icu/source/io/
H A Dufmt_cmn.h56 double doubleValue; /* double */ member in union:ufmt_args
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/atomic/
H A DAtomicInteger.java106 public double doubleValue() { method in class:AtomicInteger
H A DAtomicLong.java106 public double doubleValue() { method in class:AtomicLong
/external/icu4c/io/
H A Dufmt_cmn.h57 double doubleValue; /* double */ member in union:ufmt_args
/external/guava/guava/src/com/google/common/primitives/
H A DUnsignedInteger.java184 public double doubleValue() { method in class:UnsignedInteger
H A DUnsignedLong.java186 public double doubleValue() { method in class:UnsignedLong
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAtomicDouble.java231 public double doubleValue() { method in class:AtomicDouble
/external/javassist/src/main/javassist/compiler/
H A DLex.java23 public double doubleValue; field in class:Token
97 return currentToken.doubleValue;
292 token.doubleValue = (double)value;
337 token.doubleValue = Double.parseDouble(sbuf.toString());
/external/chromium_org/third_party/npapi/bindings/
H A Dnpruntime.h109 double doubleValue; member in union:_NPVariant::__anon12978
137 #define NPVARIANT_TO_DOUBLE(_v) ((_v).value.doubleValue)
168 (_v).value.doubleValue = _val; \
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpruntime.h137 double doubleValue; member in union:_NPVariant::__anon13012
165 #define NPVARIANT_TO_DOUBLE(_v) ((_v).value.doubleValue)
196 (_v).value.doubleValue = _val; \
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCalculationValue.cpp176 double CSSCalcValue::doubleValue() const function in class:WebCore::CSSCalcValue
178 return clampToPermittedRange(m_expression->doubleValue());
250 virtual double doubleValue() const function in class:WebCore::CSSCalcPrimitiveValue
372 return CSSCalcPrimitiveValue::create(evaluateOperator(leftSide->doubleValue(), rightSide->doubleValue(), op), evaluationType, isInteger);
382 return CSSCalcPrimitiveValue::create(evaluateOperator(leftSide->doubleValue(), rightSide->doubleValue(), op), leftType, isInteger);
387 double leftValue = leftSide->doubleValue() * CSSPrimitiveValue::conversionToCanonicalUnitsScaleFactor(leftType);
388 double rightValue = rightSide->doubleValue() * CSSPrimitiveValue::conversionToCanonicalUnitsScaleFactor(rightType);
404 double number = numberSide->doubleValue();
434 virtual double doubleValue() const function in class:WebCore::CSSCalcBinaryOperation
[all...]
/external/dexmaker/src/test/java/com/google/dexmaker/
H A DDexMakerTest.java913 Method doubleSwap = instanceSwapMethod(double.class, "doubleValue");
914 instance.doubleValue = 155.5;
916 assertEquals(266.6, instance.doubleValue);
943 public double doubleValue; field in class:DexMakerTest.Instance
996 Method doubleSwap = staticSwapMethod(double.class, "doubleValue");
997 Static.doubleValue = 155.5;
999 assertEquals(266.6, Static.doubleValue);
1026 public static double doubleValue; field in class:DexMakerTest.Static
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DInputType.cpp206 void InputType::setValueAsDouble(double doubleValue, TextFieldEventBehavior eventBehavior, ExceptionState& es) const argument
208 setValueAsDecimal(Decimal::fromDouble(doubleValue), eventBehavior, es);
/external/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp1213 double doubleValue = digits.getDouble(); local
1214 int32_t prefixLen = appendAffix(appendTo, doubleValue, handler, !digits.isPositive(), TRUE);
1496 int32_t suffixLen = appendAffix(appendTo, doubleValue, handler, !digits.isPositive(), FALSE);
/external/icu4c/i18n/
H A Ddecimfmt.cpp1572 double doubleValue = digits.getDouble(); local
1573 int32_t prefixLen = appendAffix(appendTo, doubleValue, handler, !digits.isPositive(), TRUE);
1858 int32_t suffixLen = appendAffix(appendTo, doubleValue, handler, !digits.isPositive(), FALSE);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime_3.6.0.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 1366 milliseconds

12