/illumos-gate/usr/src/lib/libm/common/R/ |
H A D | exp2f.c | 41 return ((float) exp2((double) x));
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | exp2.c | 29 #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 D | plural_parser.c | 190 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 D | exp2.s | 29 .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 D | rpc_util.c | 295 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 D | Makefile | 55 exp2.3m \
|
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vlogf.c | 153 int exp0, exp1, exp2, exp3, exp4; local 214 ty2 = LN2 * (double) exp2 + __TBL_logf[i2];
|
H A D | __vpowf.c | 583 int ind2, i2, exp2; local 597 exp2 = ((ax2 & 0x7fffffff) >> 23) - 127; 615 yy2 = __TBL_log2f[ind2] + (double) (exp2 << 8);
|
H A D | __vpow.c | 694 int hx2, yisint2, exp2; local 799 exp2 += (hx2 >> 20); 811 y2 += (double)(exp2 << 8);
|
/illumos-gate/usr/src/head/ |
H A D | tgmath.h | 90 #undef exp2 macro 91 #define exp2(x) __tgmath_exp2(x) macro
|
/illumos-gate/usr/src/head/iso/ |
H A D | math_c99.h | 220 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 D | sh.exp.c | 43 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 D | cpow.c | 92 /* 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 D | math.h | 155 extern double exp2();
|
/illumos-gate/usr/src/boot/include/ |
H A D | math.h | 269 double exp2(double);
|
/illumos-gate/usr/src/lib/libm/ |
H A D | Makefile.com | 184 exp2.o \ 913 ../common/C/exp2.c \ 964 ../common/C/exp2.c \
|
/illumos-gate/usr/src/lib/libkmf/include/ |
H A D | kmftypes.h | 188 KMF_BIGINT exp2; member in struct:__anon3428
|
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/ |
H A D | pkcs11_spi.c | 2514 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 D | kssladm_create.c | 144 priv_key_bignums[6] = rsa->rawdata.rsa.exp2;
|
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/ |
H A D | openssl_spi.c | 885 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 D | clasn1.c | 2281 rsa->exp2.val, rsa->exp2.len,
|
/illumos-gate/usr/src/lib/libkmf/libkmf/common/ |
H A D | generalop.c | 1344 kmf_free_bigint(&key->exp2);
|