Home
last modified time | relevance | path

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

12345678910>>...300

/aosp_15_r20/external/cronet/third_party/icu/source/data/misc/
H A Dunits.txt8 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"}
53 factor{"1"}
[all …]
/aosp_15_r20/external/icu/icu4c/source/data/misc/
H A Dunits.txt8 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 …]
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/
H A 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 …]
/aosp_15_r20/external/cldr/common/supplemental/
H A Dunits.xml158 …<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 …]
/aosp_15_r20/external/google-fruit/tests/
H A 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 …]
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A 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 …]
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A 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 …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/detail/inlined/mac/
Dprocess_cpu_clocks.hpp31 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 …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A 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):
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 …]
/aosp_15_r20/external/llvm/lib/CodeGen/
H A 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 …]
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/units/
H A DUnitsConverter.java69 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 …]
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/units/
H A DUnitsConverter.java65 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 …]
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/
H A DRealFieldElement.java306 * @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 …]
/aosp_15_r20/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbstabsmooth.cpp25 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out);
239 //! Overloaded smoother function that takes in user-specidied smoothing factor
241 …othMotion1(VP_MOTION *inmot, VP_MOTION *outmot, VP_MOTION *motLF, VP_MOTION *imotLF, double factor) in smoothMotion1() argument
250 … MXX(*motLF) = (VP_PAR) (factor*(double) MXX(*motLF) + (1.0-factor)* (double) MXX(*inmot)); in smoothMotion1()
251 … MXY(*motLF) = (VP_PAR) (factor*(double) MXY(*motLF) + (1.0-factor)* (double) MXY(*inmot)); in smoothMotion1()
252 … MXZ(*motLF) = (VP_PAR) (factor*(double) MXZ(*motLF) + (1.0-factor)* (double) MXZ(*inmot)); in smoothMotion1()
253 … MXW(*motLF) = (VP_PAR) (factor*(double) MXW(*motLF) + (1.0-factor)* (double) MXW(*inmot)); in smoothMotion1()
255 … MYX(*motLF) = (VP_PAR) (factor*(double) MYX(*motLF) + (1.0-factor)* (double) MYX(*inmot)); in smoothMotion1()
256 … MYY(*motLF) = (VP_PAR) (factor*(double) MYY(*motLF) + (1.0-factor)* (double) MYY(*inmot)); in smoothMotion1()
257 … MYZ(*motLF) = (VP_PAR) (factor*(double) MYZ(*motLF) + (1.0-factor)* (double) MYZ(*inmot)); in smoothMotion1()
[all …]
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A 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 …]
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/
H A DFieldVector3D.java96 * Build a vector from another one and a scale factor.
98 * @param a scale factor
108 * Build a vector from another one and a scale factor.
110 * @param a scale factor
120 * Build a vector from another one and a scale factor.
122 * @param a scale factor
134 * @param a1 first scale factor
136 * @param a2 second scale factor
150 * @param a1 first scale factor
152 * @param a2 second scale factor
[all …]
/aosp_15_r20/external/skia/include/core/
H A DSkMatrix.h71 @param sx horizontal scale factor
72 @param sy vertical scale factor
120 @param kx horizontal skew factor
121 @param ky vertical skew factor
168 @param scaleX horizontal scale factor
169 @param skewX horizontal skew factor
171 @param skewY vertical skew factor
172 @param scaleY vertical scale factor
174 @param pers0 input x-axis perspective factor
175 @param pers1 input y-axis perspective factor
[all …]
/aosp_15_r20/external/llvm/test/TableGen/
H A 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 …]
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
H A DQuad.java239 * Grow the Quad outwards by the specified factor.
242 * them to the centroid. A factor of 1.0 moves the quad outwards by the distance of the corners
245 * @param factor the growth factor
248 public Quad grow(float factor) { in grow() argument
250 return new Quad(factor * (mTopLeft.x - pc.x) + pc.x, in grow()
251 factor * (mTopLeft.y - pc.y) + pc.y, in grow()
252 factor * (mTopRight.x - pc.x) + pc.x, in grow()
253 factor * (mTopRight.y - pc.y) + pc.y, in grow()
254 factor * (mBottomLeft.x - pc.x) + pc.x, in grow()
255 factor * (mBottomLeft.y - pc.y) + pc.y, in grow()
[all …]
/aosp_15_r20/hardware/google/gfxstream/host/gl/
DTextureResize.cpp44 "#if FACTOR > 2\n"
46 "#if FACTOR > 4\n"
48 "#if FACTOR > 8\n"
63 " #if FACTOR > 2\n"
66 " #if FACTOR > 4\n"
71 " #if FACTOR > 8\n"
80 " #endif\n" // FACTOR > 8
81 " #endif\n" // FACTOR > 4
82 " #endif\n" // FACTOR > 2
86 " #if FACTOR > 2\n"
[all …]
/aosp_15_r20/art/test/423-invoke-interface/src/
H A DMain.java98 public static void $opt$InvokeInterface(Itf object, int factor) { in $opt$InvokeInterface() argument
99 assertEquals(factor * 1, object.return1()); in $opt$InvokeInterface()
100 assertEquals(factor * 2, object.return2()); in $opt$InvokeInterface()
101 assertEquals(factor * 3, object.return3()); in $opt$InvokeInterface()
102 assertEquals(factor * 4, object.return4()); in $opt$InvokeInterface()
103 assertEquals(factor * 5, object.return5()); in $opt$InvokeInterface()
104 assertEquals(factor * 6, object.return6()); in $opt$InvokeInterface()
105 assertEquals(factor * 7, object.return7()); in $opt$InvokeInterface()
106 assertEquals(factor * 8, object.return8()); in $opt$InvokeInterface()
107 assertEquals(factor * 9, object.return9()); in $opt$InvokeInterface()
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dcuda_atomic_ops_test.cu10 constexpr int factor = 4; variable
11 constexpr int arraysize = blocksize / factor;
32 int a_idx = (tid) % (arraysize * factor); in max_test_kernel()
33 int idx = a_idx / factor; in max_test_kernel()
41 int a_idx = (tid) % (arraysize * factor); in min_test_kernel()
42 int idx = a_idx / factor; in min_test_kernel()
61 answer[i] = factor; in test_atomic_add()
97 answer[i] = pow(sum[i], static_cast<T>(factor + 1)); in test_atomic_mul()
126 std::vector<T> a(arraysize * factor); in test_atomic_max()
131 for (int i = 0; i < arraysize * factor; ++i) { in test_atomic_max()
[all …]
/aosp_15_r20/external/wpa_supplicant_8/src/ap/
H A Dacs.c43 * 2. interference factor is calculated for each channel
67 * Survey interference factor implementation details
71 * The survey interference factor is defined as the ratio of the
107 * All this "interference factor" is purely subjective and only time
110 * of the interference factor then is dependent on what the card itself
116 * The above channel interference factor is calculated with no respect to
125 * interference factor is computed by summing up interferences of each channel
128 * Note: This implies base channel interference factor must be non-negative
141 * ACS: * interference factor average: 0.0557166
148 * ACS: * interference factor average: 0.050832
[all …]

12345678910>>...300