Home
last modified time | relevance | path

Searched defs:expr_cast (Results 1 – 4 of 4) sorted by relevance

/dports/math/adept/adept-2.0.8/include/adept/
H A DExpression.h380 struct expr_cast { struct
382 static const int rank = E::rank;
409 struct expr_cast<Expression<T,E> > { argument
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/conv/
H A Dir.hpp305 std::vector<DstT> expr_cast(const std::vector<SrcT> &src) { in expr_cast() function
/dports/games/quakeforge/quakeforge-0.7.2/tools/qfcc/source/
H A Dstatements.c885 expr_cast (sblock_t *sblock, expr_t *e, operand_t **op) in expr_cast() function
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_expand/src/
H A Dbuild.rs323 pub fn expr_cast(&self, sp: Span, expr: P<ast::Expr>, ty: P<ast::Ty>) -> P<ast::Expr> { in expr_cast() method