Searched refs:c2_cfloat_imag (Results 1 – 4 of 4) sorted by relevance
37 return c2_cfloat_imag (z); in __c2_cimagf()
38 return __hypotf (c2_cfloat_real (z), c2_cfloat_imag (z)); in __c2_cabsf()
38 return __atan2f (c2_cfloat_imag (x), c2_cfloat_real (x)); in __c2_cargf()
38 # define c2_cfloat_imag(x) __imag__ x macro
Completed in 4 milliseconds