Searched refs:exponent (Results 1 – 8 of 8) 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 | 1018 * * 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/ |
D | types.hal | 736 * * 4: An {@link OperandType::FLOAT32} scalar, specifying the exponent, 1318 * scaling factor for the exponent, beta.
|