/third_party/boost/libs/algorithm/minmax/test/ |
D | minmax_element_test.cpp | 123 RCIterator rfirst(last), rlast(first), rmin, rmax; in test_minmax() local 148 rmax = RCIterator(boost::last_max_element(first, last)); in test_minmax() 149 rmax = (rmax == rfirst) ? rlast : --rmax; in test_minmax() 150 CHECK_EQUAL_ITERATORS( rmax, std::max_element(rfirst, rlast), rfirst ); in test_minmax() 176 rmax = RCIterator(boost::last_max_element(first, last, lc)); in test_minmax() 177 rmax = (rmax == rfirst) ? rlast : --rmax; in test_minmax() 179 CHECK_EQUAL_ITERATORS( rmax, std::max_element(rfirst, rlast, lc), rfirst ); in test_minmax()
|
/third_party/openssl/util/ |
D | mkerr.pl | 129 my %rmax; # lib -> max assigned reason code 155 $rmax{$lib} = 100; 216 $rmax{$lib} = $code if $code > $rmax{$lib}; 232 foreach my $lib ( sort keys %rmax ) { 344 if ( $lib eq "SSL" && $rmax{$lib} >= 1000 ) { 524 $findcode = $rmax{$lib} if !defined $findcode;
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/ |
D | webtreemap.js | 111 var rmax = rmin; // Largest child. 118 if (size > rmax) 119 rmax = size; 126 var score = Math.max(5*space*space*rmax / (rsum*rsum),
|
/third_party/alsa-lib/src/control/ |
D | tlv.c | 142 long rmin, rmax; in snd_tlv_get_dB_range() local 150 &rmin, &rmax); in snd_tlv_get_dB_range() 156 if (rmax > *max) in snd_tlv_get_dB_range() 157 *max = rmax; in snd_tlv_get_dB_range() 160 *max = rmax; in snd_tlv_get_dB_range()
|
/third_party/python/Modules/_decimal/tests/ |
D | deccheck.py | 811 t.rmax = getattr(t.maxcontext, t.funcname)(*maxargs) 817 t.rmax = getattr(maxself, t.funcname)(*maxargs) 822 t.rmax = None 840 t.maxresults.append(str(t.rmax)) 853 if t.with_maxcontext and isinstance(t.rmax, C.Decimal): 854 t.maxresults.append(t.rmax.to_eng_string()) 855 t.maxresults.append(t.rmax.as_tuple()) 856 t.maxresults.append(str(t.rmax.imag)) 857 t.maxresults.append(str(t.rmax.real)) 866 if t.with_maxcontext and not isinstance(t.rmax, tuple): [all …]
|
/third_party/ltp/tools/sparse/sparse-src/validation/expand/ |
D | bad-shift.c | 13 static int rmax(int a) in rmax() function
|
/third_party/boost/libs/math/example/daubechies_wavelets/ |
D | find_best_daubechies_interpolator.cpp | 40 int rmax = 22; in choose_refinement() local 41 auto phi_dense = boost::math::daubechies_scaling_dyadic_grid<PreciseReal, p, 0>(rmax); in choose_refinement() 109 int rmax = 18; in find_best_interpolator() local 111 auto phi_dense_precise = boost::math::daubechies_scaling_dyadic_grid<PreciseReal, p, 0>(rmax); in find_best_interpolator()
|
/third_party/mesa3d/src/mesa/swrast/ |
D | s_points.c | 300 const GLfloat rmax = radius + 0.7071F; in smooth_point() local 302 const GLfloat rmax2 = rmax * rmax; in smooth_point()
|
/third_party/boost/boost/safe_numerics/ |
D | automatic.hpp | 347 const r_type & rmax = static_cast<bool>(t.u < u.u) ? u.u : t.u; in union_interval() local 348 return r_interval_type(rmin, rmax); in union_interval()
|
/third_party/gstreamer/gstreamer/libs/gst/helpers/ |
D | gst_gdb.py | 436 rmax = int(value[0]["v_uint64"]) & 0xffffffff 439 v = "[ %d, %d ]" % (rmin, rmax) 441 v = "[ %d, %d, %d ]" % (rmin*step, rmax*step, step)
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_setup.c | 1255 const float rmax = halfSize + 0.7071F; in sp_setup_point() local 1257 const float rmax2 = rmax * rmax; in sp_setup_point()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11window.c | 425 int rmax, gmax, bmax; in X11_CreateWindow() local 444 rmax = 0xffff; in X11_CreateWindow() 471 Uint32 red = (rmax * i) / (ncolors - 1); in X11_CreateWindow()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstvalue.c | 5920 const gint rmax = gst_value_get_int_range_max (value); in gst_value_list_equals_range() local 5927 if (list_size != rmax / rstep - rmin / rstep + 1) in gst_value_list_equals_range() 5931 if (v < rmin || v > rmax || v % rstep) { in gst_value_list_equals_range() 5938 const gint64 rmax = gst_value_get_int64_range_max (value); in gst_value_list_equals_range() local 5943 if (list_size != rmax / rstep - rmin / rstep + 1) in gst_value_list_equals_range() 5947 if (v < rmin || v > rmax || v % rstep) in gst_value_list_equals_range()
|
/third_party/iowow/src/kv/ |
D | iwkv.c | 3982 size_t rmax = BLK2ADDR(db->meta_blkn); in iwkv_db_get_meta() local 3983 if (sz > rmax) { in iwkv_db_get_meta() 3984 sz = rmax; in iwkv_db_get_meta()
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | xmlschemas.c | 16844 xmlSchemaCheckParticleRangeOK(int rmin, int rmax, in xmlSchemaCheckParticleRangeOK() argument 16850 (rmax > bmax)) in xmlSchemaCheckParticleRangeOK()
|
/third_party/libxml2/ |
D | xmlschemas.c | 16917 xmlSchemaCheckParticleRangeOK(int rmin, int rmax, in xmlSchemaCheckParticleRangeOK() argument 16923 (rmax > bmax)) in xmlSchemaCheckParticleRangeOK()
|