Searched refs:HALF (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/contrib/ntp/tests/libntp/
H A Duglydate.c23 const u_int32 HALF = 2147483648UL; local
25 l_fp e_time = {{3485080800UL}, HALF}; /* 2010-06-09 14:00:00.5 */
H A Dprettydate.c24 const u_int32 HALF = 2147483648UL; local
26 l_fp e_time = {{3485080800UL}, HALF}; /* 2010-06-09 14:00:00.5 */
H A Dlfptest.h8 static const int32 HALF = -2147483647L - 1L; variable
H A Dtstotv.c27 const u_long HALF = 2147483648UL; local
28 const l_fp input = {{50}, HALF}; /* 50.5 s */
H A Dhextolfp.c44 l_fp expected = {{8192}, HALF};
H A Dtvtots.c50 const l_fp expected = {{10}, HALF}; /* 0.5 exact */
H A Dbuftvtots.c44 const l_fp expected = {{5 + JAN_1970}, HALF};
H A Dlfptostr.c17 static const int HALF = (1 << 31); variable
88 l_fp test = {{10}, HALF}; /* 10.5 */
H A Dstrtolfp.c65 l_fp expected = {{500}, HALF};
/freebsd-9.3-release/contrib/ntp/tests/sandbox/
H A Duglydate.c25 const u_int32 HALF = 2147483648UL; local
27 l_fp e_time = {{3485080800UL}, HALF}; // 2010-06-09 14:00:00.5
/freebsd-9.3-release/lib/libelf/
H A Delf_types.m450 `HALF, Half, 600102',
79 * and a basic type. Basic types include IDENT, HALF, WORD, LWORD,
109 `e_type, HALF',
110 `e_machine, HALF',
116 `e_ehsize, HALF',
117 `e_phentsize, HALF',
118 `e_phnum, HALF',
119 `e_shentsize, HALF',
120 `e_shnum, HALF',
121 `e_shstrndx, HALF',
[all...]
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_phy.c30 #define HALF IEEE80211_T_OFDM_HALF macro
56 /* 3 Mb */ { AH_TRUE, HALF, 3000, 0x0b, 0x00, (0x80|6), 0 },
57 /* 4.5 Mb */ { AH_TRUE, HALF, 4500, 0x0f, 0x00, 9, 0 },
58 /* 6 Mb */ { AH_TRUE, HALF, 6000, 0x0a, 0x00, (0x80|12), 2 },
59 /* 9 Mb */ { AH_TRUE, HALF, 9000, 0x0e, 0x00, 18, 2 },
60 /* 12 Mb */ { AH_TRUE, HALF, 12000, 0x09, 0x00, (0x80|24), 4 },
61 /* 18 Mb */ { AH_TRUE, HALF, 18000, 0x0d, 0x00, 36, 4 },
62 /* 24 Mb */ { AH_TRUE, HALF, 24000, 0x08, 0x00, 48, 4 },
63 /* 27 Mb */ { AH_TRUE, HALF, 27000, 0x0c, 0x00, 54, 4 }
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_phy.c61 #define HALF IEEE80211_T_OFDM_HALF macro
121 [0] = { .phy = HALF, 3000, 0x00, B(6), 0 },
122 [1] = { .phy = HALF, 4500, 0x00, 9, 0 },
123 [2] = { .phy = HALF, 6000, 0x00, B(12), 2 },
124 [3] = { .phy = HALF, 9000, 0x00, 18, 2 },
125 [4] = { .phy = HALF, 12000, 0x00, B(24), 4 },
126 [5] = { .phy = HALF, 18000, 0x00, 36, 4 },
127 [6] = { .phy = HALF, 24000, 0x00, 48, 4 },
128 [7] = { .phy = HALF, 27000, 0x00, 54, 4 }
182 #undef HALF macro
[all...]
/freebsd-9.3-release/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c94 #define HALF IEEE80211_T_OFDM_HALF macro
154 [0] = { .phy = HALF, 3000, 0x00, B(6), 0 },
155 [1] = { .phy = HALF, 4500, 0x00, 9, 0 },
156 [2] = { .phy = HALF, 6000, 0x00, B(12), 2 },
157 [3] = { .phy = HALF, 9000, 0x00, 18, 2 },
158 [4] = { .phy = HALF, 12000, 0x00, B(24), 4 },
159 [5] = { .phy = HALF, 18000, 0x00, 36, 4 },
160 [6] = { .phy = HALF, 24000, 0x00, 48, 4 },
161 [7] = { .phy = HALF, 27000, 0x00, 54, 4 }
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DR600RegisterInfo.cpp34 Reserved.set(AMDGPU::HALF);
H A DR600ISelLowering.cpp1800 ImmReg = AMDGPU::HALF;
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c15228 TCE(movw, 3000000, f2400000, 2, (RRnpc, HALF), mov16, t_mov16),
15229 TCE(movt, 3400000, f2c00000, 2, (RRnpc, HALF), mov16, t_mov16),

Completed in 298 milliseconds