| /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/ |
| D | BENCHMARKS | 7 Timing jsmin_2_0_9 ... (951.5 KiB >) 1682.43 ms (factor: 0.84) 8 Timing rjsmin ... (951.5 KiB =) 36.38 ms (factor: 38.95, 46.25) 9 Timing _rjsmin ... (951.5 KiB =) 1.81 ms (factor: 783.54, 930.22, 20.11) 13 Timing jsmin_2_0_9 ... ( 26.4 KiB >) 23.18 ms (factor: 2.52) 14 Timing rjsmin ... ( 26.4 KiB >) 8.93 ms (factor: 6.55, 2.60) 15 Timing _rjsmin ... ( 26.4 KiB >) 0.13 ms (factor: 444.62, 176.25, 67.89) 19 Timing jsmin_2_0_9 ... ( 10.3 KiB >) 8.87 ms (factor: 2.46) 20 Timing rjsmin ... ( 10.2 KiB >) 2.42 ms (factor: 9.03, 3.67) 21 Timing _rjsmin ... ( 10.2 KiB >) 0.05 ms (factor: 479.81, 194.97, 53.16) 25 Timing jsmin_2_0_9 ... (136.8 KiB >) 156.45 ms (factor: 1.96) [all …]
|
| /external/icu/icu4c/source/data/misc/ |
| D | units.txt | 8 factor{"100000"} 12 factor{"ft2_to_m2 * 43560"} 16 factor{"1"} 20 factor{"1/360*60"} 24 factor{"1/360*60*60"} 28 factor{"149597900000"} 32 factor{"101325"} 36 factor{"100000"} 40 factor{"42*gal_to_m3"} 44 factor{"1"} [all …]
|
| /external/cldr/common/supplemental/ |
| D | units.xml | 107 …<convertUnit source='grain' baseUnit='kilogram' factor='lb_to_kg/7000' systems="ussystem uksystem"… 108 <convertUnit source='carat' baseUnit='kilogram' factor='0.0002' systems="metric"/> 109 <convertUnit source='gram' baseUnit='kilogram' factor='0.001' systems="metric si"/> 110 … <convertUnit source='ounce' baseUnit='kilogram' factor='lb_to_kg/16' systems="ussystem uksystem"/> 111 …<convertUnit source='ounce-troy' baseUnit='kilogram' factor='0.03110348' systems="ussystem uksyste… 112 … <convertUnit source='pound' baseUnit='kilogram' factor='lb_to_kg' systems="ussystem uksystem"/> 114 <convertUnit source='stone' baseUnit='kilogram' factor='lb_to_kg*14' systems="uksystem"/> 115 … <convertUnit source='ton' baseUnit='kilogram' factor='lb_to_kg*2000' systems="ussystem uksystem"/> 116 <convertUnit source='metric-ton' baseUnit='kilogram' factor='1000' systems="metric"/> 117 <convertUnit source='earth-mass' baseUnit='kilogram' factor='5.9722E+24'/> [all …]
|
| /external/llvm/test/TableGen/ |
| D | BitOffsetDecoder.td | 19 let InOperandList = (ins i32imm:$factor); 21 bits<32> factor; 23 let Inst{14-8} = factor{6-0}; // no offset 24 let AsmString = "foo $factor"; 29 let InOperandList = (ins i32imm:$factor); 31 bits<32> factor; 33 let Inst{15-8} = factor{10-3}; // offset by 3 34 let AsmString = "bar $factor"; 39 let InOperandList = (ins i32imm:$factor); 41 bits<32> factor; [all …]
|
| /external/icu/icu4c/source/i18n/ |
| D | units_converter.cpp | 25 void U_I18N_API Factor::multiplyBy(const Factor &rhs) { in multiplyBy() 38 void U_I18N_API Factor::divideBy(const Factor &rhs) { in divideBy() 51 void U_I18N_API Factor::power(int32_t power) { in power() 69 void U_I18N_API Factor::applyPrefix(UMeasurePrefix unitPrefix) { in applyPrefix() 84 void U_I18N_API Factor::substituteConstants() { in substituteConstants() 145 Adds single factor to a `Factor` object. Single factor means "23^2", "23.3333", "ft2m^3" ...etc. 146 However, complex factor are not included, such as "ft2m^3*200/3" 148 void addFactorElement(Factor &factor, StringPiece elementStr, Signum signum, UErrorCode &status) { in addFactorElement() argument 173 addSingleFactorConstant(baseStr, power, signum, factor, status); in addFactorElement() 177 * Extracts `Factor` from a complete string factor. e.g. "ft2m^3*1007/cup2m3*3" [all …]
|
| D | units_converter.h | 42 // In ICU4J, these constants live in UnitConverter.Factor.getConversionRate(). 59 /* Represents a conversion factor */ 60 struct U_I18N_API Factor { struct 69 void multiplyBy(const Factor &rhs); argument 70 void divideBy(const Factor &rhs); 72 // Apply the power to the factor. 75 // Apply SI or binary prefix to the Factor. 81 // In ICU4J, see UnitConverter.Factor.getConversionRate(). 92 …* Adds a single factor element to the `Factor`. e.g "ft3m", "2.333" or "cup2m3". But not "cup2m3^3… 95 Factor &factor, UErrorCode &status);
|
| /external/mesa3d/src/gallium/drivers/panfrost/ |
| D | pan_blending.c | 42 /* Helper to find the uncomplemented Gallium blend factor corresponding to a 43 * complemented Gallium blend factor */ 46 complement_factor(int factor) in complement_factor() argument 48 switch (factor) { in complement_factor() 72 /* Helper to strip the complement from any Gallium blend factor */ 75 uncomplement_factor(int factor) in uncomplement_factor() argument 77 int complement = complement_factor(factor); in uncomplement_factor() 78 return (complement == -1) ? factor : complement; in uncomplement_factor() 81 /* Check if this is a special edge case blend factor, which may require the use 85 is_edge_blendfactor(unsigned factor) in is_edge_blendfactor() argument [all …]
|
| /external/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_test_blend.c | 198 const double *factor, in compute_blend_ref_term() argument 209 term[0] = factor[0]; /* R */ in compute_blend_ref_term() 210 term[1] = factor[1]; /* G */ in compute_blend_ref_term() 211 term[2] = factor[2]; /* B */ in compute_blend_ref_term() 214 term[0] = factor[0] * src[0]; /* R */ in compute_blend_ref_term() 215 term[1] = factor[1] * src[1]; /* G */ in compute_blend_ref_term() 216 term[2] = factor[2] * src[2]; /* B */ in compute_blend_ref_term() 219 term[0] = factor[0] * src[3]; /* R */ in compute_blend_ref_term() 220 term[1] = factor[1] * src[3]; /* G */ in compute_blend_ref_term() 221 term[2] = factor[2] * src[3]; /* B */ in compute_blend_ref_term() [all …]
|
| /external/google-fruit/tests/ |
| D | test_register_factory.py | 105 double factor; 108 INJECT(ScalerImpl(ASSISTED(double) factor)) 109 : factor(factor) { 113 return x * factor; 214 double factor; 217 INJECT(ScalerImpl(ASSISTED(double) factor)) 218 : factor(factor) { 222 return x * factor; 257 double factor; 260 INJECT(Scaler(ASSISTED(double) factor, X)) [all …]
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
| D | UnitsConverter.java | 56 Factor sourceToBase = conversionRates.getFactorToBase(source); in UnitsConverter() 57 Factor targetToBase = conversionRates.getFactorToBase(target); in UnitsConverter() 168 * Responsible for all the Factor operation 172 static class Factor { class in UnitsConverter 176 // The exponents below correspond to ICU4C's Factor::exponents[]. 196 * Creates Empty Factor 198 public Factor() { in Factor() method in UnitsConverter.Factor 203 public static Factor processFactor(String factor) { in processFactor() argument 204 assert (!factor.isEmpty()); in processFactor() 206 // Remove all spaces in the factor in processFactor() [all …]
|
| D | ConversionRates.java | 35 * Extracts the factor from a `SingleUnitImpl` to its Basic Unit. 41 private UnitsConverter.Factor getFactorToBase(SingleUnitImpl singleUnit) { in getFactorToBase() 44 …UnitsConverter.Factor result = UnitsConverter.Factor.processFactor(mapToConversionRate.get(singleU… in getFactorToBase() 52 public UnitsConverter.Factor getFactorToBase(MeasureUnitImpl measureUnit) { in getFactorToBase() 53 UnitsConverter.Factor result = new UnitsConverter.Factor(); in getFactorToBase() 63 …rotected BigDecimal getOffset(MeasureUnitImpl source, MeasureUnitImpl target, UnitsConverter.Factor in getOffset() 64 … sourceToBase, UnitsConverter.Factor targetToBase, UnitsConverter.Convertibility convertibility) { in getOffset() 156 String factor = null; in put() local 166 } else if ("factor".equals(keyString)) { in put() 167 factor = valueString; in put() [all …]
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/units/ |
| D | UnitsConverter.java | 60 Factor sourceToBase = conversionRates.getFactorToBase(source); in UnitsConverter() 61 Factor targetToBase = conversionRates.getFactorToBase(target); in UnitsConverter() 178 * Responsible for all the Factor operation 182 static class Factor { class in UnitsConverter 186 // The exponents below correspond to ICU4C's Factor::exponents[]. 206 * Creates Empty Factor 208 public Factor() { in Factor() method in UnitsConverter.Factor 213 public static Factor processFactor(String factor) { in processFactor() argument 214 assert (!factor.isEmpty()); in processFactor() 216 // Remove all spaces in the factor in processFactor() [all …]
|
| D | ConversionRates.java | 39 * Extracts the factor from a `SingleUnitImpl` to its Basic Unit. 45 private UnitsConverter.Factor getFactorToBase(SingleUnitImpl singleUnit) { in getFactorToBase() 48 …UnitsConverter.Factor result = UnitsConverter.Factor.processFactor(mapToConversionRate.get(singleU… in getFactorToBase() 56 public UnitsConverter.Factor getFactorToBase(MeasureUnitImpl measureUnit) { in getFactorToBase() 57 UnitsConverter.Factor result = new UnitsConverter.Factor(); in getFactorToBase() 67 …rotected BigDecimal getOffset(MeasureUnitImpl source, MeasureUnitImpl target, UnitsConverter.Factor in getOffset() 68 … sourceToBase, UnitsConverter.Factor targetToBase, UnitsConverter.Convertibility convertibility) { in getOffset() 163 String factor = null; in put() local 173 } else if ("factor".equals(keyString)) { in put() 174 factor = valueString; in put() [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | InterleavedAccessPass.cpp | 14 // DE-interleaving the data on a factor. An interleaved store writes several 15 // vectors to memory with RE-interleaving the data on a factor. 23 // E.g. An interleaved load (Factor = 2): 34 // E.g. An interleaved store (Factor = 3): 104 /// The maximum supported interleave factor. 139 /// Check if the mask is a DE-interleave mask of the given factor 140 /// \p Factor like: 141 /// <Index, Index+Factor, ..., Index+(NumElts-1)*Factor> 142 static bool isDeInterleaveMaskOfFactor(ArrayRef<int> Mask, unsigned Factor, in isDeInterleaveMaskOfFactor() argument 144 // Check all potential start indices from 0 to (Factor - 1). in isDeInterleaveMaskOfFactor() [all …]
|
| /external/llvm/lib/CodeGen/ |
| D | InterleavedAccessPass.cpp | 15 // DE-interleaving the data on a factor. An interleaved store writes several 16 // vectors to memory with RE-interleaving the data on a factor. 24 // E.g. An interleaved load (Factor = 2): 32 // E.g. An interleaved store (Factor = 3): 60 static unsigned MaxFactor; // The maximum supported interleave factor. 119 /// \brief Check if the mask is a DE-interleave mask of the given factor 120 /// \p Factor like: 121 /// <Index, Index+Factor, ..., Index+(NumElts-1)*Factor> 122 static bool isDeInterleaveMaskOfFactor(ArrayRef<int> Mask, unsigned Factor, in isDeInterleaveMaskOfFactor() argument 124 // Check all potential start indices from 0 to (Factor - 1). in isDeInterleaveMaskOfFactor() [all …]
|
| /external/webrtc/modules/audio_coding/neteq/ |
| D | dsp_helper.cc | 50 int factor, in RampSignal() argument 53 int factor_q20 = (factor << 6) + 32; in RampSignal() 56 output[i] = (factor * input[i] + 8192) >> 14; in RampSignal() 59 factor = std::min(factor_q20 >> 6, 16384); in RampSignal() 61 return factor; in RampSignal() 66 int factor, in RampSignal() argument 68 return RampSignal(signal, length, factor, increment, signal); in RampSignal() 74 int factor, in RampSignal() argument 76 int factor_q20 = (factor << 6) + 32; in RampSignal() 79 (*signal)[i] = (factor * (*signal)[i] + 8192) >> 14; in RampSignal() [all …]
|
| /external/toybox/tests/ |
| D | factor.test | 7 toyonly testing "-32" "factor -32" "-32: -1 2 2 2 2 2\n" "" "" 8 toyonly testing "0" "factor 0" "0: 0\n" "" "" 9 toyonly testing "1" "factor 1" "1: 1\n" "" "" 10 testing "2" "factor 2" "2: 2\n" "" "" 11 testing "3" "factor 3" "3: 3\n" "" "" 12 testing "4" "factor 4" "4: 2 2\n" "" "" 13 testing "10000000017" "factor 10000000017" \ 15 testing "10000000018" "factor 10000000018" \ 17 testing "10000000019" "factor 10000000019" \ 20 testing "3 6 from stdin" "factor" "3: 3\n6: 2 3\n" "" "3 6" [all …]
|
| /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/ |
| D | BENCHMARKS | 7 Timing rcssmin ... ( 49.6 KiB >) 45.48 ms (factor: 3.59) 8 Timing _rcssmin ... ( 49.6 KiB >) 0.43 ms (factor: 378.93, 105.66) 12 Timing rcssmin ... ( 49.4 KiB =) 20.94 ms (factor: 5.68) 13 Timing _rcssmin ... ( 49.4 KiB =) 0.26 ms (factor: 454.45, 79.98) 22 Timing rcssmin ... ( 49.6 KiB >) 59.30 ms (factor: 3.12) 23 Timing _rcssmin ... ( 49.6 KiB >) 0.52 ms (factor: 356.38, 114.23) 27 Timing rcssmin ... ( 49.4 KiB =) 25.51 ms (factor: 5.34) 28 Timing _rcssmin ... ( 49.4 KiB =) 0.26 ms (factor: 515.24, 96.47) 37 Timing rcssmin ... ( 49.6 KiB >) 57.51 ms (factor: 3.92) 38 Timing _rcssmin ... ( 49.6 KiB >) 0.43 ms (factor: 527.98, 134.77) [all …]
|
| /external/toybox/toys/other/ |
| D | factor.c | 1 /* factor.c - Factor integers 5 * See https://man7.org/linux/man-pages/man1/factor.1.html 7 USE_FACTOR(NEWTOY(factor, 0, TOYFLAG_USR|TOYFLAG_BIN)) 9 config FACTOR 10 bool "factor" 13 usage: factor NUMBER... 15 Factor integers. 20 static void factor(char *s) in factor() function 42 // Negative numbers have -1 as a factor in factor() 78 if (toys.optc) for (ss = toys.optargs; *ss; ss++) factor(*ss); in factor_main() [all …]
|
| /external/mesa3d/src/gallium/auxiliary/util/ |
| D | u_blend.h | 10 * garbage that's there. Return a blend factor that will take that into 14 util_blend_dst_alpha_to_one(int factor) in util_blend_dst_alpha_to_one() argument 16 switch (factor) { in util_blend_dst_alpha_to_one() 22 return factor; in util_blend_dst_alpha_to_one() 50 util_blend_factor_to_shader(enum pipe_blendfactor factor) in util_blend_factor_to_shader() argument 52 switch (factor) { in util_blend_factor_to_shader() 93 unreachable("Invalid factor"); in util_blend_factor_to_shader() 98 util_blend_factor_is_inverted(enum pipe_blendfactor factor) in util_blend_factor_is_inverted() argument 100 switch (factor) { in util_blend_factor_is_inverted() 120 util_blend_factor_uses_dest(enum pipe_blendfactor factor, bool alpha) in util_blend_factor_uses_dest() argument [all …]
|
| /external/tensorflow/tensorflow/python/keras/layers/preprocessing/ |
| D | image_preprocessing.py | 752 factor: a float represented as fraction of 2pi, or a tuple of size 2 757 instance, `factor=(-0.2, 0.3)` results in an output rotation by a random 758 amount in the range `[-20% * 2pi, 30% * 2pi]`. `factor=0.2` results in an 780 factor, argument 786 self.factor = factor 787 if isinstance(factor, (tuple, list)): 788 self.lower = factor[0] 789 self.upper = factor[1] 791 self.lower = -factor 792 self.upper = factor [all …]
|
| /external/pffft/ |
| D | pf_cic.cpp | 53 int factor; member 61 void *cicddc_init(int factor) { in cicddc_init() argument 69 s->factor = factor; in cicddc_init() 70 …s->gain = 1.0f / SHRT_MAX / sineamp / factor / factor / factor; // compensate for gain of 3 integr… in cicddc_init() 91 int factor = s->factor; in cicddc_s16_c() local 105 for(i = 0; i < factor; i++) { in cicddc_s16_c() 119 inp += factor; in cicddc_s16_c() 141 int factor = s->factor; in cicddc_cs16_c() local 155 for(i = 0; i < factor; i++) { in cicddc_cs16_c() 175 inp += 2*factor; in cicddc_cs16_c() [all …]
|
| /external/skia/include/core/ |
| D | SkMatrix.h | 63 @param sx horizontal scale factor 64 @param sy vertical scale factor 112 @param kx horizontal skew factor 113 @param ky vertical skew factor 160 @param scaleX horizontal scale factor 161 @param skewX horizontal skew factor 163 @param skewY vertical skew factor 164 @param scaleY vertical scale factor 166 @param pers0 input x-axis perspective factor 167 @param pers1 input y-axis perspective factor [all …]
|
| /external/llvm/test/CodeGen/SystemZ/ |
| D | fp-move-02.ll | 278 %factor = load volatile double , double *@dptr 281 %mul0 = fmul double %conv0, %factor 284 %mul1 = fmul double %conv1, %factor 287 %mul2 = fmul double %conv2, %factor 290 %mul3 = fmul double %conv3, %factor 293 %mul4 = fmul double %conv4, %factor 296 %mul5 = fmul double %conv5, %factor 299 %mul6 = fmul double %conv6, %factor 302 %mul7 = fmul double %conv7, %factor 305 %mul8 = fmul double %conv8, %factor [all …]
|
| /external/dng_sdk/source/ |
| D | dng_rational.cpp | 73 void dng_srational::ReduceByFactor (int32 factor) in ReduceByFactor() argument 76 while (n % factor == 0 && in ReduceByFactor() 77 d % factor == 0 && in ReduceByFactor() 78 d >= factor) in ReduceByFactor() 80 n /= factor; in ReduceByFactor() 81 d /= factor; in ReduceByFactor() 137 void dng_urational::ReduceByFactor (uint32 factor) in ReduceByFactor() argument 140 while (n % factor == 0 && in ReduceByFactor() 141 d % factor == 0 && in ReduceByFactor() 142 d >= factor) in ReduceByFactor() [all …]
|