| /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"} 13 factor{"ft2_to_m2 * 43560"} 18 factor{"1"} 23 factor{"1/360*60"} 28 factor{"1/360*60*60"} 33 factor{"meters_per_AU"} 38 factor{"101325"} 43 factor{"100000"} 48 factor{"42*gal_to_m3"} 58 factor{"1"} [all …]
|
| /external/cronet/third_party/icu/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{"meters_per_AU"} 32 factor{"101325"} 36 factor{"100000"} 40 factor{"42*gal_to_m3"} 44 factor{"1"} [all …]
|
| /external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/detail/inlined/mac/ |
| D | process_cpu_clocks.hpp | 31 long factor = 0; in tick_factor() local 32 if (!factor) in tick_factor() 34 if ((factor = ::sysconf(_SC_CLK_TCK)) <= 0) in tick_factor() 35 factor = -1; in tick_factor() 38 BOOST_ASSERT(factor <= 1000000000l); // doesn't handle large ticks in tick_factor() 39 factor = 1000000000l / factor; // compute factor in tick_factor() 40 if (!factor) in tick_factor() 41 factor = -1; in tick_factor() 44 return factor; in tick_factor() 59 long factor = chrono_detail::tick_factor(); in now() local [all …]
|
| /external/cldr/common/supplemental/ |
| D | units.xml | 158 …<convertUnit source='dalton' baseUnit='kilogram' factor='AMU' systems="si_acceptable metric prefix… 159 …<convertUnit source='grain' baseUnit='kilogram' factor='lb_to_kg/7000' systems="ussystem uksystem"… 160 …<convertUnit source='carat' baseUnit='kilogram' factor='0.0002' systems="metric_adjacent ussystem … 161 … <convertUnit source='gram' baseUnit='kilogram' factor='0.001' systems="si metric prefixable"/> 162 … <convertUnit source='ounce' baseUnit='kilogram' factor='lb_to_kg/16' systems="ussystem uksystem"/> 163 …<convertUnit source='ounce-troy' baseUnit='kilogram' factor='0.03110348' systems="ussystem uksyste… 164 … <convertUnit source='pound' baseUnit='kilogram' factor='lb_to_kg' systems="ussystem uksystem"/> 166 <convertUnit source='stone' baseUnit='kilogram' factor='lb_to_kg*14' systems="uksystem"/> 167 …<convertUnit source='slug' baseUnit='kilogram' factor='lb_to_kg*gravity/ft_to_m' systems="ussystem… 168 … <convertUnit source='ton' baseUnit='kilogram' factor='lb_to_kg*2000' systems="ussystem uksystem"/> [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/cronet/third_party/icu/source/i18n/ |
| D | units_converter.cpp | 26 void U_I18N_API Factor::multiplyBy(const Factor &rhs) { in multiplyBy() 39 void U_I18N_API Factor::divideBy(const Factor &rhs) { in divideBy() 52 void U_I18N_API Factor::power(int32_t power) { in power() 70 void U_I18N_API Factor::applyPrefix(UMeasurePrefix unitPrefix) { in applyPrefix() 85 void U_I18N_API Factor::substituteConstants() { in substituteConstants() 146 Adds single factor to a `Factor` object. Single factor means "23^2", "23.3333", "ft2m^3" ...etc. 147 However, complex factor are not included, such as "ft2m^3*200/3" 149 void addFactorElement(Factor &factor, StringPiece elementStr, Signum signum, UErrorCode &status) { in addFactorElement() argument 174 addSingleFactorConstant(baseStr, power, signum, factor, status); in addFactorElement() 178 * Extracts `Factor` from a complete string factor. e.g. "ft2m^3*1007/cup2m3*3" [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/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/icu/icu4c/source/i18n/ |
| D | units_converter.cpp | 26 void U_I18N_API Factor::multiplyBy(const Factor &rhs) { in multiplyBy() 39 void U_I18N_API Factor::divideBy(const Factor &rhs) { in divideBy() 52 void U_I18N_API Factor::power(int32_t power) { in power() 70 void U_I18N_API Factor::applyPrefix(UMeasurePrefix unitPrefix) { in applyPrefix() 85 void U_I18N_API Factor::substituteConstants() { in substituteConstants() 146 Adds single factor to a `Factor` object. Single factor means "23^2", "23.3333", "ft2m^3" ...etc. 147 However, complex factor are not included, such as "ft2m^3*200/3" 149 void addFactorElement(Factor &factor, StringPiece elementStr, Signum signum, UErrorCode &status) { in addFactorElement() argument 174 addSingleFactorConstant(baseStr, power, signum, factor, status); in addFactorElement() 178 * Extracts `Factor` from a complete string factor. e.g. "ft2m^3*1007/cup2m3*3" [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/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/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 | 49 int factor, in RampSignal() argument 52 int factor_q20 = (factor << 6) + 32; in RampSignal() 55 output[i] = (factor * input[i] + 8192) >> 14; in RampSignal() 58 factor = std::min(factor_q20 >> 6, 16384); in RampSignal() 60 return factor; in RampSignal() 65 int factor, in RampSignal() argument 67 return RampSignal(signal, length, factor, increment, signal); in RampSignal() 73 int factor, in RampSignal() argument 75 int factor_q20 = (factor << 6) + 32; in RampSignal() 78 (*signal)[i] = (factor * (*signal)[i] + 8192) >> 14; in RampSignal() [all …]
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/ |
| D | RealFieldElement.java | 306 * @param a1 first factor of the first term 307 * @param b1 second factor of the first term 308 * @param a2 first factor of the second term 309 * @param b2 second factor of the second term 320 * @param a1 first factor of the first term 321 * @param b1 second factor of the first term 322 * @param a2 first factor of the second term 323 * @param b2 second factor of the second term 334 * @param a1 first factor of the first term 335 * @param b1 second factor of the first term [all …]
|
| /external/swiftshader/third_party/llvm-16.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): 105 /// The maximum supported interleave factor. 149 /// Check if the mask is a DE-interleave mask of the given factor 150 /// \p Factor like: 151 /// <Index, Index+Factor, ..., Index+(NumElts-1)*Factor> 152 static bool isDeInterleaveMaskOfFactor(ArrayRef<int> Mask, unsigned Factor, in isDeInterleaveMaskOfFactor() argument 154 // Check all potential start indices from 0 to (Factor - 1). in isDeInterleaveMaskOfFactor() [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 * -h and -x options come from https://man.netbsd.org/factor.6 9 USE_FACTOR(NEWTOY(factor, "?hx", TOYFLAG_USR|TOYFLAG_BIN)) 11 config FACTOR 12 bool "factor" 15 usage: factor [-hx] NUMBER... 17 Factor integers. 26 static void factor(char *s) in factor() function 51 // Negative numbers have -1 as a factor in factor() [all …]
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/units/ |
| D | UnitsConverter.java | 69 Factor sourceToBase = conversionRates.getFactorToBase(source); in UnitsConverter() 70 Factor targetToBase = conversionRates.getFactorToBase(target); in UnitsConverter() 146 // We have a special mapping from source to base (not using factor, offset). in convert() 151 // Standard mapping (using factor, offset) from source to base. in convert() 156 // We have a special mapping from base to target (not using factor, offset). in convert() 161 // Standard mapping (using factor, offset) from base to target. in convert() 186 // We have a special mapping from target to base (not using factor, offset). in convertInverse() 191 // Standard mapping (using factor, offset) from target to base. in convertInverse() 196 // We have a special mapping from base to source (not using factor, offset). in convertInverse() 201 // Standard mapping (using factor, offset) from base to source. in convertInverse() [all …]
|
| D | ConversionRates.java | 40 * Extracts the factor from a {@code SingleUnitImpl} to its Basic Unit. 46 private UnitsConverter.Factor getFactorToBase(SingleUnitImpl singleUnit) { in getFactorToBase() 49 …UnitsConverter.Factor result = UnitsConverter.Factor.processFactor(mapToConversionRate.get(singleU… in getFactorToBase() 57 public UnitsConverter.Factor getFactorToBase(MeasureUnitImpl measureUnit) { in getFactorToBase() 58 UnitsConverter.Factor result = new UnitsConverter.Factor(); in getFactorToBase() 68 …rotected BigDecimal getOffset(MeasureUnitImpl source, MeasureUnitImpl target, UnitsConverter.Factor in getOffset() 69 … sourceToBase, UnitsConverter.Factor targetToBase, UnitsConverter.Convertibility convertibility) { in getOffset() 87 // the simple unit converts to base using factor + offset instelad of a special mapping). 180 String factor = null; in put() local 192 } else if ("factor".equals(keyString)) { in put() [all …]
|
| /external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/units/ |
| D | UnitsConverter.java | 65 Factor sourceToBase = conversionRates.getFactorToBase(source); in UnitsConverter() 66 Factor targetToBase = conversionRates.getFactorToBase(target); in UnitsConverter() 142 // We have a special mapping from source to base (not using factor, offset). in convert() 147 // Standard mapping (using factor, offset) from source to base. in convert() 152 // We have a special mapping from base to target (not using factor, offset). in convert() 157 // Standard mapping (using factor, offset) from base to target. in convert() 182 // We have a special mapping from target to base (not using factor, offset). in convertInverse() 187 // Standard mapping (using factor, offset) from target to base. in convertInverse() 192 // We have a special mapping from base to source (not using factor, offset). in convertInverse() 197 // Standard mapping (using factor, offset) from base to source. in convertInverse() [all …]
|
| D | ConversionRates.java | 36 * Extracts the factor from a {@code SingleUnitImpl} to its Basic Unit. 42 private UnitsConverter.Factor getFactorToBase(SingleUnitImpl singleUnit) { in getFactorToBase() 45 …UnitsConverter.Factor result = UnitsConverter.Factor.processFactor(mapToConversionRate.get(singleU… in getFactorToBase() 53 public UnitsConverter.Factor getFactorToBase(MeasureUnitImpl measureUnit) { in getFactorToBase() 54 UnitsConverter.Factor result = new UnitsConverter.Factor(); in getFactorToBase() 64 …rotected BigDecimal getOffset(MeasureUnitImpl source, MeasureUnitImpl target, UnitsConverter.Factor in getOffset() 65 … sourceToBase, UnitsConverter.Factor targetToBase, UnitsConverter.Convertibility convertibility) { in getOffset() 83 // the simple unit converts to base using factor + offset instelad of a special mapping). 173 String factor = null; in put() local 185 } else if ("factor".equals(keyString)) { in put() [all …]
|
| /external/mesa3d/src/util/ |
| D | bitpack_helpers.h | 124 const float factor = (1 << fract_bits); in util_bitpack_sfixed() local 128 const float min = u_intN_min(total_bits) / factor; in util_bitpack_sfixed() 129 const float max = u_intN_max(total_bits) / factor; in util_bitpack_sfixed() 133 const int64_t int_val = llroundf(v * factor); in util_bitpack_sfixed() 145 const float factor = (1 << fract_bits); in util_bitpack_sfixed_clamp() local 148 const float min = u_intN_min(total_bits) / factor; in util_bitpack_sfixed_clamp() 149 const float max = u_intN_max(total_bits) / factor; in util_bitpack_sfixed_clamp() 151 const int64_t int_val = llroundf(CLAMP(v, min, max) * factor); in util_bitpack_sfixed_clamp() 171 const float factor = (1 << fract_bits); in util_bitpack_ufixed() local 176 const float max = u_uintN_max(total_bits) / factor; in util_bitpack_ufixed() [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
| D | PseudoProbe.h | 36 // The saturated distrution factor representing 100% for block probes. 47 // [25:19] - probe distribution factor 51 uint32_t Factor) { in packProbeData() 55 assert(Factor <= 100 && in packProbeData() 56 "Probe distribution factor too big to encode, exceeding 100"); in packProbeData() 57 return (Index << 3) | (Factor << 19) | (Type << 26) | 0x7; in packProbeData() 76 // The saturated distrution factor representing 100% for callsites. 84 // Distribution factor that estimates the portion of the real execution count. 85 // A saturated distribution factor stands for 1.0 or 100%. A pesudo probe has 86 // a factor with the value ranged from 0.0 to 1.0. [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 …]
|