Home
last modified time | relevance | path

Searched full:factor (Results 1 – 25 of 3871) sorted by relevance

12345678910>>...155

/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/
DBENCHMARKS7 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/cronet/third_party/icu/source/data/misc/
Dunits.txt8 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/icu/icu4c/source/data/misc/
Dunits.txt8 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/cldr/common/supplemental/
Dunits.xml117 …<convertUnit source='grain' baseUnit='kilogram' factor='lb_to_kg/7000' systems="ussystem uksystem"…
118 <convertUnit source='carat' baseUnit='kilogram' factor='0.0002' systems="metric"/>
119 <convertUnit source='gram' baseUnit='kilogram' factor='0.001' systems="metric si"/>
120 … <convertUnit source='ounce' baseUnit='kilogram' factor='lb_to_kg/16' systems="ussystem uksystem"/>
121 …<convertUnit source='ounce-troy' baseUnit='kilogram' factor='0.03110348' systems="ussystem uksyste…
122 … <convertUnit source='pound' baseUnit='kilogram' factor='lb_to_kg' systems="ussystem uksystem"/>
124 <convertUnit source='stone' baseUnit='kilogram' factor='lb_to_kg*14' systems="uksystem"/>
125 … <convertUnit source='ton' baseUnit='kilogram' factor='lb_to_kg*2000' systems="ussystem uksystem"/>
126 <convertUnit source='tonne' baseUnit='kilogram' factor='1000' systems="metric"/>
127 <convertUnit source='earth-mass' baseUnit='kilogram' factor='5.9722E+24'/>
[all …]
/external/llvm/test/TableGen/
DBitOffsetDecoder.td19 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/
Dunits_converter.cpp26 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/icu/icu4c/source/i18n/
Dunits_converter.cpp26 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 …]
Dunits_converter.h45 // In ICU4J, these constants live in UnitConverter.Factor.getConversionRate().
65 /* Represents a conversion factor */
66 struct U_I18N_API Factor { struct
75 void multiplyBy(const Factor &rhs); argument
76 void divideBy(const Factor &rhs);
78 // Apply the power to the factor.
81 // Apply SI or binary prefix to the Factor.
87 // In ICU4J, see UnitConverter.Factor.getConversionRate().
98 …* Adds a single factor element to the `Factor`. e.g "ft3m", "2.333" or "cup2m3". But not "cup2m3^3…
101 Factor &factor, UErrorCode &status);
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_blending.c42 /* 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/
Dlp_test_blend.c198 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/
Dtest_register_factory.py105 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/toybox/tests/
Dfactor.test7 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/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterleavedAccessPass.cpp14 // 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/
DInterleavedAccessPass.cpp15 // 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/icu/android_icu4j/src/main/java/android/icu/impl/units/
DUnitsConverter.java60 Factor sourceToBase = conversionRates.getFactorToBase(source); in UnitsConverter()
61 Factor targetToBase = conversionRates.getFactorToBase(target); in UnitsConverter()
174 * Responsible for all the Factor operation
178 static class Factor { class in UnitsConverter
182 // The exponents below correspond to ICU4C's Factor::exponents[].
208 * Creates Empty Factor
210 public Factor() { in Factor() method in UnitsConverter.Factor
215 public static Factor processFactor(String factor) { in processFactor() argument
216 assert (!factor.isEmpty()); in processFactor()
218 // Remove all spaces in the factor in processFactor()
[all …]
DConversionRates.java39 * 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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
DUnitsConverter.java56 Factor sourceToBase = conversionRates.getFactorToBase(source); in UnitsConverter()
57 Factor targetToBase = conversionRates.getFactorToBase(target); in UnitsConverter()
164 * Responsible for all the Factor operation
168 static class Factor { class in UnitsConverter
172 // The exponents below correspond to ICU4C's Factor::exponents[].
198 * Creates Empty Factor
200 public Factor() { in Factor() method in UnitsConverter.Factor
205 public static Factor processFactor(String factor) { in processFactor() argument
206 assert (!factor.isEmpty()); in processFactor()
208 // Remove all spaces in the factor in processFactor()
[all …]
DConversionRates.java35 * 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/webrtc/modules/audio_coding/neteq/
Ddsp_helper.cc49 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/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/
DBENCHMARKS7 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/
Dfactor.c1 /* 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 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/mesa3d/src/gallium/auxiliary/util/
Du_blend.h10 * 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/pffft/
Dpf_cic.cpp53 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/
DSkMatrix.h70 @param sx horizontal scale factor
71 @param sy vertical scale factor
119 @param kx horizontal skew factor
120 @param ky vertical skew factor
167 @param scaleX horizontal scale factor
168 @param skewX horizontal skew factor
170 @param skewY vertical skew factor
171 @param scaleY vertical scale factor
173 @param pers0 input x-axis perspective factor
174 @param pers1 input y-axis perspective factor
[all …]
/external/angle/src/tests/gl_tests/
DPolygonOffsetClampTest.cpp48 GLfloat factor = -1.0f; in TEST_P() local
49 glGetFloatv(GL_POLYGON_OFFSET_FACTOR, &factor); in TEST_P()
50 EXPECT_EQ(factor, 0.0f); in TEST_P()
63 GLfloat factor = -1.0f; in TEST_P() local
64 glGetFloatv(GL_POLYGON_OFFSET_FACTOR, &factor); in TEST_P()
65 EXPECT_EQ(factor, 0.0f); in TEST_P()
82 GLfloat factor = -1.0f; in TEST_P() local
83 glGetFloatv(GL_POLYGON_OFFSET_FACTOR, &factor); in TEST_P()
84 EXPECT_EQ(factor, 1.0f); in TEST_P()
101 GLfloat factor = -1.0f; in TEST_P() local
[all …]

12345678910>>...155