Symbol: exp2
crypto/heimdal/lib/kadm5/get_princs_s.c
112
free(d.exp2);
crypto/heimdal/lib/kadm5/get_princs_s.c
40
char *exp2;
crypto/heimdal/lib/kadm5/get_princs_s.c
67
if(fnmatch(d->exp, princ, 0) == 0 || fnmatch(d->exp2, princ, 0) == 0)
crypto/heimdal/lib/kadm5/get_princs_s.c
98
asprintf(&d.exp2, "%s@%s", expression, r);
crypto/openssl/crypto/bn/rsaz_exp_x2.c
209
const BN_ULONG *exp2,
crypto/openssl/crypto/bn/rsaz_exp_x2.c
297
exp[1] = exp2;
crypto/openssl/test/hpke_test.c
1221
unsigned char exp2[32];
crypto/openssl/test/hpke_test.c
1259
if (!TEST_true(OSSL_HPKE_export(ctx, exp2, sizeof(exp2),
crypto/openssl/test/hpke_test.c
1262
if (!TEST_mem_eq(exp, sizeof(exp), exp2, sizeof(exp2)))
include/tgmath.h
169
#define exp2(x) __tg_simple(x, exp2)
lib/msun/src/math.h
274
double exp2(double);
lib/msun/src/s_exp2.c
395
__weak_reference(exp2, exp2l);
lib/msun/tests/exponential_test.c
139
ATF_TC_WITHOUT_HEAD(exp2);
lib/msun/tests/exponential_test.c
140
ATF_TC_BODY(exp2, tc)
lib/msun/tests/exponential_test.c
144
ATF_CHECK_EQ(exp2(i), ldexp(1.0, i));
lib/msun/tests/exponential_test.c
183
ATF_TP_ADD_TC(tp, exp2);
lib/msun/tests/exponential_test.c
70
test(exp2, x, result, exceptmask, excepts); \
tools/regression/include/tgmath/tgmath.c
108
TGMACRO_REAL(exp2)
tools/regression/include/tgmath/tgmath.c
495
PASS_REAL_ARG_REAL_RET(exp2));
usr.bin/rpcgen/rpc_util.c
294
expected2(tok_kind exp1, tok_kind exp2)
usr.bin/rpcgen/rpc_util.c
298
toktostr(exp2));
usr.bin/rpcgen/rpc_util.c
306
expected3(tok_kind exp1, tok_kind exp2, tok_kind exp3)
usr.bin/rpcgen/rpc_util.c
310
toktostr(exp2),
usr.bin/rpcgen/rpc_util.h
176
void expected2(tok_kind exp1, tok_kind exp2);
usr.bin/rpcgen/rpc_util.h
177
void expected3(tok_kind exp1, tok_kind exp2, tok_kind exp3);