Home
last modified time | relevance | path

Searched refs:exp2 (Results 1 – 25 of 29) sorted by relevance

12

/titanic_50/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c190 struct expr *exp1, struct expr *exp2, struct expr *exp3) in setop_reduce() argument
206 type_name[GETTYPE(exp2->op)]); in setop_reduce()
220 if (exp2) in setop_reduce()
221 freeexpr(exp2); in setop_reduce()
234 newitem->nodes[1] = exp2; in setop_reduce()
248 struct expr *exp_op, *exp1, *exp2, *exp3; in reduce() local
274 exp2 = exp; in reduce()
275 exp_op = stack_pop(stk, exp2, NULL); in reduce()
278 exp1 = stack_pop(stk, exp_op, exp2); in reduce()
284 *nexp = setop_reduce(BINARY, oop, stk, exp1, exp2, NULL); in reduce()
[all …]
/titanic_50/usr/src/lib/libshell/common/
H A DOBSOLETE40 .IR exp2 .
45 .IR exp2 .
50 .IR exp2 .
55 .IR exp2 .
60 .IR exp2 .
65 .IR exp2 .
/titanic_50/usr/src/lib/libm/common/C/
H A Dexp2.c29 #pragma weak __exp2 = exp2
61 exp2(double x) { in exp2() function
/titanic_50/usr/src/cmd/rpcgen/
H A Drpc_util.c295 expected2(tok_kind exp1, tok_kind exp2) in expected2() argument
299 toktostr(exp2)); in expected2()
307 expected3(tok_kind exp1, tok_kind exp2, tok_kind exp3) in expected3() argument
311 toktostr(exp1), toktostr(exp2), toktostr(exp3)); in expected3()
/titanic_50/usr/src/lib/libm/i386/src/
H A Dexp2.s32 LIBM_ANSI_PRAGMA_WEAK(exp2,function)
34 ENTRY(exp2)
/titanic_50/usr/src/lib/libm/common/R/
H A Dexp2f.c41 return ((float) exp2((double) x)); in exp2f()
/titanic_50/usr/src/lib/libmvec/common/
H A D__vlogf.c153 int exp0, exp1, exp2, exp3, exp4; in __vlogf() local
214 ty2 = LN2 * (double) exp2 + __TBL_logf[i2]; in __vlogf()
H A D__vpowf.c583 int ind2, i2, exp2; in __vpowf_n() local
597 exp2 = ((ax2 & 0x7fffffff) >> 23) - 127; in __vpowf_n()
615 yy2 = __TBL_log2f[ind2] + (double) (exp2 << 8); in __vpowf_n()
H A D__vpow.c694 int hx2, yisint2, exp2; in __vpow() local
799 exp2 += (hx2 >> 20); in __vpow()
811 y2 += (double)(exp2 << 8); in __vpow()
/titanic_50/usr/src/cmd/csh/
H A Dsh.exp.c43 int exp2(tchar ***, bool);
136 int p1 = exp2(vp, ignore); in exp1()
158 exp2(tchar ***vp, bool ignore) in exp2() function
172 p2 = exp2(vp, ignore); in exp2()
/titanic_50/usr/src/head/
H A Dtgmath.h90 #undef exp2
91 #define exp2(x) __tgmath_exp2(x) macro
/titanic_50/usr/src/head/iso/
H A Dmath_c99.h220 extern double exp2 __P((double));
401 #pragma does_not_read_global_data(asinh, exp2, expm1)
409 #pragma does_not_write_global_data(asinh, exp2, expm1)
484 #pragma no_side_effect(acosh, asinh, atanh, exp2, expm1)
/titanic_50/usr/src/lib/libshell/common/data/
H A Dmath.tab19 f 1 exp2
/titanic_50/usr/src/lib/libm/common/complex/
H A Dcpow.c225 r = pow(fabs(x + x), u) * exp2(-0.5 * u); in cpow()
228 r = pow(fabs(x), u) * exp2(0.5 * u); in cpow()
/titanic_50/usr/src/man/man3m/
H A DMakefile55 exp2.3m \
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dmath.h155 extern double exp2();
/titanic_50/usr/src/lib/libm/
H A DMakefile.com184 exp2.o \
913 ../common/C/exp2.c \
964 ../common/C/exp2.c \
/titanic_50/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/
H A Dmath121 "\001exp2", (Math_f)exp2l,
/titanic_50/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/
H A Dmath121 "\001exp2", (Math_f)exp2l,
/titanic_50/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/
H A Dmath121 "\001exp2", (Math_f)exp2l,
/titanic_50/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/
H A Dmath121 "\001exp2", (Math_f)exp2l,
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-library-math.man3m.inc51 file path=usr/share/man/man3m/exp2.3m
/titanic_50/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2514 rv = get_bigint_attr(sess, obj, CKA_EXPONENT_2, &rawrsa->exp2); in get_raw_rsa()
2535 if (rawrsa->exp2.val) in get_raw_rsa()
2536 free(rawrsa->exp2.val); in get_raw_rsa()
3384 if (rawkey->rawdata.rsa.exp2.val != NULL) { in store_raw_key()
3386 rawkey->rawdata.rsa.exp2.val, in store_raw_key()
3387 rawkey->rawdata.rsa.exp2.len); in store_raw_key()
/titanic_50/usr/src/lib/libkmf/include/
H A Dkmftypes.h188 KMF_BIGINT exp2; member
/titanic_50/usr/src/lib/libm/common/
H A Dmapfile-vers417 exp2;

12