Home
last modified time | relevance | path

Searched refs:t1b (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/TransformFunctions/
Darm_rfft_fast_f16.c48 float16_t t1a, t1b; /* temporary variables */ in stage_rfft_f16() local
78 t1b = xBI + xAI ; in stage_rfft_f16()
82 *pOut++ = 0.5f * ( t1a + t1b ); in stage_rfft_f16()
83 *pOut++ = 0.5f * ( t1a - t1b ); in stage_rfft_f16()
178 t1b = xBI + xAI ; in stage_rfft_f16()
184 p2 = twR * t1b; in stage_rfft_f16()
185 p3 = twI * t1b; in stage_rfft_f16()
208 float16_t t1a, t1b, r, s, t, u; /* temporary variables */ in merge_rfft_f16() local
297 t1b = xAI + xBI ; in merge_rfft_f16()
300 s = twI * t1b; in merge_rfft_f16()
[all …]
Darm_rfft_fast_f32.c43 float32_t t1a, t1b; /* temporary variables */ in stage_rfft_f32() local
73 t1b = xBI + xAI ; in stage_rfft_f32()
77 *pOut++ = 0.5f * ( t1a + t1b ); in stage_rfft_f32()
78 *pOut++ = 0.5f * ( t1a - t1b ); in stage_rfft_f32()
172 t1b = xBI + xAI ; in stage_rfft_f32()
178 p2 = twR * t1b; in stage_rfft_f32()
179 p3 = twI * t1b; in stage_rfft_f32()
202 float32_t t1a, t1b, r, s, t, u; /* temporary variables */ in merge_rfft_f32() local
291 t1b = xAI + xBI ; in merge_rfft_f32()
294 s = twI * t1b; in merge_rfft_f32()
[all …]
Darm_rfft_fast_f64.c42 float64_t t1a, t1b; /* temporary variables */ in stage_rfft_f64() local
62 t1b = xBI + xAI ; in stage_rfft_f64()
66 *pOut++ = 0.5 * ( t1a + t1b ); in stage_rfft_f64()
67 *pOut++ = 0.5 * ( t1a - t1b ); in stage_rfft_f64()
99 t1b = xBI + xAI ; in stage_rfft_f64()
105 p2 = twR * t1b; in stage_rfft_f64()
106 p3 = twI * t1b; in stage_rfft_f64()
129 float64_t t1a, t1b, r, s, t, u; /* temporary variables */ in merge_rfft_f64() local
158 t1b = xAI + xBI ; in merge_rfft_f64()
161 s = twI * t1b; in merge_rfft_f64()
[all …]