Symbol: exponent
crypto/openssh/ssh-ecdsa.c
204
BIGNUM *exponent = NULL;
crypto/openssh/ssh-ecdsa.c
210
if ((r = sshbuf_get_bignum2(b, &exponent)) != 0)
crypto/openssh/ssh-ecdsa.c
212
if (EC_KEY_set_private_key(key->ecdsa, exponent) != 1) {
crypto/openssh/ssh-ecdsa.c
221
BN_clear_free(exponent);
crypto/openssh/sshkey.c
2734
const BIGNUM *exponent;
crypto/openssh/sshkey.c
2739
if ((exponent = EC_KEY_get0_private_key(key)) == NULL)
lib/libc/resolv/res_debug.c
741
int mantissa, exponent;
lib/libc/resolv/res_debug.c
744
exponent = (int)((prec >> 0) & 0x0f) % 10;
lib/libc/resolv/res_debug.c
746
val = mantissa * poweroften[exponent];
lib/libc/resolv/res_debug.c
758
int exponent;
lib/libc/resolv/res_debug.c
777
for (exponent = 0; exponent < 9; exponent++)
lib/libc/resolv/res_debug.c
778
if (cmval < poweroften[exponent+1])
lib/libc/resolv/res_debug.c
781
mantissa = cmval / poweroften[exponent];
lib/libc/resolv/res_debug.c
785
retval = (mantissa << 4) | exponent;
lib/libc/stdio/printfcommon.h
58
static int exponent(CHAR *, int, CHAR);
lib/libc/stdio/vfprintf.c
750
expsize = exponent(expstr, expt - 1, expchar);
lib/libc/stdio/vfwprintf.c
811
expsize = exponent(expstr, expt - 1, expchar);
lib/libc/stdio/xprintf_float.c
294
expsize = exponent(expstr, expt - 1, expchar);
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
110
static fInt fExponential(fInt exponent) /*Can be used to calculate e^exponent*/
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
125
if (GreaterThan(fZERO, exponent)) {
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
126
exponent = fNegate(exponent);
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
130
while (GreaterThan(exponent, lower_bound)) {
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
132
if (GreaterThan(exponent, GetScaledFraction(k_array[i], 10000))) {
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
133
exponent = fSubtract(exponent, GetScaledFraction(k_array[i], 10000));
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
139
error_term = fAdd(fPositiveOne, exponent);
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
67
static int uPow(int base, int exponent); /* Returns base^exponent an INT */
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
73
static fInt fExponential(fInt exponent); /* Can be used to calculate e^exponent */
sys/dev/drm/i915/i915_perf.c
2648
static u64 oa_exponent_to_ns(struct drm_i915_private *dev_priv, int exponent)
sys/dev/drm/i915/i915_perf.c
2650
return div64_u64(1000000000ULL * (2ULL << exponent),
sys/dev/raid/mrsas/mrsas.h
675
} exponent;