/external/rust/crates/criterion-plot/src/ |
D | data.rs | 75 type Scale: Copy; typedef 78 fn append_to(self, buffer: &mut Vec<u8>, scale: Self::Scale); in append_to() 92 type Scale = (f64, f64); typedef 112 type Scale = (f64, f64, f64); typedef 134 type Scale = (f64, f64, f64, f64); typedef 158 type Scale = (f64, f64, f64, f64, f64); typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ScaledNumber.h | 52 inline std::pair<DigitsT, int16_t> getRounded(DigitsT Digits, int16_t Scale, in getRounded() 64 inline std::pair<uint32_t, int16_t> getRounded32(uint32_t Digits, int16_t Scale, in getRounded32() 70 inline std::pair<uint64_t, int16_t> getRounded64(uint64_t Digits, int16_t Scale, in getRounded64() 188 inline std::pair<int32_t, int> getLgImpl(DigitsT Digits, int16_t Scale) { in getLgImpl() 213 template <class DigitsT> int32_t getLg(DigitsT Digits, int16_t Scale) { in getLg() 222 template <class DigitsT> int32_t getLgFloor(DigitsT Digits, int16_t Scale) { in getLgFloor() 232 template <class DigitsT> int32_t getLgCeiling(DigitsT Digits, int16_t Scale) { in getLgCeiling() 342 int16_t Scale = matchScales(LDigits, LScale, RDigits, RScale); in getSum() local 507 int16_t Scale = 0; variable 512 constexpr ScaledNumber(DigitsType Digits, int16_t Scale) in ScaledNumber()
|
/external/llvm/include/llvm/Support/ |
D | ScaledNumber.h | 53 inline std::pair<DigitsT, int16_t> getRounded(DigitsT Digits, int16_t Scale, in getRounded() 65 inline std::pair<uint32_t, int16_t> getRounded32(uint32_t Digits, int16_t Scale, in getRounded32() 71 inline std::pair<uint64_t, int16_t> getRounded64(uint64_t Digits, int16_t Scale, in getRounded64() 189 inline std::pair<int32_t, int> getLgImpl(DigitsT Digits, int16_t Scale) { in getLgImpl() 214 template <class DigitsT> int32_t getLg(DigitsT Digits, int16_t Scale) { in getLg() 223 template <class DigitsT> int32_t getLgFloor(DigitsT Digits, int16_t Scale) { in getLgFloor() 233 template <class DigitsT> int32_t getLgCeiling(DigitsT Digits, int16_t Scale) { in getLgCeiling() 343 int16_t Scale = matchScales(LDigits, LScale, RDigits, RScale); in getSum() local 508 int16_t Scale; variable 513 ScaledNumber(DigitsType Digits, int16_t Scale) in ScaledNumber()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | Scale.java | 21 public class Scale { class 35 private Scale(int magnitude, BigDecimal arbitrary) { in Scale() method in Scale 39 private Scale(int magnitude, BigDecimal arbitrary, MathContext mc) { in Scale() method in Scale
|
/external/icu/android_icu4j/src/main/java/android/icu/number/ |
D | Scale.java | 21 public class Scale { class 35 private Scale(int magnitude, BigDecimal arbitrary) { in Scale() method in Scale 39 private Scale(int magnitude, BigDecimal arbitrary, MathContext mc) { in Scale() method in Scale
|
/external/icu/icu4c/source/i18n/ |
D | number_multiplier.cpp | 25 Scale::Scale(int32_t magnitude, DecNum* arbitraryToAdopt) in Scale() function in Scale 40 Scale::Scale(const Scale& other) in Scale() function in Scale 61 Scale::Scale(Scale&& src) U_NOEXCEPT in Scale() function in Scale
|
/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
D | quantized_pad_tester.h | 83 inline QuantizedPadTester& Scale(float scale) { in Scale() function 88 inline float Scale() const { return scale_; } in Scale() function
|
/external/libchrome/ui/gfx/geometry/ |
D | size_f.h | 53 void Scale(float scale) { in Scale() function 57 void Scale(float x_scale, float y_scale) { in Scale() function
|
D | point_f.h | 69 void Scale(float scale) { in Scale() function 73 void Scale(float x_scale, float y_scale) { in Scale() function
|
D | insets.h | 87 Insets Scale(float scale) const { in Scale() function 91 Insets Scale(float x_scale, float y_scale) const { in Scale() function
|
D | scroll_offset.h | 69 void Scale(float scale) { Scale(scale, scale); } in Scale() function 70 void Scale(float x_scale, float y_scale) { in Scale() function
|
D | point3_f.h | 26 void Scale(float scale) { in Scale() function 30 void Scale(float x_scale, float y_scale, float z_scale) { in Scale() function
|
D | box_f.h | 37 void Scale(float scale) { in Scale() function 42 void Scale(float x_scale, float y_scale, float z_scale) { in Scale() function
|
D | rect_f.h | 170 void Scale(float scale) { in Scale() function 174 void Scale(float x_scale, float y_scale) { in Scale() function
|
D | vector2d_f.cc | 39 void Vector2dF::Scale(float x_scale, float y_scale) { in Scale() function in gfx::Vector2dF
|
D | vector2d_f.h | 58 void Scale(float scale) { Scale(scale, scale); } in Scale() function
|
D | point3_unittest.cc | 50 TEST(Point3Test, Scale) { in TEST() argument
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | LowLevel.cpp | 166 #define TestRegAddrScaledIndex(Inst, Dst, Index, Scale, Disp, OpType, \ in TEST_F() argument 182 #define TestRegAddrBaseScaledIndex(Inst, Dst, Base, Index, Scale, Disp, \ in TEST_F() argument 199 #define TestAddrBaseScaledIndexImm(Inst, Base, Index, Scale, Disp, Imm, \ in TEST_F() argument 217 #define TestAddrBaseScaledIndexReg(Inst, Base, Index, Scale, Disp, Src, \ in TEST_F() argument
|
/external/skia/include/core/ |
D | SkUnPreMultiply.h | 20 typedef uint32_t Scale; typedef
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | LowLevel.cpp | 210 #define TestRegAddrScaledIndex(Inst, Dst, Index, Scale, Disp, OpType, \ in TEST_F() argument 226 #define TestRegAddrBaseScaledIndex(Inst, Dst, Base, Index, Scale, Disp, \ in TEST_F() argument 242 #define TestAddrBaseScaledIndexImm(Inst, Base, Index, Scale, Disp, Imm, \ in TEST_F() argument 259 #define TestAddrBaseScaledIndexReg(Inst, Base, Index, Scale, Disp, Src, \ in TEST_F() argument
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 61 unsigned Scale; member 245 SDValue &Base, SDValue &Scale, in getAddressOperands() 1421 SDValue &Scale, SDValue &Index, in selectVectorAddr() 1466 SDValue &Scale, SDValue &Index, in selectAddr() 1514 SDValue &Scale, SDValue &Index, in selectScalarSSELoad() 1581 SDValue &Scale, SDValue &Index, in selectLEA64_32Addr() 1623 SDValue &Base, SDValue &Scale, in selectLEAAddr() 1687 SDValue &Scale, SDValue &Index, in selectTLSADDRAddr() 1711 SDValue &Base, SDValue &Scale, in tryFoldLoad() 1905 ConstantSDNode *Scale = dyn_cast<ConstantSDNode>(Node->getOperand(6)); in tryGather() local [all …]
|
D | X86ShuffleDecodeConstantPool.cpp | 57 int Scale = BitWidth / 8; in DecodePSHUFBMask() local 252 int Scale = BitWidth / 8; in DecodeVPPERMMask() local
|
/external/webrtc/modules/desktop_capture/ |
D | desktop_geometry.cc | 74 void DesktopRect::Scale(double horizontal, double vertical) { in Scale() function in webrtc::DesktopRect
|
D | desktop_geometry_unittest.cc | 69 TEST(DesktopRectTest, Scale) { in TEST() argument
|
/external/ImageMagick/Magick++/demo/ |
D | zoom.cpp | 45 Scale, in main() enumerator
|