Lines Matching refs:FLOAT
46 static const FLOAT costab[TRI_SIZE * 2] = {
63 init_xrpow_core_sse(gr_info * const cod_info, FLOAT xrpow[576], int max_nz, FLOAT * sum)
137 fht_SSE2(FLOAT * fz, int n)
139 const FLOAT *tri = costab;
141 FLOAT *fi, *gi;
142 FLOAT const *fn;
148 FLOAT s1, c1;
158 FLOAT f0, f1, f2, f3;
185 FLOAT c2, s2, s1_2 = s1+s1;