Searched defs:doubleValue (Results 1 - 25 of 34) 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/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.h56 double doubleValue; /* double */ member in union:ufmt_args
/external/webkit/Source/WebKit2/Shared/Plugins/
H A DNPVariantData.h79 double doubleValue() const function in class:WebKit::NPVariantData
/external/webkit/Source/WebKit2/UIProcess/cf/
H A DWebPreferencesCF.cpp89 double doubleValue = 0; local
90 if (!CFNumberGetValue((CFNumberRef)value.get(), kCFNumberDoubleType, &doubleValue))
93 store.setDoubleValueForKey(baseKey, doubleValue);
/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/webkit/Source/WebCore/bridge/jni/jsc/
H A DJNIUtilityPrivate.cpp227 double doubleValue = value.uncheckedGetNumber(); local
231 jobject javaDouble = env->functions->NewObject(env, clazz, constructor, doubleValue);
H A DJavaInstanceJSC.cpp107 jdouble doubleValue = callJNIMethod<jdouble>(m_instance->m_instance, "doubleValue", "()D"); local
108 return jsNumber(doubleValue);
/external/webkit/Source/WebCore/bridge/objc/
H A Dobjc_utility.h53 double doubleValue; member in union:JSC::Bindings::__anon13174
/external/webkit/Source/WebCore/html/
H A DBaseDateAndTimeInputType.cpp86 double doubleValue = parseToDouble(value, nan); local
87 return isfinite(doubleValue) && doubleValue < minimum();
93 double doubleValue = parseToDouble(value, nan); local
94 return isfinite(doubleValue) && doubleValue > maximum();
114 double doubleValue = parseToDouble(value, nan); local
115 doubleValue = fabs(doubleValue - stepBase());
116 if (!isfinite(doubleValue))
[all...]
H A DNumberInputType.cpp98 double doubleValue = parseToDouble(value, nan); local
99 return isfinite(doubleValue) && doubleValue < minimum();
105 double doubleValue = parseToDouble(value, nan); local
106 return isfinite(doubleValue) && doubleValue > maximum();
126 double doubleValue; local
127 if (!parseToDoubleForNumberType(value, &doubleValue))
129 doubleValue = fabs(doubleValue
225 double doubleValue = numeric_limits<double>::quiet_NaN(); local
[all...]
/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/webkit/Source/WebCore/bridge/
H A Dnpruntime.h105 double doubleValue; member in union:_NPVariant::__anon13173
133 #define NPVARIANT_TO_DOUBLE(_v) ((_v).value.doubleValue)
164 (_v).value.doubleValue = _val; \
H A Dtestbindings.cpp45 double doubleValue; member in struct:__anon13178
64 "doubleValue",
134 printf ("%f\n", (float)message->value.doubleValue);
143 if (!NPN_VariantToDouble (variant, &obj->doubleValue)) {
182 NPN_InitializeVariantWithDouble (variant, obj->doubleValue);
299 newInstance->doubleValue = 666.666;
/external/dexmaker/src/test/java/com/google/dexmaker/
H A DDexMakerTest.java912 Method doubleSwap = instanceSwapMethod(double.class, "doubleValue");
913 instance.doubleValue = 155.5;
915 assertEquals(266.6, instance.doubleValue);
942 public double doubleValue; field in class:DexMakerTest.Instance
995 Method doubleSwap = staticSwapMethod(double.class, "doubleValue");
996 Static.doubleValue = 155.5;
998 assertEquals(266.6, Static.doubleValue);
1025 public static double doubleValue; field in class:DexMakerTest.Static
/external/webkit/Source/JavaScriptCore/parser/
H A DJSParser.h142 double doubleValue; member in union:JSC::JSTokenData
/external/icu4c/i18n/
H A Ddecimfmt.cpp1225 double doubleValue = digits.getDouble(); local
1226 int32_t prefixLen = appendAffix(appendTo, doubleValue, handler, !digits.isPositive(), TRUE);
1508 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 ...
/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 ...

Completed in 358 milliseconds

12