Searched refs:x1 (Results 1 - 25 of 1439) sorted by relevance

1234567891011>>

/freebsd-10.1-release/lib/msun/src/
H A Ds_exp2.c39 redux = 0x1.8p52 / TBLSIZE,
40 P1 = 0x1.62e42fefa39efp-1,
41 P2 = 0x1.ebfbdff82c575p-3,
42 P3 = 0x1.c6b08d704a0a6p-5,
43 P4 = 0x1.3b2ab88f70400p-7,
44 P5 = 0x1.5d88003875c74p-10;
52 0x1.6a09e667f3d5dp-1, 0x1.9880p-44,
53 0x1.6b052fa751744p-1, 0x1
[all...]
H A Ds_exp2f.c39 redux = 0x1.8p23f / TBLSIZE,
40 P1 = 0x1.62e430p-1f,
41 P2 = 0x1.ebfbe0p-3f,
42 P3 = 0x1.c6b348p-5f,
43 P4 = 0x1.3b2c9cp-7f;
50 0x1.6a09e667f3bcdp-1,
51 0x1.7a11473eb0187p-1,
52 0x1.8ace5422aa0dbp-1,
53 0x1.9c49182a3f090p-1,
54 0x1
[all...]
/freebsd-10.1-release/lib/msun/ld128/
H A Ds_exp2l.c47 P1 = 0x1.62e42fefa39ef35793c7673007e6p-1L,
48 P2 = 0x1.ebfbdff82c58ea86f16b06ec9736p-3L,
49 P3 = 0x1.c6b08d704a0bf8b33a762bad3459p-5L,
50 P4 = 0x1.3b2ab6fba4e7729ccbbe0b4f3fc2p-7L,
51 P5 = 0x1.5d87fe78a67311071dee13fd11d9p-10L,
52 P6 = 0x1.430912f86c7876f4b663b23c5fe5p-13L;
55 P7 = 0x1.ffcbfc588b041p-17,
56 P8 = 0x1.62c0223a5c7c7p-20,
57 P9 = 0x1.b52541ff59713p-24,
58 P10 = 0x1
[all...]
H A Dk_expl.h52 L2 = -1.0253670638894731e-29; /* -0x1.9ff0342542fc3p-97 */
54 /* 0x1.62e42fefa39ef35793c768000000p-8 */
76 A7 = 1.9841269841269470e-4, /* 0x1.a01a01a019f91p-13 */
77 A8 = 2.4801587301585286e-5, /* 0x1.71de3ec75a967p-19 */
78 A9 = 2.7557324277411235e-6, /* 0x1.71de3ec75a967p-19 */
79 A10 = 2.7557333722375069e-7; /* 0x1.27e505ab56259p-22 */
103 0x1.0163da9fb33356d84a66aep0L, 0x3.36dcdfa4003ec04c360be2404078p-92L,
104 0x1.02c9a3e778060ee6f7cacap0L, 0x4.f7a29bde93d70a2cabc5cb89ba10p-92L,
105 0x1.04315e86e7f84bd738f9a2p0L, 0xd.a47e6ed040bb4bfc05af6455e9b8p-96L,
106 0x1
[all...]
/freebsd-10.1-release/lib/msun/ld80/
H A Dk_expl.h81 * But I rather like both. The 0x1.*p format is good for 4N+1
85 0x1.0163da9fb3335p+0, 0x1.b61299ab8cdb7p-54,
86 0x1.02c9a3e778060p+0, 0x1.dcdef95949ef4p-53,
87 0x1.04315e86e7f84p+0, 0x1.7ae71f3441b49p-53,
88 0x1.059b0d3158574p+0, 0x1.d73e2a475b465p-55,
89 0x1
[all...]
H A Ds_exp2l.c54 redux = 0x1.8p63 / TBLSIZE,
66 0x1.6a09e667f3bcdp-1, -0x1.bdd3413b2648p-55,
67 0x1.6c012750bdabfp-1, -0x1.2895667ff0cp-57,
68 0x1.6dfb23c651a2fp-1, -0x1.bbe3a683c88p-58,
69 0x1.6ff7df9519484p-1, -0x1.83c0f25860fp-56,
70 0x1
[all...]
/freebsd-10.1-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_tx99_tgt.c172 | (0x1 << 3) | (0x1 << 2));
175 & ~(0x1 << 4));
177 | (0x1 << 26) | (0x7 << 24))
178 & ~(0x1 << 22));
181 & ~(0x1 << 4));
183 | (0x1 << 26) | (0x7 << 24))
184 & ~(0x1 << 22));
190 | (0x1 << 31) | (0x5 << 15)
191 | (0x3 << 9)) & ~(0x1 << 2
[all...]
/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Drv250d.h38 #define S_00000D_CP_MAX_DYN_STOP_LAT(x) (((x) & 0x1) << 3)
39 #define G_00000D_CP_MAX_DYN_STOP_LAT(x) (((x) >> 3) & 0x1)
41 #define S_00000D_HDP_MAX_DYN_STOP_LAT(x) (((x) & 0x1) << 4)
42 #define G_00000D_HDP_MAX_DYN_STOP_LAT(x) (((x) >> 4) & 0x1)
44 #define S_00000D_TV_MAX_DYN_STOP_LAT(x) (((x) & 0x1) << 5)
45 #define G_00000D_TV_MAX_DYN_STOP_LAT(x) (((x) >> 5) & 0x1)
47 #define S_00000D_E2_MAX_DYN_STOP_LAT(x) (((x) & 0x1) << 6)
48 #define G_00000D_E2_MAX_DYN_STOP_LAT(x) (((x) >> 6) & 0x1)
50 #define S_00000D_SE_MAX_DYN_STOP_LAT(x) (((x) & 0x1) << 7)
51 #define G_00000D_SE_MAX_DYN_STOP_LAT(x) (((x) >> 7) & 0x1)
[all...]
H A Dr100d.h83 #define S_0000F0_SOFT_RESET_CP(x) (((x) & 0x1) << 0)
84 #define G_0000F0_SOFT_RESET_CP(x) (((x) >> 0) & 0x1)
86 #define S_0000F0_SOFT_RESET_HI(x) (((x) & 0x1) << 1)
87 #define G_0000F0_SOFT_RESET_HI(x) (((x) >> 1) & 0x1)
89 #define S_0000F0_SOFT_RESET_SE(x) (((x) & 0x1) << 2)
90 #define G_0000F0_SOFT_RESET_SE(x) (((x) >> 2) & 0x1)
92 #define S_0000F0_SOFT_RESET_RE(x) (((x) & 0x1) << 3)
93 #define G_0000F0_SOFT_RESET_RE(x) (((x) >> 3) & 0x1)
95 #define S_0000F0_SOFT_RESET_PP(x) (((x) & 0x1) << 4)
96 #define G_0000F0_SOFT_RESET_PP(x) (((x) >> 4) & 0x1)
[all...]
H A Drs600d.h36 #define S_000040_SCRATCH_INT_MASK(x) (((x) & 0x1) << 18)
37 #define G_000040_SCRATCH_INT_MASK(x) (((x) >> 18) & 0x1)
39 #define S_000040_GUI_IDLE_MASK(x) (((x) & 0x1) << 19)
40 #define G_000040_GUI_IDLE_MASK(x) (((x) >> 19) & 0x1)
42 #define S_000040_DMA_VIPH1_INT_EN(x) (((x) & 0x1) << 13)
43 #define G_000040_DMA_VIPH1_INT_EN(x) (((x) >> 13) & 0x1)
45 #define S_000040_DMA_VIPH2_INT_EN(x) (((x) & 0x1) << 14)
46 #define G_000040_DMA_VIPH2_INT_EN(x) (((x) >> 14) & 0x1)
48 #define S_000040_DMA_VIPH3_INT_EN(x) (((x) & 0x1) << 15)
49 #define G_000040_DMA_VIPH3_INT_EN(x) (((x) >> 15) & 0x1)
[all...]
H A Dr520d.h44 #define S_0007C0_MRU_BUSY(x) (((x) & 0x1) << 0)
45 #define G_0007C0_MRU_BUSY(x) (((x) >> 0) & 0x1)
47 #define S_0007C0_MWU_BUSY(x) (((x) & 0x1) << 1)
48 #define G_0007C0_MWU_BUSY(x) (((x) >> 1) & 0x1)
50 #define S_0007C0_RSIU_BUSY(x) (((x) & 0x1) << 2)
51 #define G_0007C0_RSIU_BUSY(x) (((x) >> 2) & 0x1)
53 #define S_0007C0_RCIU_BUSY(x) (((x) & 0x1) << 3)
54 #define G_0007C0_RCIU_BUSY(x) (((x) >> 3) & 0x1)
56 #define S_0007C0_CSF_PRIMARY_BUSY(x) (((x) & 0x1) << 9)
57 #define G_0007C0_CSF_PRIMARY_BUSY(x) (((x) >> 9) & 0x1)
[all...]
H A Drv350d.h36 #define S_00000D_FORCE_VAP(x) (((x) & 0x1) << 21)
37 #define G_00000D_FORCE_VAP(x) (((x) >> 21) & 0x1)
39 #define S_00000D_FORCE_SR(x) (((x) & 0x1) << 25)
40 #define G_00000D_FORCE_SR(x) (((x) >> 25) & 0x1)
42 #define S_00000D_FORCE_PX(x) (((x) & 0x1) << 26)
43 #define G_00000D_FORCE_PX(x) (((x) >> 26) & 0x1)
45 #define S_00000D_FORCE_TX(x) (((x) & 0x1) << 27)
46 #define G_00000D_FORCE_TX(x) (((x) >> 27) & 0x1)
48 #define S_00000D_FORCE_US(x) (((x) & 0x1) << 28)
49 #define G_00000D_FORCE_US(x) (((x) >> 28) & 0x1)
[all...]
H A Dr420d.h38 #define S_0001F8_MC_IND_WR_EN(x) (((x) & 0x1) << 8)
39 #define G_0001F8_MC_IND_WR_EN(x) (((x) >> 8) & 0x1)
46 #define S_0007C0_MRU_BUSY(x) (((x) & 0x1) << 0)
47 #define G_0007C0_MRU_BUSY(x) (((x) >> 0) & 0x1)
49 #define S_0007C0_MWU_BUSY(x) (((x) & 0x1) << 1)
50 #define G_0007C0_MWU_BUSY(x) (((x) >> 1) & 0x1)
52 #define S_0007C0_RSIU_BUSY(x) (((x) & 0x1) << 2)
53 #define G_0007C0_RSIU_BUSY(x) (((x) >> 2) & 0x1)
55 #define S_0007C0_RCIU_BUSY(x) (((x) & 0x1) << 3)
56 #define G_0007C0_RCIU_BUSY(x) (((x) >> 3) & 0x1)
[all...]
H A Drs400d.h50 #define S_0007C0_MRU_BUSY(x) (((x) & 0x1) << 0)
51 #define G_0007C0_MRU_BUSY(x) (((x) >> 0) & 0x1)
53 #define S_0007C0_MWU_BUSY(x) (((x) & 0x1) << 1)
54 #define G_0007C0_MWU_BUSY(x) (((x) >> 1) & 0x1)
56 #define S_0007C0_RSIU_BUSY(x) (((x) & 0x1) << 2)
57 #define G_0007C0_RSIU_BUSY(x) (((x) >> 2) & 0x1)
59 #define S_0007C0_RCIU_BUSY(x) (((x) & 0x1) << 3)
60 #define G_0007C0_RCIU_BUSY(x) (((x) >> 3) & 0x1)
62 #define S_0007C0_CSF_PRIMARY_BUSY(x) (((x) & 0x1) << 9)
63 #define G_0007C0_CSF_PRIMARY_BUSY(x) (((x) >> 9) & 0x1)
[all...]
H A Drs690d.h39 #define S_000078_MC_IND_WR_EN(x) (((x) & 0x1) << 9)
40 #define G_000078_MC_IND_WR_EN(x) (((x) >> 9) & 0x1)
55 #define S_0007C0_MRU_BUSY(x) (((x) & 0x1) << 0)
56 #define G_0007C0_MRU_BUSY(x) (((x) >> 0) & 0x1)
58 #define S_0007C0_MWU_BUSY(x) (((x) & 0x1) << 1)
59 #define G_0007C0_MWU_BUSY(x) (((x) >> 1) & 0x1)
61 #define S_0007C0_RSIU_BUSY(x) (((x) & 0x1) << 2)
62 #define G_0007C0_RSIU_BUSY(x) (((x) >> 2) & 0x1)
64 #define S_0007C0_RCIU_BUSY(x) (((x) & 0x1) << 3)
65 #define G_0007C0_RCIU_BUSY(x) (((x) >> 3) & 0x1)
[all...]
H A Dr300d.h106 #define S_0007C0_MRU_BUSY(x) (((x) & 0x1) << 0)
107 #define G_0007C0_MRU_BUSY(x) (((x) >> 0) & 0x1)
109 #define S_0007C0_MWU_BUSY(x) (((x) & 0x1) << 1)
110 #define G_0007C0_MWU_BUSY(x) (((x) >> 1) & 0x1)
112 #define S_0007C0_RSIU_BUSY(x) (((x) & 0x1) << 2)
113 #define G_0007C0_RSIU_BUSY(x) (((x) >> 2) & 0x1)
115 #define S_0007C0_RCIU_BUSY(x) (((x) & 0x1) << 3)
116 #define G_0007C0_RCIU_BUSY(x) (((x) >> 3) & 0x1)
118 #define S_0007C0_CSF_PRIMARY_BUSY(x) (((x) & 0x1) << 9)
119 #define G_0007C0_CSF_PRIMARY_BUSY(x) (((x) >> 9) & 0x1)
[all...]
H A Drv515d.h224 #define S_0000F0_SOFT_RESET_CP(x) (((x) & 0x1) << 0)
225 #define G_0000F0_SOFT_RESET_CP(x) (((x) >> 0) & 0x1)
227 #define S_0000F0_SOFT_RESET_HI(x) (((x) & 0x1) << 1)
228 #define G_0000F0_SOFT_RESET_HI(x) (((x) >> 1) & 0x1)
230 #define S_0000F0_SOFT_RESET_VAP(x) (((x) & 0x1) << 2)
231 #define G_0000F0_SOFT_RESET_VAP(x) (((x) >> 2) & 0x1)
233 #define S_0000F0_SOFT_RESET_RE(x) (((x) & 0x1) << 3)
234 #define G_0000F0_SOFT_RESET_RE(x) (((x) >> 3) & 0x1)
236 #define S_0000F0_SOFT_RESET_PP(x) (((x) & 0x1) << 4)
237 #define G_0000F0_SOFT_RESET_PP(x) (((x) >> 4) & 0x1)
[all...]
/freebsd-10.1-release/contrib/binutils/opcodes/
H A Dia64-asmtab.c1938 { 0x1, 0x1, 0, -1, -1, 13, 1, 0 },
2026 { 0x1, 0x1, 0, 1166, -1, 20, 1, 68 },
2095 { 0x1, 0x1, 0, -1, -1, 13, 1, 0 },
2139 { 0x1, 0x1, 2, -1, -1, 27, 1, 12 },
2140 { 0x1, 0x1,
[all...]
/freebsd-10.1-release/tools/regression/lib/msun/
H A Dtest-fma.c188 test(fmaf, one, one, 0x1.0p-100, 1.0 + FLT_EPSILON,
190 test(fma, one, one, 0x1.0p-200, 1.0 + DBL_EPSILON,
192 test(fmal, one, one, 0x1.0p-200, 1.0 + LDBL_EPSILON,
195 testall(0x1.0p100, one, 0x1.0p-100, 0x1.0p100,
201 test(fmaf, -one, one, -0x1.0p-100, -(1.0 + FLT_EPSILON),
203 test(fma, -one, one, -0x1.0p-200, -(1.0 + DBL_EPSILON),
205 test(fmal, -one, one, -0x1.0p-200, -(1.0 + LDBL_EPSILON),
208 testall(0x1
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonBaseInfo.h51 HasV2SubTOnly = 0x1,
55 NoV3SubT = 0x1,
89 SoloMask = 0x1,
93 PredicatedMask = 0x1,
95 PredicatedFalseMask = 0x1,
97 PredicatedNewMask = 0x1,
101 NewValueMask = 0x1,
105 hasNewValueMask = 0x1,
117 mayNVStoreMask = 0x1,
121 NVStoreMask = 0x1,
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/wind/
H A Derrorlist_table.c10 {0x7f, 0x1, WIND_PROFILE_SASL}, /* C.2.1: DELETE */
12 {0xa0, 0x1, WIND_PROFILE_NAME|WIND_PROFILE_SASL}, /* C.1.2: NO-BREAK SPACE */
13 {0x340, 0x1, WIND_PROFILE_NAME|WIND_PROFILE_LDAP|WIND_PROFILE_SASL}, /* C.8: COMBINING GRAVE TONE MARK */
14 {0x341, 0x1, WIND_PROFILE_NAME|WIND_PROFILE_LDAP|WIND_PROFILE_SASL}, /* C.8: COMBINING ACUTE TONE MARK */
15 {0x6dd, 0x1, WIND_PROFILE_NAME|WIND_PROFILE_SASL}, /* C.2.2: ARABIC END OF AYAH */
16 {0x70f, 0x1, WIND_PROFILE_NAME|WIND_PROFILE_SASL}, /* C.2.2: SYRIAC ABBREVIATION MARK */
17 {0x1680, 0x1, WIND_PROFILE_NAME|WIND_PROFILE_SASL}, /* C.1.2: OGHAM SPACE MARK */
18 {0x180e, 0x1, WIND_PROFILE_NAME|WIND_PROFILE_SASL}, /* C.2.2: MONGOLIAN VOWEL SEPARATOR */
19 {0x2000, 0x1, WIND_PROFILE_NAME|WIND_PROFILE_SASL}, /* C.1.2: EN QUAD */
20 {0x2001, 0x1, WIND_PROFILE_NAM
[all...]
/freebsd-10.1-release/sys/dev/qlxgb/
H A Dqla_def.h38 #define BIT_0 (0x1 << 0)
39 #define BIT_1 (0x1 << 1)
40 #define BIT_2 (0x1 << 2)
41 #define BIT_3 (0x1 << 3)
42 #define BIT_4 (0x1 << 4)
43 #define BIT_5 (0x1 << 5)
44 #define BIT_6 (0x1 << 6)
45 #define BIT_7 (0x1 << 7)
46 #define BIT_8 (0x1 << 8)
47 #define BIT_9 (0x1 <<
[all...]
/freebsd-10.1-release/sys/dev/qlxgbe/
H A Dql_def.h38 #define BIT_0 (0x1 << 0)
39 #define BIT_1 (0x1 << 1)
40 #define BIT_2 (0x1 << 2)
41 #define BIT_3 (0x1 << 3)
42 #define BIT_4 (0x1 << 4)
43 #define BIT_5 (0x1 << 5)
44 #define BIT_6 (0x1 << 6)
45 #define BIT_7 (0x1 << 7)
46 #define BIT_8 (0x1 << 8)
47 #define BIT_9 (0x1 <<
[all...]
/freebsd-10.1-release/sys/dev/usb/controller/
H A Dat91dci.h42 #define AT91_UDP_FRM_ERR (0x1 << 16) /* Frame Error */
43 #define AT91_UDP_FRM_OK (0x1 << 17) /* Frame OK */
46 #define AT91_UDP_GSTATE_ADDR (0x1 << 0) /* Addressed state */
47 #define AT91_UDP_GSTATE_CONFG (0x1 << 1) /* Configured */
48 #define AT91_UDP_GSTATE_ESR (0x1 << 2) /* Enable Send Resume */
49 #define AT91_UDP_GSTATE_RSM (0x1 << 3) /* A Resume Has Been Sent to
51 #define AT91_UDP_GSTATE_RMW (0x1 << 4) /* Remote Wake Up Enable */
55 #define AT91_UDP_FADDR_EN (0x1 << 8)/* Function Enable */
64 #define AT91_UDP_INT_EP(n) (0x1 <<(n))/* Endpoint "n" Interrupt */
65 #define AT91_UDP_INT_RXSUSP (0x1 <<
[all...]
/freebsd-10.1-release/contrib/gdtoa/
H A Dhexnan.c36 L_shift(x, x1, i) ULong *x; ULong *x1; int i;
38 L_shift(ULong *x, ULong *x1, int i)
49 } while(++x < x1);
60 ULong c, h, *x, *x1, *xe; local
71 x1 = xe = x;
84 if (x < x1 && i < 8)
85 L_shift(x, x1, i);
92 x1 = x;
127 if (x < x1
[all...]

Completed in 337 milliseconds

1234567891011>>