Searched defs:floatValue (Results 1 - 8 of 8) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
H A DNegatedFloatValue.java30 private final FloatValue floatValue; field in class:NegatedFloatValue
36 public NegatedFloatValue(FloatValue floatValue) argument
38 this.floatValue = floatValue;
46 return floatValue;
56 this.floatValue.equals(((NegatedFloatValue)object).floatValue);
63 floatValue.hashCode();
69 return "-"+floatValue;
H A DFloatValue.java340 public final FloatValue floatValue() method in class:FloatValue
347 return this.generalize(other.floatValue());
H A DValue.java79 public FloatValue floatValue() method in class:Value
/external/icu4c/io/
H A Dufmt_cmn.h55 float floatValue; /* float */ member in union:ufmt_args
/external/webkit/WebCore/bridge/objc/
H A Dobjc_utility.h52 float floatValue; member in union:JSC::Bindings::__anon5637
/external/webkit/WebCore/css/
H A DCSSPrimitiveValue.cpp476 void CSSPrimitiveValue::setFloatValue(unsigned short unitType, double floatValue, ExceptionCode& ec) argument
488 m_value.num = floatValue;
/external/webkit/WebCore/html/
H A DHTMLElement.cpp616 int floatValue = CSSValueInvalid; local
625 floatValue = CSSValueLeft;
628 floatValue = CSSValueRight;
641 if (floatValue != CSSValueInvalid)
642 element->addCSSProperty(attr, CSSPropertyFloat, floatValue);
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 83 milliseconds