Home
last modified time | relevance | path

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

/dports/devel/libslang2/slang-2.3.2/src/
H A Dslarith.c615 static int arith_unary_op_result (int op, SLtype a, SLtype *b) in arith_unary_op_result() function
1775 if (-1 == SLclass_add_unary_op (info->data_type, info->unary_fun, arith_unary_op_result)) in _pSLarith_register_types()
1796 if (-1 == SLclass_add_unary_op (SLANG_DOUBLE_TYPE, double_unary_op, arith_unary_op_result)) in _pSLarith_register_types()
1799 … == _pSLclass_add_arith_unary_op (SLANG_DOUBLE_TYPE, double_arith_unary_op, arith_unary_op_result)) in _pSLarith_register_types()
1814 if (-1 == SLclass_add_unary_op (SLANG_FLOAT_TYPE, float_unary_op, arith_unary_op_result)) in _pSLarith_register_types()
1817 …-1 == _pSLclass_add_arith_unary_op (SLANG_FLOAT_TYPE, float_arith_unary_op, arith_unary_op_result)) in _pSLarith_register_types()
/dports/japanese/libslang/slang-1.4.5jp2/src/
H A Dslarith.c926 static int arith_unary_op_result (int op, unsigned char a, unsigned char *b) in arith_unary_op_result() function
1487 if (-1 == SLclass_add_unary_op (info->data_type, info->unary_fun, arith_unary_op_result)) in _SLarith_register_types()
1506 if (-1 == SLclass_add_unary_op (SLANG_DOUBLE_TYPE, double_unary_op, arith_unary_op_result)) in _SLarith_register_types()
1520 if (-1 == SLclass_add_unary_op (SLANG_FLOAT_TYPE, float_unary_op, arith_unary_op_result)) in _SLarith_register_types()