Home
last modified time | relevance | path

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

/external/compiler-rt/lib/ubsan/
Dubsan_value.cc67 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/webkit/Source/WebCore/css/
DCSSPrimitiveValue.h157 …float getFloatValue(unsigned short unitType, ExceptionCode& ec) const { return static_cast<float>(… in getFloatValue() function
158 …float getFloatValue(unsigned short unitType) const { return static_cast<float>(getDoubleValue(unit… in getFloatValue() function
159 float getFloatValue() const { return static_cast<float>(m_value.num); } in getFloatValue() function
/external/webkit/Source/WebCore/platform/
DLength.h207 float getFloatValue() const in getFloatValue() function