Searched defs:exp1 (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c190 struct expr *exp1, struct expr *exp2, struct expr *exp3)
208 printf(" exp1 type: %s\n",
209 type_name[GETTYPE(exp1->op)]);
218 if (exp1)
219 freeexpr(exp1);
237 newitem->nodes[0] = exp1;
248 struct expr *exp_op, *exp1, *exp2, *exp3; local
260 exp1 = exp;
261 exp_op = stack_pop(stk, exp1, NULL);
267 *nexp = setop_reduce(UNARY, oop, stk, exp1, NUL
189 setop_reduce(unsigned int n, unsigned int op, struct stack *stk, struct expr *exp1, struct expr *exp2, struct expr *exp3) argument
[all...]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vlogf.c153 int exp0, exp1, exp2, exp3, exp4; local
213 ty1 = LN2 * (double) exp1 + __TBL_logf[i1];
H A D__vpowf.c579 int ind1, i1, exp1; local
596 exp1 = ((ax1 & 0x7fffffff) >> 23) - 127;
614 yy1 = __TBL_log2f[ind1] + (double) (exp1 << 8);
H A D__vpow.c693 int hx1 = 0, yisint1 = 0, exp1 = 0; local
795 exp1 += (hx1 >> 20);
810 y1 += (double)(exp1 << 8);
1027 exp1 += (hx1 >> 20);
1030 y0 += (double)(exp1 << 8);
/illumos-gate/usr/src/cmd/csh/
H A Dsh.exp.c42 int exp1(tchar ***, bool);
112 int p1 = exp1(vp, ignore);
134 exp1(tchar ***vp, bool ignore) function
139 tprintf("TRACE- exp1()\n");
142 etraci("exp1 p1", p1, vp);
148 p2 = exp1(vp, (ignore&IGNORE) || !p1);
150 etraci("exp1 p2", p2, vp);
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_util.c284 expected1(tok_kind exp1) argument
287 sizeof (expectbuf), "expected '%s'", toktostr(exp1));
295 expected2(tok_kind exp1, tok_kind exp2) argument
298 sizeof (expectbuf), "expected '%s' or '%s'", toktostr(exp1),
307 expected3(tok_kind exp1, tok_kind exp2, tok_kind exp3) argument
311 toktostr(exp1), toktostr(exp2), toktostr(exp3));
/illumos-gate/usr/src/lib/libkmf/include/
H A Dkmftypes.h187 KMF_BIGINT exp1; member in struct:__anon3428

Completed in 93 milliseconds