/third_party/python/Lib/test/decimaltestdata/ |
D | max.decTest | 2 -- max.decTest -- decimal maximum -- 32 maxx001 max -2 -2 -> -2 33 maxx002 max -2 -1 -> -1 34 maxx003 max -2 0 -> 0 35 maxx004 max -2 1 -> 1 36 maxx005 max -2 2 -> 2 37 maxx006 max -1 -2 -> -1 38 maxx007 max -1 -1 -> -1 39 maxx008 max -1 0 -> 0 40 maxx009 max -1 1 -> 1 [all …]
|
D | ddMax.decTest | 32 ddmax001 max -2 -2 -> -2 33 ddmax002 max -2 -1 -> -1 34 ddmax003 max -2 0 -> 0 35 ddmax004 max -2 1 -> 1 36 ddmax005 max -2 2 -> 2 37 ddmax006 max -1 -2 -> -1 38 ddmax007 max -1 -1 -> -1 39 ddmax008 max -1 0 -> 0 40 ddmax009 max -1 1 -> 1 41 ddmax010 max -1 2 -> 2 [all …]
|
D | dqMax.decTest | 32 dqmax001 max -2 -2 -> -2 33 dqmax002 max -2 -1 -> -1 34 dqmax003 max -2 0 -> 0 35 dqmax004 max -2 1 -> 1 36 dqmax005 max -2 2 -> 2 37 dqmax006 max -1 -2 -> -1 38 dqmax007 max -1 -1 -> -1 39 dqmax008 max -1 0 -> 0 40 dqmax009 max -1 1 -> 1 41 dqmax010 max -1 2 -> 2 [all …]
|
/third_party/e2fsprogs/tests/f_h_reindex/ |
D | expect.1 | 5 Problem in HTREE directory inode 16001: block #1 has bad max hash 7 Problem in HTREE directory inode 16001: block #2 has bad max hash 9 Problem in HTREE directory inode 16001: block #3 has bad max hash 11 Problem in HTREE directory inode 16001: block #4 has bad max hash 13 Problem in HTREE directory inode 16001: block #5 has bad max hash 15 Problem in HTREE directory inode 16001: block #6 has bad max hash 17 Problem in HTREE directory inode 16001: block #7 has bad max hash 21 Problem in HTREE directory inode 24001: block #1 has bad max hash 22 Problem in HTREE directory inode 24001: block #2 has bad max hash 24 Problem in HTREE directory inode 24001: block #3 has bad max hash [all …]
|
/third_party/ffmpeg/tests/ref/fate/ |
D | sws-floatimg-cmp | 4 max diff: 0.000501 8 max diff: 0.006399 12 max diff: 0.003313 16 max diff: 0.001912 20 max diff: 0.000802 24 max diff: 0.000524 28 max diff: 0.004229 32 max diff: 0.004229 36 max diff: 0.004229 40 max diff: 0.004229 [all …]
|
/third_party/boost/libs/math/doc/html/math_toolkit/logs_and_tables/ |
D | all_table.html | 73 … <span class="blue">Max = 0ε (Mean = 0ε)</span><br> <br> (<span class="emphasis"><em>GSL 74 …2.1:</em></span> <span class="red">Max = +INFε (Mean = +INFε) <a class="link" href="logs.html#erro… 76 Max = 1.14ε (Mean = 0.574ε)) 81 <span class="blue">Max = 2.86ε (Mean = 1.22ε)</span><br> <br> 82 (<span class="emphasis"><em><cmath>:</em></span> Max = 364ε (Mean = 76.2ε)) 87 <span class="blue">Max = 2.86ε (Mean = 1.22ε)</span> 92 <span class="blue">Max = 2.23ε (Mean = 1.14ε)</span> 104 <span class="blue">Max = 0.978ε (Mean = 0.0595ε)</span><br> 105 … <br> (<span class="emphasis"><em>GSL 2.1:</em></span> Max = 1.18e+03ε (Mean = 238ε))<br> 106 … (<span class="emphasis"><em>Rmath 3.2.3:</em></span> Max = 1.09e+03ε (Mean = 265ε)) [all …]
|
/third_party/node/deps/npm/node_modules/columnify/ |
D | utils.js | 17 * Pad `str` up to total length `max` with `chr`. 18 * If `str` is longer than `max`, padRight will return `str` unaltered. 21 * @param Number max total length of output string 26 function padRight(str, max, chr) { argument 29 var length = max - wcwidth(str) 35 * Pad `str` up to total length `max` with `chr`. 36 * If `str` is longer than `max`, padCenter will return `str` unaltered. 39 * @param Number max total length of output string 44 function padCenter(str, max, chr) { argument 47 var length = max - wcwidth(str) [all …]
|
/third_party/jerryscript/tests/jerry/ |
D | math-max.js | 15 assert(isNaN (Math['max'] (1.0, NaN))); 16 assert(isNaN (Math['max'] (NaN, 1.0))); 17 assert(isNaN (Math['max'] (Infinity, NaN))); 18 assert(isNaN (Math['max'] (NaN, Infinity))); 19 assert(Math['max'] (1.0, 3.0, 0.0) === 3.0); 20 assert(Math['max'] (1.0, 3.0, Infinity) === Infinity); 21 assert(Math['max'] (1.0, 3.0, -Infinity) === 3.0); 22 assert(Math['max'] (-Infinity, Infinity) === Infinity); 23 assert(Math['max'] (Infinity, -Infinity) === Infinity); 24 assert(Math['max'] (Infinity, Infinity) === Infinity); [all …]
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | random.inl | 25 std::rand() % std::numeric_limits<uint8>::max()); 35 std::rand() % std::numeric_limits<uint8>::max(), 36 std::rand() % std::numeric_limits<uint8>::max()); 46 std::rand() % std::numeric_limits<uint8>::max(), 47 std::rand() % std::numeric_limits<uint8>::max(), 48 std::rand() % std::numeric_limits<uint8>::max()); 58 std::rand() % std::numeric_limits<uint8>::max(), 59 std::rand() % std::numeric_limits<uint8>::max(), 60 std::rand() % std::numeric_limits<uint8>::max(), 61 std::rand() % std::numeric_limits<uint8>::max()); [all …]
|
/third_party/alsa-lib/src/pcm/ |
D | interval.c | 131 int snd_interval_refine_max(snd_interval_t *i, unsigned int max, int openmax) in snd_interval_refine_max() argument 136 if (i->max > max) { in snd_interval_refine_max() 137 i->max = max; in snd_interval_refine_max() 140 } else if (i->max == max && !i->openmax && openmax) { in snd_interval_refine_max() 146 i->max--; in snd_interval_refine_max() 171 if (i->max > v->max) { in snd_interval_refine() 172 i->max = v->max; in snd_interval_refine() 175 } else if (i->max == v->max && !i->openmax && v->openmax) { in snd_interval_refine() 189 i->max--; in snd_interval_refine() 192 } else if (!i->openmin && !i->openmax && i->min == i->max) in snd_interval_refine() [all …]
|
D | interval_inline.h | 28 i->max = UINT_MAX; in snd_interval_any() 41 return (i->min > i->max || in snd_interval_checkempty() 42 (i->min == i->max && (i->openmin || i->openmax))); in snd_interval_checkempty() 53 return (i->min == i->max || in snd_interval_single() 54 (i->min + 1 == i->max && (i->openmin || i->openmax))); in snd_interval_single() 61 return i->max; in snd_interval_value() 68 i->min = i->max = val; in snd_interval_set_value() 82 return i->max; in snd_interval_max() 85 INTERVAL_INLINE void snd_interval_set_minmax(snd_interval_t *i, unsigned int min, unsigned int max) in snd_interval_set_minmax() argument 89 i->max = max; in snd_interval_set_minmax() [all …]
|
/third_party/boost/libs/math/reporting/accuracy/doc/ |
D | accuracy_tables.qbk | 2 …_bessel_i_prime_boost_Bessel_I_v_Mathworld_Data_large_values_[] [role blue Max = 59.5[epsilon] (Me… 3 …_Win32_double_cyl_bessel_i_prime_boost_Bessel_I_v_Random_Data[] [role blue Max = 14[epsilon] (Mean… 4 …_Win32_double_cyl_bessel_i_prime_boost_Bessel_I_n_Random_Data[] [role blue Max = 9.85[epsilon] (Me… 5 …n32_double_cyl_bessel_i_prime_boost_Bessel_I_v_Mathworld_Data[] [role blue Max = 3.76e+03[epsilon]… 6 …eger_orders__boost_Bessel_I_n_Mathworld_Data_Integer_Version_[] [role blue Max = 3.61[epsilon] (Me… 7 …eger_orders__boost_Bessel_I_1_Mathworld_Data_Integer_Version_[] [role blue Max = 1.36[epsilon] (Me… 8 …eger_orders__boost_Bessel_I_0_Mathworld_Data_Integer_Version_[] [role blue Max = 0.82[epsilon] (Me… 9 …n32_double_cyl_bessel_i_prime_boost_Bessel_I_n_Mathworld_Data[] [role blue Max = 3.61[epsilon] (Me… 10 …n32_double_cyl_bessel_i_prime_boost_Bessel_I_1_Mathworld_Data[] [role blue Max = 1.36[epsilon] (Me… 11 …n32_double_cyl_bessel_i_prime_boost_Bessel_I_0_Mathworld_Data[] [role blue Max = 0.82[epsilon] (Me… [all …]
|
/third_party/skia/resources/sksl/intrinsics/ |
D | MaxFloat.sksl | 9 return (max(testInputs.x, 0.5) == expectedA.x && 10 max(testInputs.xy, 0.5) == expectedA.xy && 11 max(testInputs.xyz, 0.5) == expectedA.xyz && 12 max(testInputs.xyzw, 0.5) == expectedA.xyzw && 13 max(constVal.x, 0.5) == expectedA.x && 14 max(constVal.xy, 0.5) == expectedA.xy && 15 max(constVal.xyz, 0.5) == expectedA.xyz && 16 max(constVal.xyzw, 0.5) == expectedA.xyzw && 17 max(testInputs.x, colorGreen.x) == expectedB.x && 18 max(testInputs.xy, colorGreen.xy) == expectedB.xy && [all …]
|
D | MaxInt.sksl | 12 return (max(intValues.x, 50) == expectedA.x && 13 max(intValues.xy, 50) == expectedA.xy && 14 max(intValues.xyz, 50) == expectedA.xyz && 15 max(intValues.xyzw, 50) == expectedA.xyzw && 16 max(constVal.x, 50) == expectedA.x && 17 max(constVal.xy, 50) == expectedA.xy && 18 max(constVal.xyz, 50) == expectedA.xyz && 19 max(constVal.xyzw, 50) == expectedA.xyzw && 20 max(intValues.x, intGreen.x) == expectedB.x && 21 max(intValues.xy, intGreen.xy) == expectedB.xy && [all …]
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | extended_min_max.inl | 74 GLM_FUNC_QUALIFIER T max( function 79 return glm::max(glm::max(x, y), z); 83 GLM_FUNC_QUALIFIER C<T> max function 90 return glm::max(glm::max(x, y), z); 94 GLM_FUNC_QUALIFIER C<T> max function 101 return glm::max(glm::max(x, y), z); 105 GLM_FUNC_QUALIFIER T max function 113 return glm::max(glm::max(x, y), glm::max(z, w)); 117 GLM_FUNC_QUALIFIER C<T> max function 125 return glm::max(glm::max(x, y), glm::max(z, w)); [all …]
|
/third_party/glslang/Test/ |
D | hlsl.intrinsics.promote.frag | 23 float r00 = max(b, f); 24 uint r01 = max(b, u); 25 int r02 = max(b, i); 26 float r03 = max(i, f); 27 float r04 = max(u, f); 29 float2 r10 = max(b2, f2); 30 uint2 r11 = max(b2, u2); 31 int2 r12 = max(b2, i2); 32 float2 r13 = max(i2, f2); 33 float2 r14 = max(u2, f2); [all …]
|
/third_party/boost/libs/math/reporting/accuracy/html/ |
D | index.html | 209 … <span class="blue">Max = 0ε (Mean = 0ε)</span><br> <br> (<span class="emphasis"><em>GSL 210 …2.1:</em></span> <span class="red">Max = +INFε (Mean = +INFε) <a class="link" href="inde… 212 Max = 1.14ε (Mean = 0.574ε)) 217 <span class="blue">Max = 2.86ε (Mean = 1.22ε)</span><br> <br> 218 … (<span class="emphasis"><em><cmath>:</em></span> Max = 364ε (Mean = 76.2ε)) 223 <span class="blue">Max = 2.86ε (Mean = 1.22ε)</span> 228 <span class="blue">Max = 2.23ε (Mean = 1.14ε)</span> 240 <span class="blue">Max = 0.978ε (Mean = 0.0595ε)</span><br> <br> 241 … (<span class="emphasis"><em>GSL 2.1:</em></span> Max = 1.18e+03ε (Mean = 238ε))<br> 242 … (<span class="emphasis"><em>Rmath 3.2.3:</em></span> Max = 1.09e+03ε (Mean = 265ε)) [all …]
|
/third_party/glib/gio/tests/schema-tests/ |
D | range-type-test.gschema.xml | 8 <key name="y-max" type="y"> 9 <range max="0"/> 17 <key name="n-max" type="n"> 18 <range max="0"/> 26 <key name="q-max" type="q"> 27 <range max="0"/> 35 <key name="i-max" type="i"> 36 <range max="0"/> 44 <key name="u-max" type="u"> 45 <range max="0"/> [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | audiodsp.c | 37 float *min, float *max, int len) in vector_clipf_c_opposite_sign() argument 41 uint32_t maxi = *(uint32_t *) max; in vector_clipf_c_opposite_sign() 59 float min, float max) in vector_clipf_c() argument 63 if (min < 0 && max > 0) { in vector_clipf_c() 64 vector_clipf_c_opposite_sign(dst, src, &min, &max, len); in vector_clipf_c() 67 dst[i] = av_clipf(src[i], min, max); in vector_clipf_c() 68 dst[i + 1] = av_clipf(src[i + 1], min, max); in vector_clipf_c() 69 dst[i + 2] = av_clipf(src[i + 2], min, max); in vector_clipf_c() 70 dst[i + 3] = av_clipf(src[i + 3], min, max); in vector_clipf_c() 71 dst[i + 4] = av_clipf(src[i + 4], min, max); in vector_clipf_c() [all …]
|
/third_party/ltp/testcases/kernel/controllers/pids/ |
D | pids.sh | 6 # ./pids.sh caseno max 19 max=$2 140 start_pids_tasks2 $max 159 tmp=$((max - 1)) 160 tst_res TINFO "limit the number of pid to $max" 161 ROD echo $max \> $testpath/pids.max 182 lim=$((max + 2)) 184 ROD echo $lim \> $testpath/pids.max 186 start_pids_tasks2 $max 205 ROD echo 0 \> $testpath/pids.max [all …]
|
/third_party/re2/re2/testing/ |
D | possible_match_test.cc | 33 const char* max; member 113 std::string min, max; in TEST() local 120 ASSERT_TRUE(prog->PossibleMatchRange(&min, &max, t.maxlen)) in TEST() 125 ASSERT_TRUE(RE2(t.regexp).PossibleMatchRange(&min, &max, t.maxlen)); in TEST() 128 EXPECT_EQ(t.max, max) << t.regexp; in TEST() 135 std::string min, max; in TEST() local 137 // Fails because no room to write max. in TEST() 138 EXPECT_FALSE(RE2("abc").PossibleMatchRange(&min, &max, 0)); in TEST() 140 // Fails because there is no max -- any non-empty string matches in TEST() 144 PossibleMatchRange(&min, &max, 10)) in TEST() [all …]
|
/third_party/ltp/lib/ |
D | random_range.c | 44 int max; member 54 * min:max[:mult] 56 * any of the values may be blank (ie. min::mult, :max, etc.) and default 62 * which is malloc'd by the routine. The min, max, and mult entries of each 72 * defmax default value to plug in for max, if it is missing 75 * can call to parse the min, max, and mult strings. This 134 rp->max = defmax; in parse_ranges() 165 * Process the 'max' field - if one was not present (n1 format) in parse_ranges() 166 * set max equal to min. If the field was present, but in parse_ranges() 172 rp->max = rp->min; in parse_ranges() [all …]
|
/third_party/boost/libs/hof/doc/src/ |
D | point_free.md | 67 Another example, say we would like to write a varidiac version of `max`. We could implement it like… 71 T max(const T& x) 77 T max(const T& x, const T& y, const Ts&... xs) 79 return std::max(x, max(y, xs...)); 84 BOOST_HOF_STATIC_FUNCTION(max) = fold(BOOST_HOF_LIFT(std::max)); 86 …entire overload set of `std::max` function, which is needed since `std::max` is templated and we w… 88 auto n = max(1, 2, 4, 3); // Returns 4 89 auto m = max(0.1, 0.2, 0.5, 0.4); // Returns 0.5 91 …max(1, 2, 4, 3)` will call `std::max` like `std::max(std::max(std::max(1, 2), 4), 3)` and `max(0.1…
|
/third_party/boost/libs/hof/doc/html/_sources/doc/src/ |
D | point_free.md.txt | 67 Another example, say we would like to write a varidiac version of `max`. We could implement it like… 71 T max(const T& x) 77 T max(const T& x, const T& y, const Ts&... xs) 79 return std::max(x, max(y, xs...)); 84 BOOST_HOF_STATIC_FUNCTION(max) = fold(BOOST_HOF_LIFT(std::max)); 86 …entire overload set of `std::max` function, which is needed since `std::max` is templated and we w… 88 auto n = max(1, 2, 4, 3); // Returns 4 89 auto m = max(0.1, 0.2, 0.5, 0.4); // Returns 0.5 91 …max(1, 2, 4, 3)` will call `std::max` like `std::max(std::max(std::max(1, 2), 4), 3)` and `max(0.1…
|
/third_party/boost/libs/math/doc/html/math_toolkit/bessel/ |
D | bessel_first.html | 184 <span class="blue">Max = 6.55ε (Mean = 2.86ε)</span><br> <br> 185 …(<span class="emphasis"><em><cmath>:</em></span> Max = 5.04ε (Mean = 1.78ε) <a class="link" … 191 … <span class="blue">Max = 0ε (Mean = 0ε)</span><br> <br> (<span class="emphasis"><em>GSL 192 … 2.1:</em></span> Max = 1.12ε (Mean = 0.488ε))<br> (<span class="emphasis"><em>Rmath 193 …3.2.3:</em></span> Max = 0.629ε (Mean = 0.223ε) <a class="link" href="../logs_and_tables/logs.html… 199 <span class="blue">Max = 6.55ε (Mean = 2.86ε)</span> 204 <span class="blue">Max = 2.52ε (Mean = 1.2ε)</span><br> <br> 205 … (<span class="emphasis"><em><math.h>:</em></span> Max = 1.89ε (Mean = 0.988ε)) 217 <span class="blue">Max = 1.64e+08ε (Mean = 6.69e+07ε)</span><br> 218 <br> (<span class="emphasis"><em><cmath>:</em></span> Max = 4.79e+08ε (Mean [all …]
|