Home
last modified time | relevance | path

Searched refs:binOp (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/
H A Doperations.d479 …static void check2(string unaOp, string binOp, TA, TB, T, size_t N)(TA a, TB b, const scope ref T[… in check2() argument
482 _arrayOp!(T[], TA, TB, unaOp, binOp, "=")(res[], a, b); in check2()
496 static void test2(T, string unaOp, string binOp, size_t N = 16)(T a, T b, T exp)
500 check2!(unaOp, binOp)(va[], vb[], vexp);
501 check2!(unaOp, binOp)(va[], b, vexp);
502 check2!(unaOp, binOp)(a, vb[], vexp);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dsumtype.d174 Expr* binOp(Op op, Expr* lhs, Expr* rhs) in binOp() function
180 alias sum = partial!(binOp, Op.Plus);
181 alias diff = partial!(binOp, Op.Minus);
182 alias prod = partial!(binOp, Op.Times);
183 alias quot = partial!(binOp, Op.Div);