Searched refs:pred1 (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx5/ |
| H A D | clock.c | 306 u32 freq, pred1, pred2, podf; in get_ipg_per_clk() local 316 pred1 = MXC_CCM_CBCDR_PERCLK_PRED1_RD(podf); in get_ipg_per_clk() 319 return freq / ((pred1 + 1) * (pred2 + 1) * (podf + 1)); in get_ipg_per_clk()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/ |
| H A D | linear_linear.hpp | 149 …disjoint_linestring_pred<Result, boundary_checker<Geometry1>, false> pred1(result, boundary_checke… in apply() local 150 … for_each_disjoint_geometry_if<0, Geometry1>::apply(turns.begin(), turns.end(), geometry1, pred1); in apply()
|
| H A D | areal_areal.hpp | 249 pred1(geometry2, result, point_in_areal_strategy12); in apply() local 250 … for_each_disjoint_geometry_if<0, Geometry1>::apply(turns.begin(), turns.end(), geometry1, pred1); in apply()
|
| H A D | linear_areal.hpp | 271 > pred1(geometry2, in apply() local 275 … for_each_disjoint_geometry_if<0, Geometry1>::apply(turns.begin(), turns.end(), geometry1, pred1); in apply()
|