Searched refs:exp2 (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/R/
H A Dexp2f.c41 return ((float) exp2((double) x));
/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/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/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/man/man3m/
H A DMakefile55 exp2.3m \
/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/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)
/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/lib/libm/common/complex/
H A Dcpow.c92 /* atan2pi/exp2/sincos/sincospi/__k_clog_r/__k_atan2 */
225 r = pow(fabs(x + x), u) * exp2(-0.5 * u);
228 r = pow(fabs(x), u) * exp2(0.5 * u);
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dmath.h155 extern double exp2();
/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 \
913 ../common/C/exp2.c \
964 ../common/C/exp2.c \
/illumos-gate/usr/src/lib/libkmf/include/
H A Dkmftypes.h188 KMF_BIGINT exp2; member in struct:__anon3428
/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);
2535 if (rawrsa->exp2.val)
2536 free(rawrsa->exp2.val);
3384 if (rawkey->rawdata.rsa.exp2.val != NULL) {
3386 rawkey->rawdata.rsa.exp2.val,
3387 rawkey->rawdata.rsa.exp2.len);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/
H A Dkssladm_create.c144 priv_key_bignums[6] = rsa->rawdata.rsa.exp2;
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c885 if ((ret = sslBN2KMFBN(Exp2, &rsa.exp2)) != KMF_OK)
3163 if (key->exp2.val != NULL)
3164 if ((rsa->dmq1 = BN_bin2bn(key->exp2.val, key->exp2.len,
4104 if ((rv = sslBN2KMFBN(rsa->dmq1, &kmfkey->exp2)) != KMF_OK)
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c2281 rsa->exp2.val, rsa->exp2.len,
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c1344 kmf_free_bigint(&key->exp2);

Completed in 189 milliseconds