Home
last modified time | relevance | path

Searched defs:FloatLiteral (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLFloatLiteral.h19 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/
DSkSLFloatLiteral.h19 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/
Dutil.cc39 xla::XlaOp FloatLiteral(xla::XlaBuilder* builder, xla::PrimitiveType type, in FloatLiteral() function
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_helpers.cc56 xla::XlaOp XlaHelpers::FloatLiteral(xla::XlaBuilder* b, DataType data_type, in FloatLiteral() function in tensorflow::XlaHelpers
/external/deqp/framework/randomshaders/
DrsgExpression.hpp106 class FloatLiteral : public Expression class
DrsgExpression.cpp359 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/
DReactor.hpp149 struct FloatLiteral struct
155 struct FloatLiteral<Float> struct
157 typedef float type;
/external/libcxxabi/src/demangle/
DItaniumDemangle.h1995 using FloatLiteral = FloatLiteralImpl<float>; variable