Home
last modified time | relevance | path

Searched full:constants (Results 1 – 25 of 2872) sorted by relevance

12345678910>>...115

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dnormalize_spheroidal_coordinates.hpp105 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 Dnormalize_spheroidal_box_coordinates.hpp34 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/include/uapi/linux/
H A Dethtool_netlink.h46 /* add new constants above here */
84 /* add new constants above here */
108 /* add new constants above here */
121 /* add new constants above here */
130 /* add new constants above here */
143 /* add new constants above here */
155 /* add new constants above here */
164 /* add new constants above here */
175 /* add new constants above here */
184 /* add new constants above here */
[all …]
/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 Dmultipoint.hpp66 template <typename Constants, typename MultiPoint, typename OutputIterator>
95 Constants::min_latitude())) in analyze_point_coordinates()
100 Constants::max_latitude())) in analyze_point_coordinates()
143 typename Constants,
168 if (math::larger(lon_max - lon_min, Constants::half_period())) in get_min_max_longitudes()
177 = Constants::period() + lon_min - lon_max; in get_min_max_longitudes()
182 lon_max = max_gap_left + Constants::period(); in get_min_max_longitudes()
189 typename Constants,
204 lat_min = Constants::min_latitude(); in get_min_max_latitudes()
205 lat_max = Constants::max_latitude(); in get_min_max_latitudes()
[all …]
H A Drange_of_boxes.hpp95 > 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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DM2-Constants.html17 <title>Debugging with GDB: M2 Constants</title>
19 <meta name="description" content="Debugging with GDB: M2 Constants">
20 <meta name="keywords" content="Debugging with GDB: M2 Constants">
64 <a name="M2-Constants"></a>
70 <a name="Constants-1"></a>
71 <h4 class="subsubsection">15.4.9.3 Constants</h4>
73 <p><small>GDB</small> allows you to express the constants of Modula-2 in the following
77 <li> Integer constants are simply a sequence of digits. When used in an
82 </li><li> Floating point constants appear as a sequence of digits, followed by a
89 </li><li> Character constants consist of a single character enclosed by a pair of
[all …]
H A DC-Constants.html17 <title>Debugging with GDB: C Constants</title>
19 <meta name="description" content="Debugging with GDB: C Constants">
20 <meta name="keywords" content="Debugging with GDB: C Constants">
64 <a name="C-Constants"></a>
70 <a name="C-and-C_002b_002b-Constants"></a>
71 <h4 class="subsubsection">15.4.1.2 C and C<tt>++</tt> Constants</h4>
73 <a name="index-C-and-C_002b_002b-constants"></a>
75 <p><small>GDB</small> allows you to express the constants of C and C<tt>++</tt> in the
79 <li> Integer constants are a sequence of digits. Octal constants are
80 specified by a leading &lsquo;<samp>0</samp>&rsquo; (i.e. zero), and hexadecimal constants
[all …]
H A DOpen-Flags.html28 <link href="Constants.html#Constants" rel="up" title="Constants">
30 <link href="Constants.html#Constants" rel="previous" title="Constants">
67 …"n" rel="next">mode_t Values</a>, Up: <a href="Constants.html#Constants" accesskey="u" rel="up">Co…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DM2-Constants.html17 <title>Debugging with GDB: M2 Constants</title>
19 <meta name="description" content="Debugging with GDB: M2 Constants">
20 <meta name="keywords" content="Debugging with GDB: M2 Constants">
64 <a name="M2-Constants"></a>
70 <a name="Constants-1"></a>
71 <h4 class="subsubsection">15.4.9.3 Constants</h4>
73 <p><small>GDB</small> allows you to express the constants of Modula-2 in the following
77 <li> Integer constants are simply a sequence of digits. When used in an
82 </li><li> Floating point constants appear as a sequence of digits, followed by a
89 </li><li> Character constants consist of a single character enclosed by a pair of
[all …]
H A DC-Constants.html17 <title>Debugging with GDB: C Constants</title>
19 <meta name="description" content="Debugging with GDB: C Constants">
20 <meta name="keywords" content="Debugging with GDB: C Constants">
64 <a name="C-Constants"></a>
70 <a name="C-and-C_002b_002b-Constants"></a>
71 <h4 class="subsubsection">15.4.1.2 C and C<tt>++</tt> Constants</h4>
73 <a name="index-C-and-C_002b_002b-constants"></a>
75 <p><small>GDB</small> allows you to express the constants of C and C<tt>++</tt> in the
79 <li> Integer constants are a sequence of digits. Octal constants are
80 specified by a leading &lsquo;<samp>0</samp>&rsquo; (i.e. zero), and hexadecimal constants
[all …]
H A DOpen-Flags.html28 <link href="Constants.html#Constants" rel="up" title="Constants">
30 <link href="Constants.html#Constants" rel="previous" title="Constants">
67 …"n" rel="next">mode_t Values</a>, Up: <a href="Constants.html#Constants" accesskey="u" rel="up">Co…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/ld.html/
H A DSymbolic-Constants.html17 <title>LD: Symbolic Constants</title>
19 <meta name="description" content="LD: Symbolic Constants">
20 <meta name="keywords" content="LD: Symbolic Constants">
30 <link href="Constants.html#Constants" rel="previous" title="Constants">
64 <a name="Symbolic-Constants"></a>
67 … rel="next">Symbols</a>, Previous: <a href="Constants.html#Constants" accesskey="p" rel="previous"…
70 <a name="Symbolic-Constants-1"></a>
71 <h4 class="subsection">3.10.2 Symbolic Constants</h4>
72 <a name="index-symbolic-constants"></a>
74 <p>It is possible to refer to target-specific constants via the use of
H A DConstants.html17 <title>LD: Constants</title>
19 <meta name="description" content="LD: Constants">
20 <meta name="keywords" content="LD: Constants">
29 <link href="Symbolic-Constants.html#Symbolic-Constants" rel="next" title="Symbolic Constants">
64 <a name="Constants"></a>
67 Next: <a href="Symbolic-Constants.html#Symbolic-Constants" accesskey="n" rel="next">Symbolic Consta…
70 <a name="Constants-1"></a>
71 <h4 class="subsection">3.10.1 Constants</h4>
73 <a name="index-constants-in-linker-scripts"></a>
74 <p>All constants are integers.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/
H A DCharacters.html27 <link href="Constants.html#Constants" rel="up" title="Constants">
29 <link href="Constants.html#Constants" rel="previous" title="Constants">
66 …sskey="n" rel="next">Numbers</a>, Up: <a href="Constants.html#Constants" accesskey="u" rel="up">Co…
69 <a name="Character-Constants"></a>
70 <h4 class="subsection">3.6.1 Character Constants</h4>
72 <a name="index-character-constants"></a>
74 <p>There are two kinds of character constants. A <em>character</em> stands
76 numeric expressions. String constants (properly called string
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/
H A DCharacters.html27 <link href="Constants.html#Constants" rel="up" title="Constants">
29 <link href="Constants.html#Constants" rel="previous" title="Constants">
66 …sskey="n" rel="next">Numbers</a>, Up: <a href="Constants.html#Constants" accesskey="u" rel="up">Co…
69 <a name="Character-Constants"></a>
70 <h4 class="subsection">3.6.1 Character Constants</h4>
72 <a name="index-character-constants"></a>
74 <p>There are two kinds of character constants. A <em>character</em> stands
76 numeric expressions. String constants (properly called string
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/ld.html/
H A DSymbolic-Constants.html17 <title>LD: Symbolic Constants</title>
19 <meta name="description" content="LD: Symbolic Constants">
20 <meta name="keywords" content="LD: Symbolic Constants">
30 <link href="Constants.html#Constants" rel="previous" title="Constants">
64 <a name="Symbolic-Constants"></a>
67 … rel="next">Symbols</a>, Previous: <a href="Constants.html#Constants" accesskey="p" rel="previous"…
70 <a name="Symbolic-Constants-1"></a>
71 <h4 class="subsection">3.10.2 Symbolic Constants</h4>
72 <a name="index-symbolic-constants"></a>
74 <p>It is possible to refer to target-specific constants via the use of
H A DConstants.html17 <title>LD: Constants</title>
19 <meta name="description" content="LD: Constants">
20 <meta name="keywords" content="LD: Constants">
29 <link href="Symbolic-Constants.html#Symbolic-Constants" rel="next" title="Symbolic Constants">
64 <a name="Constants"></a>
67 Next: <a href="Symbolic-Constants.html#Symbolic-Constants" accesskey="n" rel="next">Symbolic Consta…
70 <a name="Constants-1"></a>
71 <h4 class="subsection">3.10.1 Constants</h4>
73 <a name="index-constants-in-linker-scripts"></a>
74 <p>All constants are integers.
/OK3568_Linux_fs/kernel/scripts/gdb/linux/
H A Dproc.py15 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 …]
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Datmel_usart.h220 /* Constants for USART_MODE */
229 /* Constants for USCLKS */
234 /* Constants for CHRL */
240 /* Constants for PAR */
248 /* Constants for NBSTOP */
253 /* Constants for CHMODE */
259 /* Constants for MSBF */
263 /* Constants for OVER */
267 /* Constants for CD */
271 /* Constants for TO */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/
H A Dfloat.h138 0 evaluate all operations and constants just to the range and
140 1 evaluate operations and constants of type float and double
142 long double operations and constants to the range and
144 2 evaluate all operations and constants to the range and
150 0 evaluate all operations and constants, whose semantic type has
152 precision of float; evaluate all other operations and constants
154 1 evaluate all operations and constants, whose semantic type has
156 precision of double; evaluate all other operations and constants
158 2 evaluate all operations and constants, whose semantic type has
161 constants to the range and precision of the semantic type.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/
H A Dfloat.h138 0 evaluate all operations and constants just to the range and
140 1 evaluate operations and constants of type float and double
142 long double operations and constants to the range and
144 2 evaluate all operations and constants to the range and
150 0 evaluate all operations and constants, whose semantic type has
152 precision of float; evaluate all other operations and constants
154 1 evaluate all operations and constants, whose semantic type has
156 precision of double; evaluate all other operations and constants
158 2 evaluate all operations and constants, whose semantic type has
161 constants to the range and precision of the semantic type.
[all …]
/OK3568_Linux_fs/kernel/include/video/
H A Dradeon.h456 /* MCLK_CNTL bit constants */
464 /* SCLK_CNTL bit constants */
469 /* SCLK_MORE_CNTL bit constants */
472 /* BUS_CNTL bit constants */
510 /* CLOCK_CNTL_INDEX bit constants */
513 /* CNFG_CNTL bit constants */
520 /* CRTC_EXT_CNTL bit constants */
530 /* DSTCACHE_CTLSTAT bit constants */
536 /* DSTCACHE_MODE bits constants */
540 /* CRTC_GEN_CNTL bit constants */
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dradeon.h458 /* MCLK_CNTL bit constants */
466 /* SCLK_CNTL bit constants */
471 /* SCLK_MORE_CNTL bit constants */
474 /* BUS_CNTL bit constants */
512 /* CLOCK_CNTL_INDEX bit constants */
515 /* CONFIG_CNTL bit constants */
522 /* CRTC_EXT_CNTL bit constants */
532 /* DSTCACHE_CTLSTAT bit constants */
538 /* CRTC_GEN_CNTL bit constants */
547 /* CRTC_STATUS bit constants */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-172210 * _SC_2_C_DEV: Constants for Sysconf.
2212 * _SC_2_FORT_DEV: Constants for Sysconf.
2214 * _SC_2_FORT_RUN: Constants for Sysconf.
2216 * _SC_2_LOCALEDEF: Constants for Sysconf.
2218 * _SC_2_SW_DEV: Constants for Sysconf.
2220 * _SC_2_VERSION: Constants for Sysconf.
2222 * _SC_AIO_LISTIO_MAX: Constants for Sysconf.
2224 * _SC_AIO_MAX: Constants for Sysconf.
2226 * _SC_AIO_PRIO_DELTA_MAX: Constants for Sysconf.
2228 * _SC_ARG_MAX: Constants for Sysconf.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-172210 * _SC_2_C_DEV: Constants for Sysconf.
2212 * _SC_2_FORT_DEV: Constants for Sysconf.
2214 * _SC_2_FORT_RUN: Constants for Sysconf.
2216 * _SC_2_LOCALEDEF: Constants for Sysconf.
2218 * _SC_2_SW_DEV: Constants for Sysconf.
2220 * _SC_2_VERSION: Constants for Sysconf.
2222 * _SC_AIO_LISTIO_MAX: Constants for Sysconf.
2224 * _SC_AIO_MAX: Constants for Sysconf.
2226 * _SC_AIO_PRIO_DELTA_MAX: Constants for Sysconf.
2228 * _SC_ARG_MAX: Constants for Sysconf.
[all …]

12345678910>>...115