Home
last modified time | relevance | path

Searched defs:getFloatValue (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/ubsan/
Dubsan_value.cc69 FloatMax Value::getFloatValue() const { in getFloatValue() function in Value
/external/clang/test/CodeGenCXX/
D2012-03-16-StoreAlign.cpp14 float getFloatValue() const { in getFloatValue() function
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
DJavaBridgeReturnValuesTest.java65 public float getFloatValue() { in getFloatValue() method in JavaBridgeReturnValuesTest.TestObject
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DValue.java173 public float getFloatValue() { in getFloatValue() method in Value
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.h312 …float getFloatValue(unsigned short unitType, ExceptionState& exceptionState) const { return getVal… in getFloatValue() function
313 float getFloatValue(UnitType type) const { return getValue<float>(type); } in getFloatValue() function
314 float getFloatValue() const { return getValue<float>(); } in getFloatValue() function
/external/chromium_org/third_party/WebKit/Source/platform/
DLength.h318 float getFloatValue() const in getFloatValue() function