Lines Matching refs:UINT16_C
11 const uint16_t min_po2_f16 = UINT16_C(0x0400); in TEST()
12 const uint16_t eighths_f16 = UINT16_C(0x3000); in TEST()
13 const uint16_t quarter_f16 = UINT16_C(0x3400); in TEST()
14 const uint16_t half_f16 = UINT16_C(0x3800); in TEST()
15 const uint16_t one_f16 = UINT16_C(0x3C00); in TEST()
16 const uint16_t two_f16 = UINT16_C(0x4000); in TEST()
17 const uint16_t four_f16 = UINT16_C(0x4400); in TEST()
18 const uint16_t eight_f16 = UINT16_C(0x4800); in TEST()
19 const uint16_t sixteen_f16 = UINT16_C(0x4C00); in TEST()
20 const uint16_t thirtytwo_f16 = UINT16_C(0x5000); in TEST()
21 const uint16_t sixtyfour_f16 = UINT16_C(0x5400); in TEST()
22 const uint16_t max_po2_f16 = UINT16_C(0x7C00); in TEST()
147 const uint16_t exp2_minus_15_f16 = UINT16_C(0x0200); in TEST()
148 const uint16_t exp2_minus_16_f16 = UINT16_C(0x0100); in TEST()
149 const uint16_t exp2_minus_17_f16 = UINT16_C(0x0080); in TEST()
150 const uint16_t exp2_minus_18_f16 = UINT16_C(0x0040); in TEST()
151 const uint16_t exp2_minus_19_f16 = UINT16_C(0x0020); in TEST()
152 const uint16_t exp2_minus_20_f16 = UINT16_C(0x0010); in TEST()
153 const uint16_t exp2_minus_21_f16 = UINT16_C(0x0008); in TEST()
154 const uint16_t exp2_minus_22_f16 = UINT16_C(0x0004); in TEST()
155 const uint16_t exp2_minus_23_f16 = UINT16_C(0x0002); in TEST()
156 const uint16_t exp2_minus_24_f16 = UINT16_C(0x0001); in TEST()
261 const uint16_t positive_zero_f16 = UINT16_C(0x0000); in TEST()
262 const uint16_t negative_zero_f16 = UINT16_C(0x8000); in TEST()
308 const uint16_t fp16 = (h + ((uint16_t) (e + exponentBias) << 10)) ^ UINT16_C(0x8000); in TEST()
337 const uint16_t fp16 = h ^ UINT16_C(0x8000); in TEST()