Home
last modified time | relevance | path

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

/dports/lang/fth/fth-1.4.1/src/
H A Dnumbers.c760 #define N_FUNC_TWO_ARGS_OP(Name, OP, Type) \ macro
1835 N_FUNC_TWO_ARGS_OP(dadd, +, 2Integer);
1836 N_FUNC_TWO_ARGS_OP(dsub, -, 2Integer);
1837 N_FUNC_TWO_ARGS_OP(dmul, *, 2Integer);
1838 N_FUNC_TWO_ARGS_OP(ddiv, /, 2Integer);
2552 N_FUNC_TWO_ARGS_OP(cadd, +, Complex);
2553 N_FUNC_TWO_ARGS_OP(csub, -, Complex);
2554 N_FUNC_TWO_ARGS_OP(cmul, *, Complex);
2555 N_FUNC_TWO_ARGS_OP(cdiv, /, Complex);