/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/ |
nan.h | 1 /* `NAN' constant for IEEE 754 machines. 25 /* IEEE Not A Number. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
huge_val.h | 1 /* `HUGE_VAL' constant for IEEE 754 machines (where it is infinity). 26 /* IEEE positive infinity (-HUGE_VAL is negative infinity). */
|
huge_valf.h | 1 /* `HUGE_VALF' constant for IEEE 754 machines (where it is infinity). 26 /* IEEE positive infinity (-HUGE_VAL is negative infinity). */
|
nan.h | 1 /* `NAN' constant for IEEE 754 machines. 25 /* IEEE Not A Number. */
|
/external/kernel-headers/original/uapi/linux/ |
if_arp.h | 35 #define ARPHRD_IEEE802 6 /* IEEE 802.2 Ethernet/TR/TB */ 41 #define ARPHRD_IEEE1394 24 /* IEEE 1394 IPv4 - RFC 2734 */ 86 #define ARPHRD_IEEE80211 801 /* IEEE 802.11 */ 87 #define ARPHRD_IEEE80211_PRISM 802 /* IEEE 802.11 + Prism2 header */ 88 #define ARPHRD_IEEE80211_RADIOTAP 803 /* IEEE 802.11 + radiotap header */ 90 #define ARPHRD_IEEE802154_MONITOR 805 /* IEEE 802.15.4 network monitor */
|
dcbnl.h | 25 /* IEEE 802.1Qaz std supported values */ 33 /* This structure contains the IEEE 802.1Qaz ETS managed object 70 /* This structure contains rate limit extension to the IEEE 802.1Qaz ETS 81 /* This structure contains the IEEE 802.1Qaz PFC managed object 139 /* IEEE 802.1Qaz std supported values */ 145 /* This structure contains the IEEE 802.1Qaz APP managed object. This 210 * @DCB_CMD_IEEE_SET: set IEEE 802.1Qaz configuration 211 * @DCB_CMD_IEEE_GET: get IEEE 802.1Qaz configuration 217 * @DCB_CMD_IEEE_DEL: delete IEEE 802.1Qaz configuration 282 * @DCB_ATTR_IEEE: IEEE 802.1Qaz supported attributes (NLA_NESTED [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PAccessNetworkInfoHeader.java | 49 * access-type = "IEEE-802.11a" / "IEEE-802.11b" / "3GPP-GERAN" / "3GPP-UTRAN-FDD" / 74 public static final String IEEE_802_11 = "IEEE-802.11"; 75 public static final String IEEE_802_11A = "IEEE-802.11a"; 76 public static final String IEEE_802_11B = "IEEE-802.11b"; 77 public static final String IEEE_802_11G = "IEEE-802.11g";
|
/external/wpa_supplicant_8/src/ap/ |
wpa_auth_i.h | 2 * hostapd - IEEE 802.11i-2004 / WPA Authenticator: Internal definitions 72 Boolean PInitAKeys; /* WPA only, not in IEEE 802.11i */ 73 Boolean PTKRequest; /* not in IEEE 802.11i state machine */ 77 u8 *last_rx_eapol_key; /* starting from IEEE 802.1X header */ 101 WPA_VERSION_WPA = 1 /* WPA / IEEE 802.11i/D3.0 */, 102 WPA_VERSION_WPA2 = 2 /* WPA2 / IEEE 802.11i */
|
/external/fdlibm/ |
readme | 40 for machines that support IEEE 754 floating-point arithmetic. 55 a. IEEE 754 style (if not precise compliance) arithmetic; 57 c. Each double precision floating-point number must be in IEEE 754 64 IEEE double format: 0x4000000000000000 88 d. IEEE exceptions may trigger "signals" as is common in Unix 103 computed value. On an IEEE machine, this will trigger the 115 are in "IEEE spirit" (i.e., return the most reasonable result in 161 There are two types of libm.a. One is IEEE only, and the other is 162 multi-standard compliant (supports IEEE,XOPEN,POSIX/ANSI,SVID). 164 To create the IEEE only libm.a, use [all...] |
/external/stlport/src/ |
num_get_float.cpp | 59 /* This is the IEEE 854 double-extended-precision format. */ 66 } ieee; member in union:ieee854_long_double 326 /* IEEE representation */ 452 * IEEE Double Precision Format 482 template <class D, class IEEE, int M, int BIAS> 559 * IEEE Double Precision Format 577 IEEE v; 579 v.ieee.mantissa0 = vv.i32.hi; 580 v.ieee.mantissa1 = vv.i32.lo; 581 v.ieee.negative = 0 [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
num_get_float.cpp | 59 /* This is the IEEE 854 double-extended-precision format. */ 66 } ieee; member in union:ieee854_long_double 326 /* IEEE representation */ 452 * IEEE Double Precision Format 482 template <class D, class IEEE, int M, int BIAS> 559 * IEEE Double Precision Format 577 IEEE v; 579 v.ieee.mantissa0 = vv.i32.hi; 580 v.ieee.mantissa1 = vv.i32.lo; 581 v.ieee.negative = 0 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
regex_constants.h | 114 * that used by POSIX basic regular expressions in IEEE Std 1003.1-2001, 116 * Headers, Section 9, Regular Expressions [IEEE, Information Technology -- 117 * Portable Operating System Interface (POSIX), IEEE Standard 1003.1-2001]. 123 * that used by POSIX extended regular expressions in IEEE Std 1003.1-2001, 131 * that used by POSIX utility awk in IEEE Std 1003.1-2001. This option is 141 * that used by POSIX utility grep in IEEE Std 1003.1-2001. This option is 150 * IEEE Std 1003.1-2001. This option is identical to syntax_option_type 278 * in IEEE Std 1003.1- 2001 [IEEE, Information Technology -- Portable 279 * Operating System Interface (POSIX), IEEE Standard 1003.1-2001] [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
regex_constants.h | 121 * that used by POSIX basic regular expressions in IEEE Std 1003.1-2001, 123 * Headers, Section 9, Regular Expressions [IEEE, Information Technology -- 124 * Portable Operating System Interface (POSIX), IEEE Standard 1003.1-2001]. 130 * that used by POSIX extended regular expressions in IEEE Std 1003.1-2001, 138 * that used by POSIX utility awk in IEEE Std 1003.1-2001. This option is 148 * that used by POSIX utility grep in IEEE Std 1003.1-2001. This option is 157 * IEEE Std 1003.1-2001. This option is identical to syntax_option_type 285 * in IEEE Std 1003.1- 2001 [IEEE, Information Technology -- Portable 286 * Operating System Interface (POSIX), IEEE Standard 1003.1-2001] [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
regex_constants.h | 121 * that used by POSIX basic regular expressions in IEEE Std 1003.1-2001, 123 * Headers, Section 9, Regular Expressions [IEEE, Information Technology -- 124 * Portable Operating System Interface (POSIX), IEEE Standard 1003.1-2001]. 130 * that used by POSIX extended regular expressions in IEEE Std 1003.1-2001, 138 * that used by POSIX utility awk in IEEE Std 1003.1-2001. This option is 148 * that used by POSIX utility grep in IEEE Std 1003.1-2001. This option is 157 * IEEE Std 1003.1-2001. This option is identical to syntax_option_type 285 * in IEEE Std 1003.1- 2001 [IEEE, Information Technology -- Portable 286 * Operating System Interface (POSIX), IEEE Standard 1003.1-2001] [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
regex_constants.h | 114 * that used by POSIX basic regular expressions in IEEE Std 1003.1-2001, 116 * Headers, Section 9, Regular Expressions [IEEE, Information Technology -- 117 * Portable Operating System Interface (POSIX), IEEE Standard 1003.1-2001]. 123 * that used by POSIX extended regular expressions in IEEE Std 1003.1-2001, 131 * that used by POSIX utility awk in IEEE Std 1003.1-2001. This option is 141 * that used by POSIX utility grep in IEEE Std 1003.1-2001. This option is 150 * IEEE Std 1003.1-2001. This option is identical to syntax_option_type 278 * in IEEE Std 1003.1- 2001 [IEEE, Information Technology -- Portable 279 * Operating System Interface (POSIX), IEEE Standard 1003.1-2001] [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
regex_constants.h | 114 * that used by POSIX basic regular expressions in IEEE Std 1003.1-2001, 116 * Headers, Section 9, Regular Expressions [IEEE, Information Technology -- 117 * Portable Operating System Interface (POSIX), IEEE Standard 1003.1-2001]. 123 * that used by POSIX extended regular expressions in IEEE Std 1003.1-2001, 131 * that used by POSIX utility awk in IEEE Std 1003.1-2001. This option is 141 * that used by POSIX utility grep in IEEE Std 1003.1-2001. This option is 150 * IEEE Std 1003.1-2001. This option is identical to syntax_option_type 278 * in IEEE Std 1003.1- 2001 [IEEE, Information Technology -- Portable 279 * Operating System Interface (POSIX), IEEE Standard 1003.1-2001] [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
regex_constants.h | 114 * that used by POSIX basic regular expressions in IEEE Std 1003.1-2001, 116 * Headers, Section 9, Regular Expressions [IEEE, Information Technology -- 117 * Portable Operating System Interface (POSIX), IEEE Standard 1003.1-2001]. 123 * that used by POSIX extended regular expressions in IEEE Std 1003.1-2001, 131 * that used by POSIX utility awk in IEEE Std 1003.1-2001. This option is 141 * that used by POSIX utility grep in IEEE Std 1003.1-2001. This option is 150 * IEEE Std 1003.1-2001. This option is identical to syntax_option_type 278 * in IEEE Std 1003.1- 2001 [IEEE, Information Technology -- Portable 279 * Operating System Interface (POSIX), IEEE Standard 1003.1-2001] [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
regex_constants.h | 114 * that used by POSIX basic regular expressions in IEEE Std 1003.1-2001, 116 * Headers, Section 9, Regular Expressions [IEEE, Information Technology -- 117 * Portable Operating System Interface (POSIX), IEEE Standard 1003.1-2001]. 123 * that used by POSIX extended regular expressions in IEEE Std 1003.1-2001, 131 * that used by POSIX utility awk in IEEE Std 1003.1-2001. This option is 141 * that used by POSIX utility grep in IEEE Std 1003.1-2001. This option is 150 * IEEE Std 1003.1-2001. This option is identical to syntax_option_type 278 * in IEEE Std 1003.1- 2001 [IEEE, Information Technology -- Portable 279 * Operating System Interface (POSIX), IEEE Standard 1003.1-2001] [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
regex_constants.h | 121 * that used by POSIX basic regular expressions in IEEE Std 1003.1-2001, 123 * Headers, Section 9, Regular Expressions [IEEE, Information Technology -- 124 * Portable Operating System Interface (POSIX), IEEE Standard 1003.1-2001]. 130 * that used by POSIX extended regular expressions in IEEE Std 1003.1-2001, 138 * that used by POSIX utility awk in IEEE Std 1003.1-2001. This option is 148 * that used by POSIX utility grep in IEEE Std 1003.1-2001. This option is 157 * IEEE Std 1003.1-2001. This option is identical to syntax_option_type 285 * in IEEE Std 1003.1- 2001 [IEEE, Information Technology -- Portable 286 * Operating System Interface (POSIX), IEEE Standard 1003.1-2001] [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
regex_constants.h | 121 * that used by POSIX basic regular expressions in IEEE Std 1003.1-2001, 123 * Headers, Section 9, Regular Expressions [IEEE, Information Technology -- 124 * Portable Operating System Interface (POSIX), IEEE Standard 1003.1-2001]. 130 * that used by POSIX extended regular expressions in IEEE Std 1003.1-2001, 138 * that used by POSIX utility awk in IEEE Std 1003.1-2001. This option is 148 * that used by POSIX utility grep in IEEE Std 1003.1-2001. This option is 157 * IEEE Std 1003.1-2001. This option is identical to syntax_option_type 323 * in IEEE Std 1003.1- 2001 [IEEE, Information Technology -- Portable 324 * Operating System Interface (POSIX), IEEE Standard 1003.1-2001] [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/net/ |
if_arp.h | 80 #define ARPHRD_IEEE802 6 /* IEEE 802.2 Ethernet/TR/TB. */ 86 #define ARPHRD_IEEE1394 24 /* IEEE 1394 IPv4 - RFC 2734. */ 128 #define ARPHRD_IEEE80211 801 /* IEEE 802.11. */ 129 #define ARPHRD_IEEE80211_PRISM 802 /* IEEE 802.11 + Prism2 header. */ 130 #define ARPHRD_IEEE80211_RADIOTAP 803 /* IEEE 802.11 + radiotap header. */ 131 #define ARPHRD_IEEE802154 804 /* IEEE 802.15.4 header. */ 132 #define ARPHRD_IEEE802154_PHY 805 /* IEEE 802.15.4 PHY header. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/ |
if_arp.h | 80 #define ARPHRD_IEEE802 6 /* IEEE 802.2 Ethernet/TR/TB. */ 86 #define ARPHRD_IEEE1394 24 /* IEEE 1394 IPv4 - RFC 2734. */ 128 #define ARPHRD_IEEE80211 801 /* IEEE 802.11. */ 129 #define ARPHRD_IEEE80211_PRISM 802 /* IEEE 802.11 + Prism2 header. */ 130 #define ARPHRD_IEEE80211_RADIOTAP 803 /* IEEE 802.11 + radiotap header. */ 131 #define ARPHRD_IEEE802154 804 /* IEEE 802.15.4 header. */ 132 #define ARPHRD_IEEE802154_PHY 805 /* IEEE 802.15.4 PHY header. */
|
/development/ndk/platforms/android-9/arch-x86/include/machine/ |
ieee.h | 1 /* $OpenBSD: ieee.h,v 1.2 2003/06/02 23:27:47 millert Exp $ */ 2 /* $NetBSD: ieee.h,v 1.1 1996/09/30 16:34:25 ws Exp $ */ 41 * @(#)ieee.h 8.1 (Berkeley) 6/11/93 45 * ieee.h defines the machine-dependent layout of the machine's IEEE
|
/external/iproute2/include/linux/ |
if_arp.h | 35 #define ARPHRD_IEEE802 6 /* IEEE 802.2 Ethernet/TR/TB */ 41 #define ARPHRD_IEEE1394 24 /* IEEE 1394 IPv4 - RFC 2734 */ 86 #define ARPHRD_IEEE80211 801 /* IEEE 802.11 */ 87 #define ARPHRD_IEEE80211_PRISM 802 /* IEEE 802.11 + Prism2 header */ 88 #define ARPHRD_IEEE80211_RADIOTAP 803 /* IEEE 802.11 + radiotap header */
|
if_ether.h | 6 * Global definitions for the Ethernet IEEE 802.3 interface. 27 * IEEE 802.3 Ethernet magic constants. The frame sizes omit the preamble 66 #define ETH_P_PAUSE 0x8808 /* IEEE Pause frames. See 802.3 31B */ 79 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ 85 #define ETH_P_1588 0x88F7 /* IEEE 1588 Timesync */
|