| /third_party/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 …]
|
| /third_party/skia/third_party/externals/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{"149597900000"} 32 factor{"101325"} 36 factor{"100000"} 40 factor{"42*gal_to_m3"} 44 factor{"1"} [all …]
|
| /third_party/boost/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 …]
|
| /third_party/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 …]
|
| /third_party/skia/third_party/externals/icu/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 …]
|
| /third_party/node/deps/icu-small/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 …]
|
| /third_party/boost/libs/xpressive/perf/ |
| D | regex_comparison.hpp | 53 double factor; member 64 factor((std::numeric_limits<double>::max)()), in results() 70 if((boost_time >= 0) && (boost_time < factor)) in finalise() 71 factor = boost_time; in finalise() 72 if((greta_time >= 0) && (greta_time < factor)) in finalise() 73 factor = greta_time; in finalise() 74 if((safe_greta_time >= 0) && (safe_greta_time < factor)) in finalise() 75 factor = safe_greta_time; in finalise() 76 if((dynamic_xpressive_time >= 0) && (dynamic_xpressive_time < factor)) in finalise() 77 factor = dynamic_xpressive_time; in finalise() [all …]
|
| /third_party/gstreamer/gstplugins_bad/gst/gaudieffects/ |
| D | gstexclusion.c | 97 gint factor); 155 g_param_spec_uint ("factor", "Factor", in gst_exclusion_class_init() 156 "Exclusion factor parameter", 1, 175, DEFAULT_FACTOR, in gst_exclusion_class_init() 171 filter->factor = DEFAULT_FACTOR; in gst_exclusion_init() 182 filter->factor = g_value_get_uint (value); in gst_exclusion_set_property() 199 g_value_set_uint (value, filter->factor); in gst_exclusion_get_property() 222 gint video_size, factor; in gst_exclusion_transform_frame() local 243 factor = filter->factor; in gst_exclusion_transform_frame() 248 transform (src, dest, video_size, factor); in gst_exclusion_transform_frame() 257 transform (guint32 * src, guint32 * dest, gint video_area, gint factor) in transform() argument [all …]
|
| /third_party/toybox/tests/ |
| D | factor.test | 7 testing "-32" "factor -32" "-32: -1 2 2 2 2 2\n" "" "" 8 testing "0" "factor 0" "0: 0\n" "" "" 9 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 …]
|
| /third_party/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 …]
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
| D | RangeTreeFactorizer.java | 29 * Factor a range tree into a sequence of trees which attempts to minimize overall complexity in 37 * Edges are only merged if they accept exactly the same set of digits. If the existing factor 43 * existing factor contains "[0-5]" and the candidate edge is "[0-8]", the candidate edge is 52 * Paths are processed longest-first, and a path belongs in particular "factor" if it can be 53 * added without "causing a split" in the existing factor. For example, given an existing factor 66 public static ImmutableList<RangeTree> factor(RangeTree ranges, MergeStrategy strategy) { in factor() method in RangeTreeFactorizer 77 // In each loop we subsume a candidate factor into previous factors, either in whole or in part. in factor() 80 // Merge (as much as possible) each "naive" factor into earlier factors. in factor() 85 // Calculate the ranges which haven't yet been merged into any earlier factor. in factor() 89 // All ranges merged, so remove the original factor (index now references the next factor). in factor() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| D | PixelProcessor.cpp | 703 factor.textureFactor4[0][0] = textureFactorR; in setTextureFactor() 704 factor.textureFactor4[0][1] = textureFactorR; in setTextureFactor() 705 factor.textureFactor4[0][2] = textureFactorR; in setTextureFactor() 706 factor.textureFactor4[0][3] = textureFactorR; in setTextureFactor() 708 factor.textureFactor4[1][0] = textureFactorG; in setTextureFactor() 709 factor.textureFactor4[1][1] = textureFactorG; in setTextureFactor() 710 factor.textureFactor4[1][2] = textureFactorG; in setTextureFactor() 711 factor.textureFactor4[1][3] = textureFactorG; in setTextureFactor() 713 factor.textureFactor4[2][0] = textureFactorB; in setTextureFactor() 714 factor.textureFactor4[2][1] = textureFactorB; in setTextureFactor() [all …]
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
| D | UnitsConverter.java | 54 Factor sourceToBase = conversionRates.getFactorToBase(source); in UnitsConverter() 55 Factor targetToBase = conversionRates.getFactorToBase(target); in UnitsConverter() 166 * Responsible for all the Factor operation 170 static class Factor { class in UnitsConverter 174 // The exponents below correspond to ICU4C's Factor::exponents[]. 194 * Creates Empty Factor 196 public Factor() { in Factor() method in UnitsConverter.Factor 201 public static Factor processFactor(String factor) { in processFactor() argument 202 assert (!factor.isEmpty()); in processFactor() 204 // Remove all spaces in the factor in processFactor() [all …]
|
| /third_party/libinput/src/ |
| D | filter-touchpad-x230.c | 50 #define DEFAULT_ACCELERATION 2.0 /* unitless factor */ 51 #define DEFAULT_INCLINE 1.1 /* unitless factor */ 55 #define X230_ACCELERATION 2.0 /* unitless factor */ 56 #define X230_INCLINE 1.1 /* unitless factor */ 71 double accel; /* unitless factor */ 85 * @return A unitless acceleration factor, to be applied to the delta 95 * Calculate the acceleration factor for our current velocity, averaging 104 * @return A unitless acceleration factor, to be applied to the delta 113 double factor; in calculate_acceleration() local 117 factor = acceleration_profile(accel, data, velocity, time); in calculate_acceleration() [all …]
|
| D | filter-mouse.c | 43 #define DEFAULT_ACCELERATION 2.0 /* unitless factor */ 44 #define DEFAULT_INCLINE 1.1 /* unitless factor */ 57 double accel; /* unitless factor */ 64 * Calculate the acceleration factor for the given delta with the timestamp. 71 * @return A unitless acceleration factor, to be applied to the delta 96 * Generic filter that calculates the acceleration factor and applies it to 114 double accel_value; /* unitless factor */ in accelerator_filter_generic() 215 /* adjust max accel factor */ in accelerator_set_speed() 233 const double max_accel = accel_filter->accel; /* unitless factor */ in pointer_accel_profile_linear() 236 double factor; /* unitless */ in pointer_accel_profile_linear() local [all …]
|
| /third_party/skia/third_party/externals/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 …]
|
| /third_party/boost/libs/math/test/ |
| D | pow_test.cpp | 68 template <class T, int Factor> 72 test_with_big_bases<Factor*1, T>(); in test_with_small_exponents() 73 test_with_big_bases<Factor*2, T>(); in test_with_small_exponents() 74 test_with_big_bases<Factor*3, T>(); in test_with_small_exponents() 75 test_with_big_bases<Factor*5, T>(); in test_with_small_exponents() 76 test_with_big_bases<Factor*6, T>(); in test_with_small_exponents() 77 test_with_big_bases<Factor*7, T>(); in test_with_small_exponents() 78 test_with_big_bases<Factor*8, T>(); in test_with_small_exponents() 79 test_with_big_bases<Factor*9, T>(); in test_with_small_exponents() 80 test_with_big_bases<Factor*10, T>(); in test_with_small_exponents() [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/ |
| D | SGIS_fog_function.txt | 24 This extension allows to define application-specific fog blend-factor 28 factor. The minimum number of control points is one. The maximum 44 fog blending factor ouside the [0.0, 1.0] range it should not 52 of the current fog factor function are queried by calling 55 "All the points of the current fog factor function are queried by 64 value of the fog blend factor. The fog blend factor values are 68 specifies the corresponding value of the fog blend factor (should be in 69 [0.0, 1.0] range)." Also "INVALID_VALUE is generated if fog factor 102 The function for computing blending factor may be specified by calling 107 specifies the corresponding value of the fog blend factor. The fog [all …]
|
| /third_party/openGLES/extensions/SGIS/ |
| D | SGIS_fog_function.txt | 24 This extension allows to define application-specific fog blend-factor 28 factor. The minimum number of control points is one. The maximum 44 fog blending factor ouside the [0.0, 1.0] range it should not 52 of the current fog factor function are queried by calling 55 "All the points of the current fog factor function are queried by 64 value of the fog blend factor. The fog blend factor values are 68 specifies the corresponding value of the fog blend factor (should be in 69 [0.0, 1.0] range)." Also "INVALID_VALUE is generated if fog factor 102 The function for computing blending factor may be specified by calling 107 specifies the corresponding value of the fog blend factor. The fog [all …]
|
| /third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/ |
| D | RangeTreeFactorizerTest.java | 23 import static com.google.i18n.phonenumbers.metadata.RangeTreeFactorizer.factor; 35 assertThat(factor(empty(), REQUIRE_EQUAL_EDGES)).isEmpty(); in testEmpty() 36 assertThat(factor(empty(), ALLOW_EDGE_SPLITTING)).isEmpty(); in testEmpty() 42 assertThat(factor(t, REQUIRE_EQUAL_EDGES)).containsExactly(t); in testSimplePrefix() 43 assertThat(factor(t, ALLOW_EDGE_SPLITTING)).containsExactly(t); in testSimplePrefix() 49 assertThat(factor(t, REQUIRE_EQUAL_EDGES)).containsExactly(t); in testDisjointBranchesNotFactored() 50 assertThat(factor(t, ALLOW_EDGE_SPLITTING)).containsExactly(t); in testDisjointBranchesNotFactored() 56 assertThat(factor(t, REQUIRE_EQUAL_EDGES)) in testOverlappingBranchesAreFactored() 59 assertThat(factor(t, ALLOW_EDGE_SPLITTING)) in testOverlappingBranchesAreFactored() 67 // into the longer path of the first factor, since [3-4] already exists and is not equal to in testStrategyDifference() [all …]
|
| /third_party/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 …]
|
| /third_party/toybox/toys/other/ |
| D | factor.c | 1 /* factor.c - Factor integers 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() 79 for (ss = toys.optargs; *ss; ss++) factor(*ss); in factor_main() 85 factor(s); in factor_main()
|
| /third_party/openGLES/extensions/SUN/ |
| D | SUN_global_alpha.txt | 49 used to specify an alpha factor that is independent from the alpha 50 component of the color value. The global alpha factor is 60 void GlobalAlphaFactorbSUN(byte factor); 62 void GlobalAlphaFactorsSUN(short factor); 64 void GlobalAlphaFactoriSUN(int factor); 66 void GlobalAlphaFactorfSUN(float factor); 68 void GlobalAlphaFactordSUN(double factor); 70 void GlobalAlphaFactorubSUN(ubyte factor); 72 void GlobalAlphaFactorusSUN(ushort factor); 74 void GlobalAlphaFactoruiSUN(uint factor); [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/SUN/ |
| D | SUN_global_alpha.txt | 49 used to specify an alpha factor that is independent from the alpha 50 component of the color value. The global alpha factor is 60 void GlobalAlphaFactorbSUN(byte factor); 62 void GlobalAlphaFactorsSUN(short factor); 64 void GlobalAlphaFactoriSUN(int factor); 66 void GlobalAlphaFactorfSUN(float factor); 68 void GlobalAlphaFactordSUN(double factor); 70 void GlobalAlphaFactorubSUN(ubyte factor); 72 void GlobalAlphaFactorusSUN(ushort factor); 74 void GlobalAlphaFactoruiSUN(uint factor); [all …]
|
| /third_party/flutter/skia/src/gpu/effects/ |
| D | GrBlurredEdgeFragmentProcessor.fp | 16 half factor = 1.0 - sk_InColor.a; 19 factor = half(exp(-factor * factor * 4.0) - 0.018); 22 factor = smoothstep(1.0, 0.0, factor); 25 sk_OutColor = half4(factor);
|