Searched defs:FloatLiteral (Results 1 – 4 of 4) sorted by relevance
106 class FloatLiteral : public Expression class
359 FloatLiteral::FloatLiteral (GeneratorState& state, ConstValueRangeAccess valueRange) in FloatLiteral() function in rsg::FloatLiteral387 FloatLiteral::FloatLiteral (float customValue) in FloatLiteral() function in rsg::FloatLiteral
273 struct FloatLiteral struct279 struct FloatLiteral<Float> struct281 typedef float type;
2143 using FloatLiteral = FloatLiteralImpl<float>; variable