/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/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/swiftshader/third_party/llvm-7.0/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 = 0; variable 513 constexpr ScaledNumber(DigitsType Digits, int16_t Scale) in ScaledNumber()
|
/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 60 Scale::Scale(Scale&& src) U_NOEXCEPT in Scale() function in Scale
|
/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 | 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.h | 58 void Scale(float scale) { Scale(scale, 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 | insets_f.h | 78 InsetsF Scale(float scale) const { in Scale() function
|
/external/skqp/include/core/ |
D | SkUnPreMultiply.h | 20 typedef uint32_t Scale; typedef
|
/external/skia/include/core/ |
D | SkUnPreMultiply.h | 20 typedef uint32_t Scale; typedef
|
/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/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/webrtc/webrtc/common_video/libyuv/ |
D | scaler.cc | 50 int Scaler::Scale(const VideoFrame& src_frame, VideoFrame* dst_frame) { in Scale() function in webrtc::Scaler
|
/external/ImageMagick/Magick++/demo/ |
D | zoom.cpp | 45 Scale, in main() enumerator
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | BranchProbability.cpp | 57 int Scale = 0; in getBranchProbability() local
|
/external/llvm/lib/Support/ |
D | BranchProbability.cpp | 54 int Scale = 0; in getBranchProbability() local
|
/external/webrtc/webrtc/modules/utility/source/ |
D | audio_frame_operations.cc | 77 int AudioFrameOperations::Scale(float left, float right, AudioFrame& frame) { in Scale() function in webrtc::AudioFrameOperations
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 61 unsigned Scale; member 232 SDValue &Base, SDValue &Scale, in tryFoldLoad() 252 SDValue &Base, SDValue &Scale, in getAddressOperands() 1661 SDValue &Scale, SDValue &Index, in selectVectorAddr() 1699 SDValue &Scale, SDValue &Index, in selectAddr() 1760 SDValue &Scale, SDValue &Index, in selectScalarSSELoad() 1858 SDValue &Scale, SDValue &Index, in selectLEA64_32Addr() 1900 SDValue &Base, SDValue &Scale, in selectLEAAddr() 1964 SDValue &Scale, SDValue &Index, in selectTLSADDRAddr() 2030 SDValue &Base, SDValue &Scale, in tryFoldLoad() [all …]
|