Searched refs:c2_cfloat_real (Results 1 – 4 of 4) sorted by relevance
37 return c2_cfloat_real (z); in __c2_crealf()
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()
37 # define c2_cfloat_real(x) __real__ x macro
Completed in 6 milliseconds