Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c187 struct expr *exp1, struct expr *exp2, struct expr *exp3) in setop_reduce() argument
201 printf(" exp2 type: %s\n", type_name[GETTYPE(exp2->op)]); in setop_reduce()
214 if (exp2) in setop_reduce()
215 freeexpr(exp2); in setop_reduce()
228 newitem->nodes[1] = exp2; in setop_reduce()
242 struct expr *exp_op, *exp1, *exp2, *exp3; in reduce() local
268 exp2 = exp; in reduce()
269 exp_op = stack_pop(stk, exp2, NULL); in reduce()
272 exp1 = stack_pop(stk, exp_op, exp2); in reduce()
278 *nexp = setop_reduce(BINARY, oop, stk, exp1, exp2, NULL); in reduce()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DOBSOLETE40 .IR exp2 .
45 .IR exp2 .
50 .IR exp2 .
55 .IR exp2 .
60 .IR exp2 .
65 .IR exp2 .
/illumos-gate/usr/src/lib/libm/common/C/
H A Dexp2.c29 #pragma weak __exp2 = exp2
61 exp2(double x) { in exp2() function
/illumos-gate/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()
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dexp2.S32 LIBM_ANSI_PRAGMA_WEAK(exp2,function)
34 ENTRY(exp2)
/illumos-gate/usr/src/lib/libm/common/R/
H A Dexp2f.c41 return ((float) exp2((double) x)); in exp2f()
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/head/
H A Dtgmath.h90 #undef exp2
91 #define exp2(x) __tgmath_exp2(x) macro
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h217 extern double exp2(double);
398 #pragma does_not_read_global_data(asinh, exp2, expm1)
406 #pragma does_not_write_global_data(asinh, exp2, expm1)
481 #pragma no_side_effect(acosh, asinh, atanh, exp2, expm1)
/illumos-gate/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()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmath.tab19 f 1 exp2
/illumos-gate/usr/src/man/man3m/
H A DMakefile56 exp2.3m \
402 exp2f.3m := LINKSRC = exp2.3m
403 exp2l.3m := LINKSRC = exp2.3m
/illumos-gate/usr/src/boot/include/
H A Dmath.h269 double exp2(double);
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com184 exp2.o \
902 ../common/C/exp2.c \
953 ../common/C/exp2.c \
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/
H A Dmath111 "\001exp2", (Math_f)(uintptr_t)exp2l,
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/
H A Dmath111 "\001exp2", (Math_f)(uintptr_t)exp2l,
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/
H A Dmath111 "\001exp2", (Math_f)(uintptr_t)exp2l,
/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/FEATURE/
H A Dmath111 "\001exp2", (Math_f)(uintptr_t)exp2l,
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library-math.man3m.inc124 file path=usr/share/man/man3m/exp2.3m
125 link path=usr/share/man/man3m/exp2f.3m target=exp2.3m
126 link path=usr/share/man/man3m/exp2l.3m target=exp2.3m
/illumos-gate/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()
3385 if (rawkey->rawdata.rsa.exp2.val != NULL) { in store_raw_key()
3387 rawkey->rawdata.rsa.exp2.val, in store_raw_key()
3388 rawkey->rawdata.rsa.exp2.len); in store_raw_key()
/illumos-gate/usr/src/lib/libkmf/include/
H A Dkmftypes.h188 KMF_BIGINT exp2; member
/illumos-gate/usr/src/lib/libm/common/
H A Dmapfile-vers428 exp2;

12