Searched defs:exponent (Results 1 – 11 of 11) sorted by relevance
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/ |
D | StochasticRoundingUtil.java | 67 int exponent = log2(abs(value)); in roundStochastically() local 89 private static double ldexp(double x, int exponent) { in ldexp()
|
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
D | pow_same_shape.mod.py | 17 exponent = Input("exponent", "TENSOR_FLOAT32", "{3, 2, 1}") variable
|
/packages/modules/adb/crypto/ |
D | rsa_2048_key.cpp | 54 bssl::UniquePtr<BIGNUM> exponent(BN_new()); in CreateRSA2048Key() local
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattCharacteristic.java | 637 public boolean setValue(int mantissa, int exponent, int formatType, int offset) { in setValue() 709 int exponent = unsignedToSigned(unsignedByteToInt(b1) >> 4, 4); in bytesToFloat() local
|
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | GroupedConv2D.cpp | 126 int exponent; in groupedConvQuant8() local 230 int exponent; in groupedConvQuant8PerChannel() local
|
D | FullyConnected.cpp | 120 int exponent; in fullyConnectedQuant8() local
|
D | TransposeConv2D.cpp | 208 int exponent; in transposeConvNhwc() local 349 int exponent; in transposeConvQuant8PerChannelNhwc() local
|
D | DepthwiseConv2D.cpp | 208 int exponent; in depthwiseConvNhwc() local 310 int exponent; in depthwiseConvQuant8PerChannelNhwc() local
|
D | Conv2D.cpp | 242 int exponent; in convNhwc() local 384 int exponent; in convQuant8PerChannelNhwc() local
|
/packages/modules/adb/client/ |
D | usb_libusb_device.cpp | 382 static uint64_t exponent[] = {0, 0, 1, 1000}; in ExtractMaxSuperSpeedPlus() local
|
/packages/modules/NeuralNetworks/common/ |
D | CpuExecutor.cpp | 1638 const RunTimeOperandInfo& exponent = operands[ins[1]]; in executeOperation() local
|