/frameworks/base/services/usb/java/com/android/server/usb/descriptors/ |
D | ByteStream.java | 134 int b0 = getUnsignedByte(); in unpackUsbShort() local 152 int b0 = getUnsignedByte(); in unpackUsbTriple() local 168 int b0 = getUnsignedByte(); in unpackUsbInt() local
|
/frameworks/native/opengl/libagl/ |
D | matrix.h | 110 static inline GLfixed mla2a( GLfixed a0, GLfixed b0, in mla2a() 139 static inline GLfixed mla3a( GLfixed a0, GLfixed b0, in mla3a() 316 static inline GLfixed mla3( GLfixed a0, GLfixed b0, in mla3() 347 static inline GLfixed mla4( GLfixed a0, GLfixed b0, in mla4()
|
/frameworks/ml/nn/tools/test_generator/tests/P_vts_full/ |
D | vts_full.mod.py | 6 b0 = Int32Scalar("b0", 0) variable
|
/frameworks/ml/nn/tools/test_generator/tests/P_full/ |
D | addfloat.mod.py | 5 b0 = Int32Scalar("b0", 0) # an int32_t scalar bias variable
|
/frameworks/ml/nn/tools/test_generator/tests/P_weird/ |
D | weird_add.mod.py | 5 b0 = Int32Scalar("b0", 0) # an int32_t scalar bias variable
|
/frameworks/ml/nn/runtime/test/generated/models/ |
D | fully_connected_float_weights_as_inputs_relaxed.model.cpp | 10 auto b0 = model->addOperand(&type2); in CreateModel() local
|
D | fully_connected_float_large_weights_as_inputs.model.cpp | 10 auto b0 = model->addOperand(&type1); in CreateModel() local
|
D | fully_connected_float_large_weights_as_inputs_relaxed.model.cpp | 10 auto b0 = model->addOperand(&type1); in CreateModel() local
|
D | fully_connected_quant8_large_weights_as_inputs.model.cpp | 10 auto b0 = model->addOperand(&type1); in CreateModel() local
|
D | fully_connected_float_weights_as_inputs.model.cpp | 10 auto b0 = model->addOperand(&type2); in CreateModel() local
|
D | fully_connected_quant8_weights_as_inputs.model.cpp | 11 auto b0 = model->addOperand(&type2); in CreateModel() local
|
D | fully_connected_float.model.cpp | 10 auto b0 = model->addOperand(&type2); in CreateModel() local
|
D | fully_connected_quant8_large.model.cpp | 10 auto b0 = model->addOperand(&type1); in CreateModel() local
|
D | fully_connected_float_large.model.cpp | 10 auto b0 = model->addOperand(&type1); in CreateModel() local
|
D | fully_connected_float_large_relaxed.model.cpp | 10 auto b0 = model->addOperand(&type1); in CreateModel() local
|
D | fully_connected_float_relaxed.model.cpp | 10 auto b0 = model->addOperand(&type2); in CreateModel() local
|
D | fully_connected_quant8_2.model.cpp | 11 auto b0 = model->addOperand(&type2); in CreateModel() local
|
D | fully_connected_float_3.model.cpp | 11 auto b0 = model->addOperand(&type2); in CreateModel() local
|
D | fully_connected_float_4d_simple.model.cpp | 11 auto b0 = model->addOperand(&type2); in CreateModel() local
|
D | fully_connected_quant8.model.cpp | 11 auto b0 = model->addOperand(&type2); in CreateModel() local
|
D | fully_connected_float_4d_simple_relaxed.model.cpp | 11 auto b0 = model->addOperand(&type2); in CreateModel() local
|
D | fully_connected_float_2.model.cpp | 11 auto b0 = model->addOperand(&type2); in CreateModel() local
|
D | fully_connected_float_2_relaxed.model.cpp | 11 auto b0 = model->addOperand(&type2); in CreateModel() local
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattCharacteristic.java | 720 private int unsignedBytesToInt(byte b0, byte b1) { in unsignedBytesToInt() 727 private int unsignedBytesToInt(byte b0, byte b1, byte b2, byte b3) { in unsignedBytesToInt() 735 private float bytesToFloat(byte b0, byte b1) { in bytesToFloat() 745 private float bytesToFloat(byte b0, byte b1, byte b2, byte b3) { in bytesToFloat()
|
/frameworks/av/media/libeffects/testlibs/ |
D | AudioBiquadFilter.cpp | 156 const audio_coef_t b0 = mCoefs[0]; in process_normal_mono() local 203 const audio_coef_t b0 = mCoefs[0]; in process_normal_multi() local
|