Searched defs:exp2 (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libm/i386/src/
H A Dexp2.s29 .file "exp2.s"
32 LIBM_ANSI_PRAGMA_WEAK(exp2,function)
34 ENTRY(exp2) function
97 SET_SIZE(exp2)
/illumos-gate/usr/src/lib/libm/common/C/
H A Dexp2.c29 #pragma weak __exp2 = exp2
33 * exp2(x)
36 * exp2(x) = 2**x = 2**((x-anint(x))+anint(x))
61 exp2(double x) { function
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c190 struct expr *exp1, struct expr *exp2, struct expr *exp3)
205 printf(" exp2 type: %s\n",
206 type_name[GETTYPE(exp2->op)]);
220 if (exp2)
221 freeexpr(exp2);
234 newitem->nodes[1] = exp2;
248 struct expr *exp_op, *exp1, *exp2, *exp3; local
274 exp2 = exp;
275 exp_op = stack_pop(stk, exp2, NULL);
278 exp1 = stack_pop(stk, exp_op, exp2);
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
214 ty2 = LN2 * (double) exp2 + __TBL_logf[i2];
H A D__vpowf.c583 int ind2, i2, exp2; local
597 exp2 = ((ax2 & 0x7fffffff) >> 23) - 127;
615 yy2 = __TBL_log2f[ind2] + (double) (exp2 << 8);
H A D__vpow.c694 int hx2, yisint2, exp2; local
799 exp2 += (hx2 >> 20);
811 y2 += (double)(exp2 << 8);
/illumos-gate/usr/src/head/
H A Dtgmath.h90 #undef exp2 macro
91 #define exp2(x) __tgmath_exp2(x) macro
/illumos-gate/usr/src/cmd/csh/
H A Dsh.exp.c43 int exp2(tchar ***, bool);
136 int p1 = exp2(vp, ignore);
158 exp2(tchar ***vp, bool ignore) function
163 tprintf("TRACE- exp2()\n");
172 p2 = exp2(vp, ignore);
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_util.c295 expected2(tok_kind exp1, tok_kind exp2) argument
299 toktostr(exp2));
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.h188 KMF_BIGINT exp2; member in struct:__anon3428

Completed in 80 milliseconds