Home
last modified time | relevance | path

Searched refs:exponent (Results 1 – 8 of 8) sorted by relevance

/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidGlobal.h34 tri_uint exponent; member
DHidGlobal.cpp64 exponent = unsignedInteger; in append()
DHidReport.cpp36 mExponent(global.exponent), in HidReport()
/hardware/google/av/media/codecs/g711/
DC2SoftG711Dec.cpp267 int32_t exponent = (mantissa >> 4) & 7; in DecodeMLaw() local
268 int32_t segment = exponent + 1; in DecodeMLaw()
273 int32_t abs = (0x80l << exponent) + step * mantissa + step / 2 - 4 * 33; in DecodeMLaw()
/hardware/interfaces/keymaster/4.0/
Dtypes.hal190 * Tag::RSA_PUBLIC_EXPONENT specifies the value of the public exponent for an RSA key pair.
194 * exponent. This value must be a prime number. IKeymasterDevice implementations must support
195 * the value 2^16+1 and may support other reasonable values. If no exponent is specified or if
196 * the specified exponent is not supported, key generation must fail with
DIKeymasterDevice.hal73 * - Public exponent F4 (2^16+1)
424 * o Tag::RSA_PUBLIC_EXPONENT specifies the RSA public exponent value. If omitted, generateKey
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal1018 * * 4: A scalar, specifying the exponent, beta.
1709 * * 1: A scalar, specifying the positive scaling factor for the exponent,
3513 * * 1: A scalar, specifying the positive scaling factor for the exponent,
3668 * Given a tensor base and a tensor exponent, this operation computes
3669 * base^exponent elementwise.
3677 * exponent.dimension = {5, 4, 3, 1}
3688 * * 1: A tensor specifying the exponent.
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal736 * * 4: An {@link OperandType::FLOAT32} scalar, specifying the exponent,
1318 * scaling factor for the exponent, beta.