Home
last modified time | relevance | path

Searched +full:11 +full:ax (Results 1 – 25 of 191) sorted by relevance

12345678

/freebsd/lib/msun/ld80/
H A Ds_erfl.c54 qq4u = LD80C(0x87332f82cff4ff96, -11, 5.15746855583604912827e-4L),
126 sa4u = LD80C(0xcaa83f403713e33e, 11, 3.24251544209971162003e+3L),
128 sa6u = LD80C(0xb6ef97f9c753157b, 11, 2.92697460344182158454e+3L),
166 sb3u = LD80C(0x809c4ade46b927c7, 11, 2.05776827838541292848e+3L),
169 sb6u = LD80C(0x9d09a35988934631, 11, 2.51260238030767176221e+3L),
218 long double ax,R,S,P,Q,s,y,z,r; in erfl() local
232 ax = fabsl(x); in erfl()
233 if(ax < 0.84375) { in erfl()
234 if(ax < 0x1p-34L) { in erfl()
235 if(ax < 0x1p-16373L) in erfl()
[all …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddebugfs_htt_stats.h26 HTT_STATS_TX_TQM_GEN_MPDU_TAG = 11,
473 * (400us, 800us, 1600us & 3200us) in each mcs (0-11)
512 /* Counters to track number of rx packets in each GI in each mcs (0-11) */
667 /* 11AC */
678 /* 11AX */
698 /* 11AC error stats */
709 /* 11AX error stats */
1269 * in each GI (400us, 800us, 1600us & 3200us) in each mcs (0-11)
1279 * Counters for legacy 11a and 11b transmissions.
1283 * CCK: 0: 1 Mbps, 1: 2 Mbps, 2: 5.5 Mbps, 3: 11 Mbps
[all …]
/freebsd/lib/csu/powerpc/
H A Dcrtn.S27 .section .init,"ax",@progbits
28 lwz 11,0(1)
29 lwz 0,4(11)
31 lwz 31,-4(11)
32 mr 1,11
36 .section .fini,"ax",@progbits
37 lwz 11,0(1)
38 lwz 0,4(11)
40 lwz 31,-4(11)
41 mr 1,11
/freebsd/contrib/bc/tests/dc/
H A Dstrings.txt26 [11pR]
46 5 112ax 90ax 112ax 82ax
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dnvm-reg.h99 NVM_SECTION_TYPE_MAC_OVERRIDE = 11,
171 * @NVM_MAC_SKU_FLAGS_802_11N_ENABLED: true if 11n enabled
172 * @NVM_MAC_SKU_FLAGS_802_11AC_ENABLED: true if 11ac enabled
184 * @NVM_MAC_SKU_FLAGS_802_11AX_ENABLED: true if 11ax enabled
491 * @LARI_CONFIG_DISABLE_11AC_UKRAINE_MSK: disable 11ac in ukraine
534 * @oem_11ax_allow_bitmap: bitmap of 11ax allowed MCCs.
535 * For each supported country, a pair of regulatory override bit and 11ax mod
[all...]
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dacos_2u.c32 and use an order 11 polynomial P such that the final approximation of asin is
58 double ax = asdouble (ia); in acos() local
72 double z2 = ax < 0.5 ? x * x : fma (-0.5, ax, 0.5); in acos()
73 double z = ax < 0.5 ? ax : sqrt (z2); in acos()
87 if (ax < 0.5) in acos()
H A Dasin_3u.c26 For x in [Small, 0.5], use an order 11 polynomial P such that the final
65 double ax = asdouble (ia); in asin() local
79 double z2 = ax < 0.5 ? x * x : fma (-0.5, ax, 0.5); in asin()
80 double z = ax < 0.5 ? ax : sqrt (z2); in asin()
93 double y = ax < 0.5 ? p : fma (-2.0, p, PiOver2); in asin()
H A Dv_asinh_3u5.c37 V2 (-0x1.e0f37daef9127p-11), V2 (0x1.388b5fe542a6p-12),
102 float64x2_t ax = vabsq_f64 (x); in V_NAME_D1() local
103 uint64x2_t iax = vreinterpretq_u64_f64 (ax); in V_NAME_D1()
105 uint64x2_t gt1 = vcgeq_f64 (ax, v_f64 (1)); in V_NAME_D1()
109 uint64x2_t tiny = vcltq_f64 (ax, d->tiny_bound); in V_NAME_D1()
121 float64x2_t xm = v_zerofy_f64 (ax, special); in V_NAME_D1()
123 float64x2_t xm = ax; in V_NAME_D1()
141 ax = v_zerofy_f64 (ax, vorrq_u64 (tiny, gt1)); in V_NAME_D1()
143 float64x2_t x2 = vmulq_f64 (ax, ax), x3 = vmulq_f64 (ax, x2), in V_NAME_D1()
147 option_2 = vfmaq_f64 (ax, p, x3); in V_NAME_D1()
H A Dv_sinh_3u.c15 float64x2_t poly[11];
89 float64x2_t ax = vabsq_f64 (x); in V_NAME_D1() local
91 = veorq_u64 (vreinterpretq_u64_f64 (x), vreinterpretq_u64_f64 (ax)); in V_NAME_D1()
96 vsubq_u64 (vreinterpretq_u64_f64 (ax), d->tiny_bound), d->thresh); in V_NAME_D1()
98 uint64x2_t special = vcgeq_u64 (vreinterpretq_u64_f64 (ax), d->large_bound); in V_NAME_D1()
108 float64x2_t t = expm1_inline (ax); in V_NAME_D1()
H A Dv_asin_3u.c49 For |x| in [Small, 0.5], use an order 11 polynomial P such that the final
67 float64x2_t ax = vabsq_f64 (x); in V_NAME_D1() local
73 = vcgtq_u64 (vsubq_u64 (vreinterpretq_u64_f64 (ax), v_u64 (Small)), in V_NAME_D1()
79 uint64x2_t a_lt_half = vcltq_f64 (ax, v_f64 (0.5)); in V_NAME_D1()
85 vfmsq_n_f64 (v_f64 (0.5), ax, 0.5)); in V_NAME_D1()
86 float64x2_t z = vbslq_f64 (a_lt_half, ax, vsqrtq_f64 (z2)); in V_NAME_D1()
H A Dsv_sinh_3u.c15 float64_t poly[11];
80 svfloat64_t ax = svabs_x (pg, x); in SV_NAME_D1() local
82 = sveor_x (pg, svreinterpret_u64 (x), svreinterpret_u64 (ax)); in SV_NAME_D1()
85 svbool_t special = svcmpge (pg, svreinterpret_u64 (ax), d->large_bound); in SV_NAME_D1()
94 svfloat64_t t = expm1_inline (ax, pg); in SV_NAME_D1()
H A Dv_acos_2u.c51 For |x| in [Small, 0.5], use an order 11 polynomial P such that the final
71 float64x2_t ax = vabsq_f64 (x); in V_NAME_D1() local
76 = vcgtq_u64 (vsubq_u64 (vreinterpretq_u64_f64 (ax), v_u64 (Small)), in V_NAME_D1()
82 uint64x2_t a_le_half = vcleq_f64 (ax, v_f64 (0.5)); in V_NAME_D1()
88 vfmaq_f64 (v_f64 (0.5), v_f64 (-0.5), ax)); in V_NAME_D1()
89 float64x2_t z = vbslq_f64 (a_le_half, ax, vsqrtq_f64 (z2)); in V_NAME_D1()
H A Dsv_asin_3u.c33 For |x| in [0, 0.5], use an order 11 polynomial P such that the final
52 svfloat64_t ax = svabs_x (pg, x); in SV_NAME_D1() local
58 svfloat64_t z2 = svsel (a_ge_half, svmls_x (pg, sv_f64 (0.5), ax, 0.5), in SV_NAME_D1()
60 svfloat64_t z = svsqrt_m (ax, a_ge_half, z2); in SV_NAME_D1()
H A Dsv_acos_2u.c30 For |x| in [0, 0.5], use an order 11 polynomial P such that the final
51 svfloat64_t ax = svabs_x (pg, x); in SV_NAME_D1() local
58 svfloat64_t z2 = svsel (a_gt_half, svmls_x (pg, sv_f64 (0.5), ax, 0.5), in SV_NAME_D1()
60 svfloat64_t z = svsqrt_m (ax, a_gt_half, z2); in SV_NAME_D1()
/freebsd/lib/msun/ld128/
H A Ds_erfl.c51 pp9 = -3.37925756196555959454018189718117864e-11L, /* 0xbfdc293e, 0x1d9060cb, 0xd043204a, 0x314cd7…
60 qq9 = 3.37405581964478060434410167262684979e-11L; /* 0x3fdc28c8, 0xfb8fa1be, 0x10e57eec, 0xaa19e4…
192 long double ax,R,S,P,Q,s,y,z,r; in erfl() local
204 ax = fabsl(x); in erfl()
205 if(ax < 0.84375) { in erfl()
206 if(ax < 0x1p-40L) { in erfl()
207 if(ax < 0x1p-16373L) in erfl()
219 if(ax < 1.25) { in erfl()
220 s = ax-one; in erfl()
227 if (ax >= 9) { /* inf>|x|>= 9 */ in erfl()
[all …]
H A De_powl.c50 * 11. -0 ** (+anything except 0, NAN, odd integer) is +0
147 long double z, ax, z_h, z_l, p_h, p_l; in powl() local
236 ax = fabsl (x); in powl()
242 z = ax; /*x is +-0,+-inf,+-1 */ in powl()
286 ax *= two113; in powl()
288 o.value = ax; in powl()
306 o.value = ax; in powl()
308 ax = o.value; in powl()
311 u = ax - bp[k]; /* bp[0]=1.0, bp[1]=1.5 */ in powl()
312 v = one / (ax + bp[k]); in powl()
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h207 #define IEEE80211_PPE_THRES_INFO_PPET_SIZE 1 /* TODO FIXME ax? */
208 #define IEEE80211_PPE_THRES_NSS_MASK 2 /* TODO FIXME ax? */
209 #define IEEE80211_PPE_THRES_RU_INDEX_BITMASK_POS 3 /* TODO FIXME ax? */
210 #define IEEE80211_PPE_THRES_RU_INDEX_BITMASK_MASK 8 /* TODO FIXME ax? */
211 #define IEEE80211_HE_PPE_THRES_INFO_HEADER_SIZE 16 /* TODO FIXME ax? */
234 /* 11-255 reserved */
411 IEEE80211_TX_STAT_NOACK_TRANSMITTED = BIT(11),
601 #define IEEE80211_SPCT_MSR_RPRT_TYPE_CIVIC 11
611 WLAN_EID_QBSS_LOAD = 11, /* IEEE80211_ELEMID_BSSLOAD */
656 /* 9.3.1.22 Trigger frame format; 80211ax
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrAsmAlias.td135 defm : CCMP_Aliases<"f", 11>;
189 defm : CTEST_Aliases<"f", 11>;
214 defm : CMPCCXADD_Aliases<"np", 11>;
446 def : InstAlias<"lods\t{$src, %ax|ax, $src}", (LODSW srcidx16:$src), 0>;
463 def : InstAlias<"stos\t{%ax, $dst|$dst, ax}", (STOSW dstidx16:$dst), 0>;
480 def : InstAlias<"scas\t{$dst, %ax|ax, $dst}", (SCASW dstidx16:$dst), 0>;
504 def : InstAlias<"div{w}\t{$src, %ax|ax, $src}", (DIV16r GR16:$src)>;
508 def : InstAlias<"div{w}\t{$src, %ax|ax, $src}", (DIV16m i16mem:$src)>;
512 def : InstAlias<"idiv{w}\t{$src, %ax|ax, $src}", (IDIV16r GR16:$src)>;
516 def : InstAlias<"idiv{w}\t{$src, %ax|ax, $src}", (IDIV16m i16mem:$src)>;
[all …]
H A DX86RegisterInfo.td42 // AL aliases AX if we tell it that AX aliased AL (for example).
71 def R11B : X86Reg<"r11b", 11>;
187 def AX : X86Reg<"ax", 0, [AL,AH]>;
205 def R11W : X86Reg<"r11w", 11, [R11B,R11BH]>;
235 def EAX : X86Reg<"eax", 0, [AX, HAX]>, DwarfRegNum<[-2, 0, 0]>;
251 def R11D : X86Reg<"r11d", 11, [R11W,R11WH]>;
294 def R11 : X86Reg<"r11", 11, [R11D]>, DwarfRegNum<[11,
[all...]
/freebsd/stand/i386/cdboot/
H A Dcdboot.S77 .set SECTOR_SHIFT,11 # number of place to shift
105 xor %ax,%ax # zero %ax
106 mov %ax,%ss # setup the
108 mov %ax,%ds # setup the
109 mov %ax,%es # data segments
220 pm_start: mov $SEL_SDATA,%ax # Initialize
221 mov %ax,%ds # %ds and
222 mov %ax,%es # %es to a flat selector
244 pm_16: mov $SEL_RDATA,%ax # Initialize
245 mov %ax,%ds # %ds and
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dfilesystems237 >>>>11 ulelong >0 \b, %d sectors/track
259 >11 uleshort <512
260 >>(11.s-2) uleshort 0xAA55 DOS/MBR boot sector
286 # characteristic assembler instructions: xor ax,ax;mov ss,ax;mov sp,7c00
289 # assembler instructions: mov si,sp;push ax;pop es;push ax;pop ds;sti;cld
330 # assembler instructions: push ax;pop es;push ax;pop ds;cld;mov si,7c1b
375 # assembler instructions: ..;mov ds,ax;mov si,7c00;mov di,..00
426 # assembler instructions: cli;mov $0x30,%ax;mov %ax,%ss;mov
428 # assembler instructions: $0x1f00,%sp;mov $0x80cb,%di;add %cl,(%bx,%si);in (%dx),%ax;mov
493 # label with 11 characters of FAT 12 bit filesystem
[all …]
/freebsd/lib/msun/src/
H A De_pow.c33 * 11. -0 ** (+anything except 0, NAN, odd integer) is +0
99 double z,ax,z_h,z_l,p_h,p_l; in pow() local
160 ax = fabs(x); in pow()
164 z = ax; /*x is +-0,+-inf,+-1*/ in pow()
199 t = ax-one; /* t has 20 trailing zeros */ in pow()
211 {ax *= two53; n -= 53; GET_HIGH_WORD(ix,ax); } in pow()
219 SET_HIGH_WORD(ax,ix); in pow()
222 u = ax-bp[k]; /* bp[0]=1.0, bp[1]=1.5 */ in pow()
223 v = one/(ax in pow()
[all...]
/freebsd/sys/amd64/amd64/
H A Dcpu_switch.S168 ld_ldt: lldt %ax
173 movw %ax,2(%rdx)
182 movw %ax,2(%rdx)
288 ltr %ax
400 movw %ax,%ds
401 movw %ax,%es
402 movw %ax,%ss
404 movw %ax,%fs
406 movw %ax,%gs
458 #define SDT_SYSBSY 11
[all …]
/freebsd/lib/libc/net/
H A Dprotocols17 nvp 11 NVP-II # Network Voice Protocol
100 ax.25 93 AX.25 # AX.25 Frames
/freebsd/contrib/one-true-awk/testdir/
H A DT.expr111 abc 0 11
157 2 x ax b
158 3 x ax b
228 11 22 33 1 12

12345678