Home
last modified time | relevance | path

Searched defs:double_literal (Results 1 – 3 of 3) sorted by relevance

/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/src/stan/lang/ast/node/
H A Ddouble_literal.hpp14 struct double_literal { struct
18 double val_;
23 std::string string_;
28 bare_expr_type type_;
H A Ddouble_literal_def.hpp10 double_literal::double_literal() in double_literal() function in stan::lang::double_literal
13 double_literal::double_literal(double val) in double_literal() function in stan::lang::double_literal
/dports/java/jikes/jikes-1.22/src/
H A Dexpr.cpp2738 AstDoubleLiteral* double_literal = (AstDoubleLiteral*) expr; in ProcessDoubleLiteral() local