11 unsigned test_random_vect_s16(
14 const unsigned min_length,
15 const unsigned max_length,
16 const unsigned min_headroom,
17 const unsigned max_headroom);
20 unsigned test_random_vect_s32(
23 const unsigned min_length,
24 const unsigned max_length,
25 const unsigned min_headroom,
26 const unsigned max_headroom);
29 unsigned test_random_vect_complex_s32(
32 const unsigned min_length,
33 const unsigned max_length,
34 const unsigned min_headroom,
35 const unsigned max_headroom);
38 unsigned test_random_vect_complex_s16(
42 const unsigned min_length,
43 const unsigned max_length,
44 const unsigned min_headroom,
45 const unsigned max_headroom);
48 void test_random_bfp_s16(
57 void test_random_bfp_s32(
65 void test_random_bfp_complex_s16(
73 void test_random_bfp_complex_s32(
81 void test_double_from_s16(
86 void test_double_from_s32(
91 void test_double_from_complex_s16(
97 void test_double_from_complex_s32(
104 void test_s16_from_double(
112 void test_s32_from_double(
120 void test_complex_s16_from_double(
130 void test_complex_s32_from_double(
int exponent_t
An exponent.
Definition: xs3_math_types.h:76
[bfp_complex_s32_t]
Definition: xs3_math_types.h:371
[bfp_s16_t]
Definition: xs3_math_types.h:340
[bfp_s32_t]
Definition: xs3_math_types.h:309
A block floating-point vector of 32-bit elements.
Definition: xs3_math_types.h:276
A complex number with a 32-bit real part and 32-bit imaginary part.
Definition: xs3_math_types.h:49