Searched refs:exponent (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dpvclock.cpp27 // We maintain the folowing invariant: 2^(exponent - 32) * x/y ~ target_freq / tsc_freq,
28 int8_t exponent = 32; local
33 // exponent along the way to maintain invariant.
36 exponent--;
42 exponent--;
48 exponent++;
54 exponent++;
57 *shift = static_cast<int8_t>(exponent);
/fuchsia/zircon/third_party/ulib/musl/include/bits/x86_64/
H A Dsignal.h42 unsigned short significand[4], exponent, padding[3]; member in struct:_fpstate::__anon1648
/fuchsia/zircon/third_party/ulib/musl/src/math/x86_64/
H A Dexpl.S12 # check if (exponent|0x8000) is in [0xbfff-32, 0xbfff+13]
/fuchsia/zircon/system/dev/display/intel-i915/
H A Dregisters-pipe.h306 DEF_FIELD(14, 12, exponent);
/fuchsia/zircon/third_party/tools/android/avb/
H A Davbtool340 exponent: The key exponent.
356 # self.exponent = key.e
385 # The exponent is assumed to always be 65537 and the number of
390 self.exponent = 65537
406 if key.exponent != 65537:
407 raise AvbError('Only RSA keys with exponent 65537 are supported.')
545 exponent = 65537
551 key = Crypto.PublicKey.RSA.construct((modulus, long(exponent)))

Completed in 85 milliseconds