Home
last modified time | relevance | path

Searched refs:rmin (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/
H A Dwebtreemap.js110 var rmin = node.data['$area']; // Smallest seen child so far.
111 var rmax = rmin; // Largest child.
116 if (size < rmin)
117 rmin = size;
127 1*rsum*rsum / (space*space*rmin));
/third_party/alsa-lib/src/control/
H A Dtlv.c142 long rmin, rmax; in snd_tlv_get_dB_range() local
150 &rmin, &rmax); in snd_tlv_get_dB_range()
154 if (rmin < *min) in snd_tlv_get_dB_range()
155 *min = rmin; in snd_tlv_get_dB_range()
159 *min = rmin; in snd_tlv_get_dB_range()
/third_party/node/deps/v8/src/compiler/
H A Doperation-typer.cc803 double const rmin = rhs.Min(); in NumberModulus() local
812 double rabs = std::max(std::abs(rmin), std::abs(rmax)) - 1; in NumberModulus()
850 double rmin = rhs.Min(); in NumberBitwiseOr() local
856 lmin >= 0 && rmin >= 0 ? std::max(lmin, rmin) : std::min(lmin, rmin); in NumberBitwiseOr()
860 if (rmin == 0 && rmax == 0) { in NumberBitwiseOr()
865 min = rmin; in NumberBitwiseOr()
887 double rmin = rhs.Min(); in NumberBitwiseAnd() local
894 lmin >= 0 && rmin > in NumberBitwiseAnd()
918 double rmin = rhs.Min(); NumberBitwiseXor() local
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c1254 const float rmin = halfSize - 0.7071F; /* 0.7071 = sqrt(2)/2 */ in sp_setup_point() local
1256 const float rmin2 = MAX2(0.0F, rmin * rmin); in sp_setup_point()

Completed in 6 milliseconds