Searched defs:FloatValue (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPUMCInstLower.cpp41 const APFloat &FloatValue = MO.getFPImm()->getValueAPF(); local
42 assert(&FloatValue.getSemantics() == &APFloat::IEEEsingle &&
44 MCOp = MCOperand::CreateFPImm(FloatValue.convertToFloat());
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUMCInstLower.cpp41 const APFloat &FloatValue = MO.getFPImm()->getValueAPF(); local
42 assert(&FloatValue.getSemantics() == &APFloat::IEEEsingle &&
44 MCOp = MCOperand::CreateFPImm(FloatValue.convertToFloat());
/external/llvm/lib/Target/R600/
H A DAMDGPUMCInstLower.cpp65 const APFloat &FloatValue = MO.getFPImm()->getValueAPF(); local
66 assert(&FloatValue.getSemantics() == &APFloat::IEEEsingle &&
68 MCOp = MCOperand::CreateFPImm(FloatValue.convertToFloat());
H A DR600ISelLowering.cpp2134 float FloatValue = FPC->getValueAPF().convertToFloat(); local
2135 if (FloatValue == 0.0) {
2137 } else if (FloatValue == 0.5) {
2139 } else if (FloatValue == 1.0) {
/external/proguard/src/proguard/evaluation/value/
H A DFloatValue.java30 public abstract class FloatValue extends Category1Value class in inherits:Category1Value
44 * Returns the negated value of this FloatValue.
46 public abstract FloatValue negate();
49 * Converts this FloatValue to an IntegerValue.
54 * Converts this FloatValue to a LongValue.
59 * Converts this FloatValue to a DoubleValue.
67 * Returns the generalization of this FloatValue and the given other
68 * FloatValue.
70 public abstract FloatValue generalize(FloatValue othe
[all...]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotConverters.py166 class FloatValue(SimpleValue): class in inherits:SimpleValue
170 class DeciPoints(FloatValue):
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotConverters.py166 class FloatValue(SimpleValue): class in inherits:SimpleValue
170 class DeciPoints(FloatValue):
/external/tinyxml2/
H A Dtinyxml2.h789 float FloatValue() const { float f=0; QueryFloatValue( &f ); return f; } function in class:tinyxml2::XMLAttribute
/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/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 1252 milliseconds