Searched refs:rmax (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/openssl/openssl/util/ |
H A D | mkerr.pl | 134 my %rmax; # lib -> max assigned reason code 158 $rmax{$lib} = 100; 224 $rmax{$lib} = $code if $code > $rmax{$lib}; 236 foreach my $lib ( sort keys %rmax ) { 374 $findcode = $rmax{$lib} if !defined $findcode; 477 $findcode = $rmax{$lib} if !defined $findcode;
|
/third_party/openssl/util/ |
H A D | mkerr.pl | 134 my %rmax; # lib -> max assigned reason code 158 $rmax{$lib} = 100; 224 $rmax{$lib} = $code if $code > $rmax{$lib}; 236 foreach my $lib ( sort keys %rmax ) { 374 $findcode = $rmax{$lib} if !defined $findcode; 477 $findcode = $rmax{$lib} if !defined $findcode;
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/ |
H A 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/python/Modules/_decimal/tests/ |
H A 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, tupl [all...] |
/third_party/alsa-lib/src/control/ |
H A 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/ltp/tools/sparse/sparse-src/validation/expand/ |
H A D | bad-shift.c | 13 static int rmax(int a) in rmax() function 42 rmax:
|
/third_party/node/deps/v8/src/compiler/ |
H A D | operation-typer.cc | 804 double const rmax = rhs.Max(); in NumberModulus() local 812 double rabs = std::max(std::abs(rmin), std::abs(rmax)) - 1; in NumberModulus() 852 double rmax = rhs.Max(); in NumberBitwiseOr() local 860 if (rmin == 0 && rmax == 0) { in NumberBitwiseOr() 866 max = rmax; in NumberBitwiseOr() 869 if (lmax < 0 || rmax < 0) { in NumberBitwiseOr() 889 double rmax = rhs.Max(); in NumberBitwiseAnd() local 894 lmin >= 0 && rmin >= 0 ? std::min(lmax, rmax) : std::max(lmax, rmax); in NumberBitwiseAnd() 903 max = std::min(max, rmax); in NumberBitwiseAnd() 920 double rmax = rhs.Max(); NumberBitwiseXor() local [all...] |
/third_party/lame/mpglib/ |
H A D | layer3.c | 980 int rmax = max[0] > max[1] ? max[0] : max[1]; in III_dequantize_sample() local 981 rmax = (rmax > max[2] ? rmax : max[2]) + 1; in III_dequantize_sample() 982 gr_infos->maxb = rmax ? shortLimit[sfreq][rmax] : longLimit[sfreq][max[3] + 1]; in III_dequantize_sample()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A 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/tzdata/ |
H A D | zic.c | 1271 r = 0, rmax = 0; in get_rand_u64() local 1274 uint_fast64_t rmax1 = rmax; in get_rand_u64() 1283 rmax = rmax < rmax1 ? rmax1 : UINT_FAST64_MAX; in get_rand_u64() 1284 } while (rmax < UINT_FAST64_MAX); in get_rand_u64()
|
Completed in 19 milliseconds