HomeSort by relevance Sort by last modified time
    Searched full:ieee (Results 1 - 25 of 1485) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/VEX/priv/
host_generic_maddf.c 82 /* This is the IEEE 754 double-precision format. */
95 } ieee; member in union:vg_ieee754_double
121 if ((u.ieee.mantissa1 & 1) == 0 && u.ieee.exponent != 0x7ff)
122 u.ieee.mantissa1 |= j;
144 if (UNLIKELY (u.ieee.exponent + v.ieee.exponent
146 || UNLIKELY (u.ieee.exponent >= 0x7ff - DBL_MANT_DIG)
147 || UNLIKELY (v.ieee.exponent >= 0x7ff - DBL_MANT_DIG)
148 || UNLIKELY (w.ieee.exponent >= 0x7ff - DBL_MANT_DIG
    [all...]
  /external/wpa_supplicant_8/hostapd/
hostapd.8 3 hostapd \- IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
14 It implements IEEE 802.11 access point management, IEEE 802.1X/WPA/WPA2/EAP Authenticators and RADIUS authentication server.
hostapd.deny 1 # List of MAC addresses that are not allowed to authenticate (IEEE 802.11)
hostapd.accept 1 # List of MAC addresses that are allowed to authenticate (IEEE 802.11)
README 1 hostapd - user space IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP
55 driver. It adds more features to the basic IEEE 802.11 management
57 server for MAC address based access control, IEEE 802.1X Authenticator
58 and dynamic WEP keying, RADIUS accounting, WPA/WPA2 (IEEE 802.11i/RSN)
87 Any wired Ethernet driver for wired IEEE 802.1X authentication
105 IEEE 802.1X
108 IEEE Std 802.1X-2001 is a standard for port-based network access
109 control. In case of IEEE 802.11 networks, a "virtual port" is used
110 between each associated station and the AP. IEEE 802.11 specifie
    [all...]
android.config 42 # IEEE 802.11F/IAPP
45 # WPA2/IEEE 802.11i RSN pre-authentication
48 # PeerKey handshake for Station to Station Link (IEEE 802.11e DLS)
51 # IEEE 802.11w (management frame protection)
52 # This version is an experimental implementation based on IEEE 802.11w/D1.0
54 # Driver support is also needed for IEEE 802.11w.
131 # IEEE Std 802.11r-2008 (Fast BSS Transition)
134 # Use the hostapd's IEEE 802.11 authentication (ACL), but without
135 # the IEEE 802.11 Management capability (e.g., madwifi or FreeBSD/net80211)
138 # IEEE 802.11n (High Throughput) suppor
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_1x_defs.h 2 * IEEE Std 802.1X-2010 definitions
31 /* IEEE Std 802.1X-2010 - Table 11-6 - MACsec Capability */
63 /* IEEE Std 802.1X-2010 - Table 11-6 - Confidentiality Offset */
71 /* IEEE Std 802.1X-2010 - Table 9-2 */
  /external/wpa_supplicant_8/wpa_supplicant/examples/
ieee8021x.conf 0 # IEEE 802.1X with dynamic WEP keys using EAP-PEAP/MSCHAPv2
  /external/bison/m4/
fpieee.m4 7 dnl IEEE 754 standardized three items:
29 # IEEE behaviour is the default on all CPUs except Alpha and SH
35 # See the ieee(3) manual page, also available at
39 # For full IEEE compliance (rarely needed), use option -mieee-with-inexact.
42 # Compaq (ex-DEC) C has the option -ieee, equivalent to -ieee_with_no_inexact.
43 # For full IEEE compliance (rarely needed), use option -ieee_with_inexact.
44 CPPFLAGS="$CPPFLAGS -ieee"
  /external/clang/test/Driver/
x86_features.c 6 // RUN: %clang -### %s -mieee-fp -S 2>&1 | FileCheck --check-prefix=IEEE %s
7 // IEEE-NOT: error: unknown argument
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_nanl.c 38 union IEEEl2bits ieee; member in union:__anon1061
43 u.ieee.bits.exp = 0x7fff;
44 u.ieee.bits.manh |= 1ULL << 47; /* make it a quiet NaN */
45 return (u.ieee.e);
  /external/wpa_supplicant_8/src/ap/
wnm_ap.h 2 * IEEE 802.11v WNM related functions and structures
beacon.h 2 * hostapd / IEEE 802.11 Management: Beacon and Probe Request/Response
iapp.h 2 * hostapd / IEEE 802.11F-2003 Inter-Access Point Protocol (IAPP)
ieee802_11_auth.h 2 * hostapd / IEEE 802.11 authentication (ACL)
  /external/fdlibm/
s_logb.c 16 * IEEE 754 logb. Included to pass IEEE test suite. Not recommend.
34 if((ix>>=20)==0) /* IEEE 754 logb */
  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_background.sgml 10 <refpurpose>Background information on Wi-Fi Protected Access and IEEE 802.11i</refpurpose>
15 <para>The original security mechanism of IEEE 802.11 standard was
18 (Security) of IEEE 802.11 working group
21 2004. The IEEE 802.11i amendment to the IEEE 802.11 standard was
25 of the IEEE 802.11i work (draft 3.0) to define a subset of the
33 <para>IEEE 802.11 standard defined wired equivalent privacy (WEP)
53 EAP just like IEEE 802.1X is using or pre-shared keys without need
69 <title>IEEE 802.11i / WPA2</title>
71 <para>The design for parts of IEEE 802.11i that were not include
    [all...]
  /external/llvm/test/CodeGen/R600/
llvm.sqrt.ll 6 ; R600-CHECK: MUL NON-IEEE T{{[0-9]\.[XYZW]}}, KC0[2].Z, PS
18 ; R600-CHECK-DAG: MUL NON-IEEE T{{[0-9]\.[XYZW]}}, KC0[2].W, PS
20 ; R600-CHECK-DAG: MUL NON-IEEE T{{[0-9]\.[XYZW]}}, KC0[3].X, PS
33 ; R600-CHECK-DAG: MUL NON-IEEE T{{[0-9]\.[XYZW]}}, KC0[3].Y, PS
35 ; R600-CHECK-DAG: MUL NON-IEEE T{{[0-9]\.[XYZW]}}, KC0[3].Z, PS
37 ; R600-CHECK-DAG: MUL NON-IEEE T{{[0-9]\.[XYZW]}}, KC0[3].W, PS
39 ; R600-CHECK-DAG: MUL NON-IEEE T{{[0-9]\.[XYZW]}}, KC0[4].X, PS
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
README 4 routines for IEEE doubles.
  /external/chromium_org/third_party/mesa/src/docs/
README.VMS 30 changed default compilation to use /float=ieee/ieee=denorm. The reason for
37 of IEEE floating point by removing the /float=IEEE/denorm flag from the
  /external/mesa3d/docs/
README.VMS 30 changed default compilation to use /float=ieee/ieee=denorm. The reason for
37 of IEEE floating point by removing the /float=IEEE/denorm flag from the
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_key.c 2 * IEEE 802.1X-2010 Key Hierarchy
8 * SAK derivation specified in IEEE Std 802.1X-2010, Clause 6.2
33 /* IEEE Std 802.1X-2010, 6.2.1 KDF */
79 * IEEE Std 802.1X-2010, 6.2.2
96 * IEEE Std 802.1X-2010, 6.2.2
125 * IEEE Std 802.1X-2010, 9.3.3
145 * IEEE Std 802.1X-2010, 9.3.3
165 * IEEE Std 802.1X-2010, 9.4.1
182 * IEEE Std 802.1X-2010, 9.8.1
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_kay.h 2 * IEEE 802.1X-2010 KaY Interface
  /development/samples/BluetoothHDP/
_index.jd 11 are also referenced in the ISO/IEEE 11073-20601 [7] specification as
14 <p>The application manages connection with Bluetooth HDP-enabled devices. Possible device type include blood pressure monitor, glucose meter, thermometer, etc. Upon connection, the application retrieves raw data sent from the device. Note that in order to interpret the data, a parser that conforms to the IEEE 11073-xxxxx specifications would be required.</p>
  /external/chromium_org/base/third_party/dmg_fp/
dmg_fp.h 11 // string (or set errno to ERANGE). With IEEE arithmetic, ties are
12 // broken by the IEEE round-even rule. Otherwise ties are broken by

Completed in 1054 milliseconds

1 2 3 4 5 6 7 8 91011>>