Home
last modified time | relevance | path

Searched refs:eq2 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/
H A Dpoint_in_poly_winding.hpp154 bool& eq2) in apply()
176 eq2 = eq2_strict // lon strictly equal to s2 in apply()
185 eq1 = eq2 = eq1 || eq2; in apply()
190 eq1 = eq2 = true; in apply()
196 if (eq1 && eq2) in apply()
229 bool& eq2) in apply()
236 eq2 = math::equals(s2x, px); in apply()
240 if (eq1 && eq2) in apply()
274 bool eq1, bool eq2) in apply()
286 : eq2 ? (greater(s1, p) ? -1 : 1) // idem in apply()
[all …]
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwm8978.c124 static SOC_ENUM_SINGLE_DECL(eq2, WM8978_EQ2, 5, wm8978_eq2);
167 SOC_ENUM("EQ2 Cut Off", eq2),