Home
last modified time | relevance | path

Searched refs:diff_min (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dpoint_in_box.hpp72 static inline bool apply(CalcT const& diff_min, CalcT const& min_value, CalcT const& max_value) in apply()
75 return diff_min > c0 in apply()
76 && (min_value + diff_min < max_value in apply()
84 static inline bool apply(CalcT const& diff_min, CalcT const& min_value, CalcT const& max_value) in apply()
86 return min_value + diff_min <= max_value in apply()
122 … calc_t const diff_min = math::longitude_distance_unsigned<units_t, calc_t>(min_value, value); in apply() local
124 return DiffCheck::template apply<calc_t>(diff_min, min_value, max_value); in apply()
H A Dbox_in_box.hpp138 calc_t const diff_min = math::longitude_distance_unsigned<units_t>(bing_min, bed_min); in apply() local
141 return bing_min + diff_min + diff_ed <= bing_max in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/sections/
H A Dsection_functions.hpp66 calc_t const diff_min = math::longitude_distance_signed in apply() local
76 return diff_min < c0 && diff_min_min <= c0 && diff_min_min <= diff_min; in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/
H A Dbox_box.hpp122 calc_t const diff_min = math::longitude_distance_unsigned<units_t>(b1_min, b2_min); in apply() local
123 calc_t const b2_min_transl = b1_min + diff_min; // always right of b1_min in apply()
/OK3568_Linux_fs/kernel/drivers/clk/renesas/
H A Drcar-gen3-cpg.c321 unsigned long best_rate = ULONG_MAX, diff_min = ULONG_MAX; in cpg_sd_clock_determine_rate() local
334 if (diff < diff_min) { in cpg_sd_clock_determine_rate()
336 diff_min = diff; in cpg_sd_clock_determine_rate()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Drenesas_sdhi_core.c120 unsigned int freq, diff, best_freq = 0, diff_min = ~0; in renesas_sdhi_clk_update() local
148 if (diff <= diff_min) { in renesas_sdhi_clk_update()
150 diff_min = diff; in renesas_sdhi_clk_update()
H A Dsh_mmcif.c493 unsigned int freq, best_freq, myclk, div, diff_min, diff; in sh_mmcif_clock_control() local
497 diff_min = ~0; in sh_mmcif_clock_control()
513 if (diff <= diff_min) { in sh_mmcif_clock_control()
516 diff_min = diff; in sh_mmcif_clock_control()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/i810/
H A Di810_main.c710 u32 f_out, target_freq, diff = 0, mod_min, diff_min; in i810_calc_dclk() local
712 diff_min = mod_min = 0xFFFFFFFF; in i810_calc_dclk()
730 while (diff_min && mod_min && (n_target < n_target_max)) { in i810_calc_dclk()
743 if (diff_min > diff) { in i810_calc_dclk()
744 diff_min = diff; in i810_calc_dclk()