Home
last modified time | relevance | path

Searched defs:addWeight (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/android/app/src/main/java/generated/com/fbs/app/
DAnimal.kt76 …fun addWeight(builder: FlatBufferBuilder, weight: UShort) = builder.addShort(2, weight.toShort(), … in startAnimal() method
/external/swiftshader/third_party/subzero/src/
DIceOperand.h581 void addWeight(BaseType Delta) { in addWeight() function
588 void addWeight(const RegWeight &Other) { addWeight(Other.Weight); } in addWeight() function