Home
last modified time | relevance | path

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

/dports/math/octave/octave-6.4.0/liboctave/operators/
H A Dmx-op-defs.h60 #define SV_BIN_OP(R, F, OP, S, V) \ macro
68 SV_BIN_OP (R, operator +, mx_inline_add, S, V) \
69 SV_BIN_OP (R, operator -, mx_inline_sub, S, V) \
70 SV_BIN_OP (R, operator *, mx_inline_mul, S, V) \
71 SV_BIN_OP (R, operator /, mx_inline_div, S, V)
/dports/math/octave/octave-6.4.0/etc/OLD-ChangeLogs/
H A Dliboctave-ChangeLog3342 * mx-op-defs.h (VS_BIN_OP, SV_BIN_OP, VV_BIN_OP): Simplify.