Searched refs:exponent (Results 1 – 9 of 9) sorted by relevance
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | HidGlobal.h | 34 tri_uint exponent; member
|
D | HidGlobal.cpp | 64 exponent = unsignedInteger; in append()
|
D | HidReport.cpp | 36 mExponent(global.exponent), in HidReport()
|
/hardware/google/av/media/codecs/g711/ |
D | C2SoftG711Dec.cpp | 267 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/ |
D | types.hal | 190 * 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
|
D | IKeymasterDevice.hal | 73 * - 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/ |
D | types.hal | 1000 * * 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/ |
D | types.hal | 994 * * 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/ |
D | types.hal | 750 * * 4: A scalar, specifying the exponent, beta. 1310 * * 1: A scalar, specifying the positive scaling factor for the exponent,
|