/external/skia/src/sksl/ir/ |
SkSLFloatLiteral.h | 19 struct FloatLiteral : public Expression { 20 FloatLiteral(const Context& context, Position position, double value, 38 FloatLiteral& f = (FloatLiteral&) other;
|
SkSLPrefixExpression.h | 39 return std::unique_ptr<Expression>(new FloatLiteral( 42 -((FloatLiteral&) *fOperand).fValue));
|
SkSLVariableReference.h | 91 return std::unique_ptr<Expression>(new FloatLiteral( 94 ((FloatLiteral*) expr)->fValue));
|
SkSLConstructor.h | 39 return std::unique_ptr<Expression>(new FloatLiteral(irGenerator.fContext, 99 const FloatLiteral fzero(context, Position(), 0); 150 return ((FloatLiteral&) c).fValue;
|
SkSLSwizzle.h | 88 return std::unique_ptr<Expression>(new FloatLiteral(irGenerator.fContext,
|
/external/clang/unittests/AST/ |
ASTImporterTest.cpp | 167 floatLiteral( 176 floatLiteral( 383 has(floatLiteral( 390 has(floatLiteral( 397 has(floatLiteral( 447 has(floatLiteral(equals(1.0))), 453 has(floatLiteral(equals(2.0))), 454 has(floatLiteral(equals(1.0)))))
|
/external/deqp/framework/randomshaders/ |
rsgExpression.hpp | 106 class FloatLiteral : public Expression 109 FloatLiteral (GeneratorState& state, ConstValueRangeAccess valueRange); 110 virtual ~FloatLiteral (void) {}
|
rsgExpression.cpp | 283 { getWeight<FloatLiteral>, create<FloatLiteral> }, 359 FloatLiteral::FloatLiteral (GeneratorState& state, ConstValueRangeAccess valueRange) 387 float FloatLiteral::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) 411 void FloatLiteral::tokenize (GeneratorState& state, TokenStream& str) const [all...] |
/external/clang/unittests/ASTMatchers/ |
ASTMatchersNodeTest.cpp | 667 StatementMatcher HasFloatLiteral = floatLiteral(); 673 EXPECT_TRUE(matches("double i = 5.0;", floatLiteral(equals(5.0)))); 674 EXPECT_TRUE(matches("double i = 5.0;", floatLiteral(equals(5.0f)))); 676 matches("double i = 5.0;", floatLiteral(equals(llvm::APFloat(5.0))))); 679 EXPECT_TRUE(notMatches("double i = 5.0;", floatLiteral(equals(6.0)))); 680 EXPECT_TRUE(notMatches("double i = 5.0;", floatLiteral(equals(6.0f)))); 682 notMatches("double i = 5.0;", floatLiteral(equals(llvm::APFloat(6.0))))); 711 has(floatLiteral(equals(1.0))), 717 has(floatLiteral(equals(2.0))), 718 has(floatLiteral(equals(1.0)))) [all...] |
/external/skia/src/sksl/ |
SkSLGLSLCodeGenerator.h | 155 void writeFloatLiteral(const FloatLiteral& f);
|
SkSLParser.h | 221 bool floatLiteral(double* dest);
|
SkSLSPIRVCodeGenerator.h | 218 SpvId writeFloatLiteral(const FloatLiteral& f);
|
SkSLGLSLCodeGenerator.cpp | 100 this->writeFloatLiteral(((FloatLiteral&) expr)); 482 void GLSLCodeGenerator::writeFloatLiteral(const FloatLiteral& f) {
|
SkSLIRGenerator.cpp | [all...] |
SkSLSPIRVCodeGenerator.cpp | [all...] |
SkSLParser.cpp | [all...] |
SkSLCompiler.cpp | 419 return ((FloatLiteral&) expr).fValue == value; [all...] |
/external/clang/lib/ASTMatchers/Dynamic/ |
Registry.cpp | 181 REGISTER_MATCHER(floatLiteral);
|
/external/doclava/src/com/google/doclava/parser/ |
Java.g | 1235 | FLOATLITERAL 1351 FLOATLITERAL [all...] |
/external/swiftshader/src/Reactor/ |
Reactor.hpp | 148 struct FloatLiteral 154 struct FloatLiteral<Float> 167 RValue(typename FloatLiteral<T>::type f); [all...] |
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/ |
ecj-4.2.2-sources.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/ |
ecj-4.4-sources.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/ |
ecj-4.4.2-sources.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/ |
ecj-4.5.1-sources.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/ |
ecj-4.6.1-sources.jar | |