Home
last modified time | relevance | path

Searched defs:exponent (Results 1 – 7 of 7) sorted by relevance

/system/media/audio_utils/
Dminifloat.c59 int exponent = (a >> MANTISSA_BITS) & EXPONENT_MAX; in float_from_gain() local
Dsample.c79 int exponent = (a >> MANTISSA_BITS) & EXPONENT_MAX; in float_from_sample() local
/system/extras/verity/
Dgenerate_verity_key.c126 BIGNUM* exponent = BN_new(); in generate_key() local
/system/core/libcrypto_utils/
Dandroid_pubkey.c52 uint32_t exponent; member
/system/keymaster/km_openssl/
Drsa_key_factory.cpp81 UniquePtr<BIGNUM, BIGNUM_Delete> exponent(BN_new()); in GenerateKey() local
/system/core/libpixelflinger/
Dfixed.cpp26 int32_t gglRecipQNormalized(int32_t x, int* exponent) in gglRecipQNormalized()
/system/core/adb/client/
Dauth.cpp84 BIGNUM* exponent = BN_new(); in generate_key() local