Home
last modified time | relevance | path

Searched defs:Scale (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/external/llvm-project/clang-tools-extra/clang-tidy/abseil/
DDurationRewriter.cpp40 getDurationInverseForScale(DurationScale Scale) { in getDurationInverseForScale()
72 DurationScale Scale, const Expr &Node) { in rewriteInverseDurationCall()
91 DurationScale Scale, const Expr &Node) { in rewriteInverseTimeCall()
104 llvm::StringRef getDurationFactoryForScale(DurationScale Scale) { in getDurationFactoryForScale()
122 llvm::StringRef getTimeFactoryForScale(DurationScale Scale) { in getTimeFactoryForScale()
270 const ast_matchers::MatchFinder::MatchResult &Result, DurationScale Scale, in rewriteExprFromNumberToDuration()
288 const ast_matchers::MatchFinder::MatchResult &Result, DurationScale Scale, in rewriteExprFromNumberToTime()
DTimeSubtractionCheck.cpp99 llvm::Optional<DurationScale> Scale = getScaleForTimeInverse(TimeInverse); in registerMatchers() local
137 llvm::Optional<DurationScale> Scale = getScaleForTimeInverse(InverseName); in check() local
DDurationSubtractionCheck.cpp40 llvm::Optional<DurationScale> Scale = in check() local
DTimeComparisonCheck.cpp34 llvm::Optional<DurationScale> Scale = getScaleForTimeInverse( in check() local
DDurationAdditionCheck.cpp41 llvm::Optional<DurationScale> Scale = getScaleForTimeInverse( in check() local
DDurationComparisonCheck.cpp33 llvm::Optional<DurationScale> Scale = getScaleForDurationInverse( in check() local
DDurationConversionCastCheck.cpp47 llvm::Optional<DurationScale> Scale = in check() local
/external/rust/crates/criterion-plot/src/
Ddata.rs75 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/icu/android_icu4j/src/main/java/android/icu/number/
DScale.java21 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/icu4j/main/classes/core/src/com/ibm/icu/number/
DScale.java21 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/
DScaledNumber.h53 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/llvm-project/llvm/include/llvm/Support/
DScaledNumber.h52 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScaledNumber.h52 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/icu/icu4c/source/i18n/
Dnumber_multiplier.cpp25 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/libchrome/ui/gfx/geometry/
Dsize_f.h53 void Scale(float scale) { in Scale() function
57 void Scale(float x_scale, float y_scale) { in Scale() function
Dpoint_f.h69 void Scale(float scale) { in Scale() function
73 void Scale(float x_scale, float y_scale) { in Scale() function
Dinsets.h87 Insets Scale(float scale) const { in Scale() function
91 Insets Scale(float x_scale, float y_scale) const { in Scale() function
Dscroll_offset.h69 void Scale(float scale) { Scale(scale, scale); } in Scale() function
70 void Scale(float x_scale, float y_scale) { in Scale() function
Dpoint3_f.h26 void Scale(float scale) { in Scale() function
30 void Scale(float x_scale, float y_scale, float z_scale) { in Scale() function
Dbox_f.h37 void Scale(float scale) { in Scale() function
42 void Scale(float x_scale, float y_scale, float z_scale) { in Scale() function
/external/llvm-project/llvm/include/llvm/ADT/
DAPFixedPoint.h35 FixedPointSemantics(unsigned Width, unsigned Scale, bool IsSigned, in FixedPointSemantics()
88 unsigned Scale : 13; variable
/external/skia/include/core/
DSkUnPreMultiply.h20 typedef uint32_t Scale; typedef
/external/skqp/include/core/
DSkUnPreMultiply.h20 typedef uint32_t Scale; typedef
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DLowLevel.cpp166 #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/
DLowLevel.cpp210 #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

12345678910>>...13