| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/ |
| H A D | normalize_spheroidal_coordinates.hpp | 105 typedef constants_on_spheroid<CoordinateType, Units> constants; typedef in boost::geometry::math::detail::normalize_spheroidal_coordinates 111 math::mod(value + constants::half_period(), constants::period()) in normalize_up() 112 - constants::half_period(); in normalize_up() 118 math::mod(value - constants::half_period(), constants::period()) in normalize_down() 119 + constants::half_period(); in normalize_down() 126 if (math::equals(math::abs(longitude), constants::half_period())) in apply() 128 longitude = constants::half_period(); in apply() 130 else if (longitude > constants::half_period()) in apply() 133 if (math::equals(longitude, -constants::half_period())) in apply() 135 longitude = constants::half_period(); in apply() [all …]
|
| H A D | normalize_spheroidal_box_coordinates.hpp | 34 typedef constants_on_spheroid<CoordinateType, Units> constants; typedef in boost::geometry::math::detail::normalize_spheroidal_box_coordinates 40 constants::period()); in is_band() 53 if (math::equals(latitude1, constants::min_latitude()) in apply() 54 && math::equals(latitude2, constants::min_latitude())) in apply() 59 else if (math::equals(latitude1, constants::max_latitude()) in apply() 60 && math::equals(latitude2, constants::max_latitude())) in apply() 69 longitude1 = constants::min_longitude(); in apply() 70 longitude2 = constants::max_longitude(); in apply() 76 longitude2 += constants::period(); in apply() 81 BOOST_GEOMETRY_ASSERT(! math::smaller(latitude1, constants::min_latitude())); in apply() [all …]
|
| /OK3568_Linux_fs/kernel/scripts/gdb/linux/ |
| H A D | proc.py | 15 from linux import constants 121 FS_INFO = {constants.LX_SB_SYNCHRONOUS: ",sync", 122 constants.LX_SB_MANDLOCK: ",mand", 123 constants.LX_SB_DIRSYNC: ",dirsync", 124 constants.LX_SB_NOATIME: ",noatime", 125 constants.LX_SB_NODIRATIME: ",nodiratime"} 127 MNT_INFO = {constants.LX_MNT_NOSUID: ",nosuid", 128 constants.LX_MNT_NODEV: ",nodev", 129 constants.LX_MNT_NOEXEC: ",noexec", 130 constants.LX_MNT_NOATIME: ",noatime", [all …]
|
| H A D | timerlist.py | 8 from linux import constants 59 text += " .resolution: {} nsecs\n".format(constants.LX_hrtimer_resolution) 62 if constants.LX_CONFIG_HIGH_RES_TIMERS: 80 if constants.LX_CONFIG_HIGH_RES_TIMERS: 90 if constants.LX_CONFIG_TICK_ONESHOT: 153 if constants.LX_NR_CPUS > 1: 196 if constants.LX_CONFIG_GENERIC_CLOCKEVENTS: 197 if constants.LX_CONFIG_GENERIC_CLOCKEVENTS_BROADCAST: 204 if constants.LX_CONFIG_TICK_ONESHOT:
|
| H A D | Makefile | 21 extra-y += constants.py 22 $(obj)/constants.py: $(src)/constants.py.in FORCE
|
| H A D | clk.py | 8 from linux import utils, lists, constants 38 '(c)' if clk['flags'] & constants.LX_CLK_GET_RATE_NOCACHE else ' '))
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/envelope/ |
| H A D | range_of_boxes.hpp | 95 > constants; in apply() typedef 98 Longitude const period = constants::period(); in apply() 115 if (math::larger(lon_max - lon_min, constants::half_period())) in apply() 124 (! math::larger(lon_max, constants::max_longitude())); in apply() 126 (! math::smaller(lon_min, constants::min_longitude())); in apply() 131 (! math::larger(max_gap_right, constants::max_longitude())); in apply() 133 (! math::smaller(max_gap_left, constants::min_longitude())); in apply() 249 > constants; in apply() typedef 263 coordinate_type const min_longitude = constants::min_longitude(); in apply() 264 coordinate_type const max_longitude = constants::max_longitude(); in apply() [all …]
|
| H A D | multipoint.hpp | 244 > constants; in apply() typedef 267 analyze_point_coordinates<constants>(multipoint, in apply() 278 ? constants::min_latitude() in apply() 279 : constants::max_latitude(); in apply() 281 ? constants::max_latitude() in apply() 282 : constants::min_latitude(); in apply() 291 ? constants::min_latitude() in apply() 292 : constants::max_latitude(); in apply() 294 ? constants::max_latitude() in apply() 295 : constants::min_latitude(); in apply() [all …]
|
| H A D | segment.hpp | 122 > constants; in crosses_antimeridian() typedef 124 return math::abs(lon1 - lon2) > constants::half_period(); // > pi in crosses_antimeridian() 198 > constants; in special_cases() typedef 200 bool is_pole1 = math::equals(math::abs(lat1), constants::max_latitude()); in special_cases() 201 bool is_pole2 = math::equals(math::abs(lat2), constants::max_latitude()); in special_cases() 245 lon1 += constants::period(); in special_cases()
|
| /OK3568_Linux_fs/buildroot/package/python-rpi-gpio/ |
| H A D | 0001-fix-build-with-gcc-10.x.patch | 45 diff -purN python-rpi-gpio.org/source/constants.c python-rpi-gpio/source/constants.c 46 --- python-rpi-gpio.org/source/constants.c 2019-07-21 14:41:22.000000000 +0200 47 +++ python-rpi-gpio/source/constants.c 2020-08-07 09:32:15.522196618 +0200 53 #include "constants.h" 56 diff -purN python-rpi-gpio.org/source/constants.h python-rpi-gpio/source/constants.h 57 --- python-rpi-gpio.org/source/constants.h 2019-07-21 14:41:22.000000000 +0200 58 +++ python-rpi-gpio/source/constants.h 2020-08-07 09:32:15.522196618 +0200
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs-78/ |
| H A D | 0008-riscv.patch | 8 python/mozbuild/mozbuild/configure/constants.py | 2 ++ 28 …iff --git a/python/mozbuild/mozbuild/configure/constants.py b/python/mozbuild/mozbuild/configure/c… 30 --- a/python/mozbuild/mozbuild/configure/constants.py 31 +++ b/python/mozbuild/mozbuild/configure/constants.py
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | salsa20_generic.c | 117 const char *constants; in salsa20_setkey() local 129 constants = sigma; in salsa20_setkey() 131 constants = tau; in salsa20_setkey() 137 ctx->initial_state[0] = get_unaligned_le32(constants + 0); in salsa20_setkey() 138 ctx->initial_state[5] = get_unaligned_le32(constants + 4); in salsa20_setkey() 139 ctx->initial_state[10] = get_unaligned_le32(constants + 8); in salsa20_setkey() 140 ctx->initial_state[15] = get_unaligned_le32(constants + 12); in salsa20_setkey()
|
| /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 D | box_box.hpp | 107 typedef math::detail::constants_on_spheroid<calc_t, units_t> constants; in apply() typedef 119 if (diff1 < constants::period() && diff2 < constants::period()) in apply() 124 calc_t b2_max_transl = b2_min_transl - constants::period() + diff2; in apply() 129 if (math::abs(b2_max_transl - b2_max) < constants::period() / 2) in apply()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/ |
| H A D | parallel_make.patch | 24 -_generated/constants.py: $(tools_dir)/python-constants-generator.xsl $(wildcard $(spec_dir)/*.xml) 25 +_generated/constants.py: _generated/__init__.py $(tools_dir)/python-constants-generator.xsl $(wild… 27 $(tools_dir)/python-constants-generator.xsl \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/expand/ |
| H A D | point.hpp | 141 > constants; in apply() typedef 160 if (math::equals(math::abs(p_lat), constants::max_latitude())) in apply() 172 && math::equals(math::abs(b_lat_min), constants::max_latitude())) in apply() 192 box_coordinate_type p_lon_shifted = p_lon + constants::period(); in apply() 213 constants::period() - p_lon + b_lon_min)) in apply() 216 b_lon_max += constants::period(); in apply()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/ |
| H A D | aty128fb.c | 440 struct aty128_constants constants; /* PLL and others */ member 906 par->constants.ppll_max = BIOS_IN32(bios_pll + 0x16); in aty128_get_pllinfo() 907 par->constants.ppll_min = BIOS_IN32(bios_pll + 0x12); in aty128_get_pllinfo() 908 par->constants.xclk = BIOS_IN16(bios_pll + 0x08); in aty128_get_pllinfo() 909 par->constants.ref_divider = BIOS_IN16(bios_pll + 0x10); in aty128_get_pllinfo() 910 par->constants.ref_clk = BIOS_IN16(bios_pll + 0x0e); in aty128_get_pllinfo() 913 par->constants.ppll_max, par->constants.ppll_min, in aty128_get_pllinfo() 914 par->constants.xclk, par->constants.ref_divider, in aty128_get_pllinfo() 915 par->constants.ref_clk); in aty128_get_pllinfo() 958 if (!par->constants.ref_clk) in aty128_timings() [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | strnlen_user.c | 25 const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; in do_strnlen_user() local 42 if (has_zero(c, &data, &constants)) { in do_strnlen_user() 43 data = prep_zero_mask(c, data, &constants); in do_strnlen_user()
|
| H A D | strncpy_from_user.c | 31 const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; in do_strncpy_from_user() local 54 if (has_zero(c, &data, &constants)) { in do_strncpy_from_user() 55 data = prep_zero_mask(c, data, &constants); in do_strncpy_from_user()
|
| /OK3568_Linux_fs/kernel/lib/mpi/ |
| H A D | mpiutil.c | 24 static MPI constants[MPI_NUMBER_OF_CONSTANTS]; variable 58 constants[idx] = mpi_alloc_set_ui(value); in mpi_init() 59 constants[idx]->flags = (16|32); in mpi_init() 74 if (!constants[no]) in mpi_const() 76 return constants[no]; in mpi_const()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/ |
| H A D | aicasm_symbol.c | 469 symlist_t constants; in symtable_dump() local 486 SLIST_INIT(&constants); in symtable_dump() 508 symlist_add(&constants, cursym, in symtable_dump() 651 while (SLIST_FIRST(&constants) != NULL) { in symtable_dump() 654 curnode = SLIST_FIRST(&constants); in symtable_dump() 655 SLIST_REMOVE_HEAD(&constants, links); in symtable_dump()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/cavium/zip/ |
| H A D | zip_main.c | 123 union zip_constants constants; in zip_init_hw() local 141 constants.u_reg64 = zip_reg_read(zip->reg_base + ZIP_CONSTANTS); in zip_init_hw() 142 zip->depth = constants.s.depth; in zip_init_hw() 143 zip->onfsize = constants.s.onfsize; in zip_init_hw() 144 zip->ctxsize = constants.s.ctxsize; in zip_init_hw()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/ |
| H A D | point_in_poly_winding.hpp | 47 > constants; typedef 51 return constants::half_period() / CalculationType(180); in apply() 146 typedef math::detail::constants_on_spheroid<CalculationType, units_t> constants; typedef 156 calc_t const pi = constants::half_period(); in apply() 180 calc_t s1x_anti = s1x + constants::half_period(); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/constants/ |
| H A D | calculate_constants.hpp | 13 namespace boost{ namespace math{ namespace constants{ namespace detail{ namespace 682 return boost::math::constants::pi<T, boost::math::policies::policy<> >() in compute() 683 * log(2 + boost::math::constants::root_three<T, boost::math::policies::policy<> >()) in compute() 747 return exp(sum / boost::math::constants::ln_two<T, boost::math::policies::policy<> >()); in khinchin() 855 return -2 * boost::math::constants::ln_two<T>(); in zeta_series_derivative_lead_2() 878 …v /= boost::math::constants::pi<T, forwarding_policy>() * boost::math::constants::pi<T, forwarding… in compute() 879 v -= boost::math::constants::euler<T, forwarding_policy>(); in compute() 880 v -= log(2 * boost::math::constants::pi<T, forwarding_policy>()); in compute()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
| H A D | mips-less-memory.patch | 22 --- a/deps/v8/src/codegen/mips/constants-mips.h 23 +++ b/deps/v8/src/codegen/mips/constants-mips.h
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/ |
| H A D | compare_circular.hpp | 47 static inline double full() { return 2.0 * boost::math::constants::pi<double>(); } in full() 48 static inline double half() { return boost::math::constants::pi<double>(); } in half()
|