HomeSort by relevance Sort by last modified time
    Searched refs:setWeight (Results 1 - 14 of 14) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.h 46 setWeight(s);
49 unsigned setWeight(unsigned s);
HexagonShuffler.cpp 91 unsigned HexagonResource::setWeight(unsigned s) {
632 slotWeight += ISK->Core.setWeight(HEXAGON_PACKET_SIZE - nSlot - 1);
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
PreFillType.java 157 public Builder setWeight(int weight) {
  /cts/tests/tests/graphics/src/android/graphics/fonts/
NativeSystemFontHelper.java 52 .setWeight(nGetWeight(fontPtr))
FontFamilyTest.java 73 .setWeight(700).build();
113 .setWeight(400).build();
FontTest.java 203 Font font = new Font.Builder(buffer).setWeight(customWeight).build();
336 Font font = new Font.Builder(file).setWeight(customWeight).build();
488 Font font = new Font.Builder(fd).setWeight(customWeight).build();
644 .setWeight(customWeight).build();
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
TypefaceTest.java 453 .setFallback("sans-serif").setWeight(700).build();
457 .setFallback("serif").setWeight(700).build();
497 .setTtcIndex(100 /* non-existing ttc index */).setWeight(700).build());
501 .setTtcIndex(100 /* non-existing ttc index */).setWeight(700).build());
559 .setWeight(400).build();
561 .setWeight(900).build();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
PathNumbering.cpp 194 void BallLarusEdge::setWeight(unsigned weight) {
309 (*succ)->setWeight(0);
459 (*succ)->setWeight(sumPaths);
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.h 40 unsigned setWeight(unsigned s);
HexagonShuffler.cpp 81 unsigned HexagonResource::setWeight(unsigned s) {
87 assert(SlotWeight * s < 32 && "Argument to setWeight too large.");
443 slotWeight += ISK->Core.setWeight(HEXAGON_PACKET_SIZE - nSlot - 1);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
PathNumbering.h 156 void setWeight(unsigned weight);
  /external/skia/modules/skottie/src/
SkottieLayerEffect.cpp 58 tint_node->setWeight(w / 100); // 100-based
101 tritone_node->setWeight((100 - w) / 100); // 100-based, inverted (!?).
  /external/swiftshader/third_party/subzero/src/
IceRegAlloc.cpp 606 Iter.Weights[RegAlias].setWeight(RegWeight::Inf);
    [all...]
IceOperand.h 612 void setWeight(BaseType Val) { Weight = Val; }
    [all...]

Completed in 1237 milliseconds