Home
last modified time | relevance | path

Searched refs:exponent (Results 1 – 9 of 9) 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.hal1000 * * 4: A scalar, specifying the exponent, beta.
1681 * * 1: A scalar, specifying the positive scaling factor for the exponent,
3491 * * 1: A scalar, specifying the positive scaling factor for the exponent,
3644 * Given a tensor base and a tensor exponent, this operation computes
3645 * base^exponent elementwise.
3653 * exponent.dimension = {5, 4, 3, 1}
3664 * * 1: A tensor specifying the exponent.
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal994 * * 4: A scalar, specifying the exponent, beta.
1718 * * 1: A scalar, specifying the positive scaling factor for the exponent,
3698 * * 1: A scalar, specifying the positive scaling factor for the exponent,
3859 * Given a tensor base and a tensor exponent, this operation computes
3860 * base^exponent elementwise.
3868 * exponent.dimension = {5, 4, 3, 1}
3879 * * 1: A tensor specifying the exponent.
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal750 * * 4: A scalar, specifying the exponent, beta.
1310 * * 1: A scalar, specifying the positive scaling factor for the exponent,