Searched refs:arith_t (Results 1 – 5 of 5) sorted by relevance
67 typedef long long arith_t; typedef70 typedef long arith_t;86 arith_t FAST_FUNC arith(arith_state_t *state, const char *expr);
231 arith_t val;238 arith_t second_val;250 static arith_t301 arith_t rez; in arith_apply()328 arith_t right_side_val; in arith_apply()404 arith_t c; in arith_apply()440 char buf[sizeof(arith_t)*3 + 2]; in arith_apply()512 static arith_t strto_arith_t(const char *nptr, char **endptr) in strto_arith_t()515 arith_t n; in strto_arith_t()580 static arith_t[all …]
267 typedef long arith_t; typedef6019 static arith_t6023 arith_t result; in ash_arith()6042 arith_t t = ash_arith(s); in substr_atoi()6425 cvtnum(arith_t num, int flags) in cvtnum()6429 int len = (sizeof(arith_t) >= 4) ? sizeof(arith_t) * 3 : sizeof(arith_t) * 3 + 2; in cvtnum()6739 arith_t result; in expari()14152 arith_t i; in letcmd()
6451 static arith_t expand_and_evaluate_arith(const char *arg, const char **errmsg_p) in expand_and_evaluate_arith()6454 arith_t res; in expand_and_evaluate_arith()6788 arith_t beg, len; in expand_one_var()6803 beg = (arith_t)vallen + beg; in expand_one_var()6820 len = (arith_t)vallen - beg + len; in expand_one_var()6979 char arith_buf[sizeof(arith_t)*3 + 2]; in expand_vars_to_list()7089 arith_t res; in expand_vars_to_list()
85 typedef int64_t arith_t; typedef91 typedef long arith_t; typedef110 arith_t i;132 static VALUE *int_value(arith_t i) in int_value()190 arith_t i; in toarith()219 arith_t ll, rr; in cmp_common()247 static arith_t arithmetic_common(VALUE *l, VALUE *r, int op) in arithmetic_common()249 arith_t li, ri; in arithmetic_common()378 if (v->u.i == (arith_t) strlen(l->u.s) + 1) in eval6()388 || i1->u.i > (arith_t) strlen(l->u.s) in eval6()[all …]