Searched defs:FloatLiteral (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/sksl/ir/ |
D | SkSLFloatLiteral.h | 19 struct FloatLiteral : public Expression { struct 20 FloatLiteral(const Context& context, int offset, double value) in FloatLiteral() argument 24 FloatLiteral(int offset, double value, const Type* type) in FloatLiteral() function 48 FloatLiteral& f = (FloatLiteral&) other; in compareConstant() argument 57 return std::unique_ptr<Expression>(new FloatLiteral(fOffset, fValue, &fType)); in clone() argument 60 const double fValue; 62 typedef Expression INHERITED;
|
/external/skqp/src/sksl/ir/ |
D | SkSLFloatLiteral.h | 19 struct FloatLiteral : public Expression { struct 20 FloatLiteral(const Context& context, int offset, double value) in FloatLiteral() function 24 FloatLiteral(int offset, double value, const Type* type) in FloatLiteral() argument 41 FloatLiteral& f = (FloatLiteral&) other; in compareConstant() argument 50 return std::unique_ptr<Expression>(new FloatLiteral(fOffset, fValue, &fType)); in clone() argument 53 const double fValue; 55 typedef Expression INHERITED;
|
/external/tensorflow/tensorflow/compiler/tf2xla/lib/ |
D | util.cc | 39 xla::XlaOp FloatLiteral(xla::XlaBuilder* builder, xla::PrimitiveType type, in FloatLiteral() function
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_helpers.cc | 56 xla::XlaOp XlaHelpers::FloatLiteral(xla::XlaBuilder* b, DataType data_type, in FloatLiteral() function in tensorflow::XlaHelpers
|
/external/deqp/framework/randomshaders/ |
D | rsgExpression.hpp | 106 class FloatLiteral : public Expression class
|
D | rsgExpression.cpp | 359 FloatLiteral::FloatLiteral (GeneratorState& state, ConstValueRangeAccess valueRange) in FloatLiteral() function in rsg::FloatLiteral 387 FloatLiteral::FloatLiteral (float customValue) in FloatLiteral() function in rsg::FloatLiteral
|
/external/swiftshader/src/Reactor/ |
D | Reactor.hpp | 149 struct FloatLiteral struct 155 struct FloatLiteral<Float> struct 157 typedef float type;
|
/external/libcxxabi/src/demangle/ |
D | ItaniumDemangle.h | 1995 using FloatLiteral = FloatLiteralImpl<float>; variable
|