Searched refs:c1_cfloat_real (Results 1 – 4 of 4) sorted by relevance
31 return c1_cfloat_real (z); in __c1_crealf()
32 return __hypotf (c1_cfloat_real (z), c1_cfloat_imag (z)); in __c1_cabsf()
32 return __atan2f (c1_cfloat_imag (x), c1_cfloat_real (x)); in __c1_cargf()
30 # define c1_cfloat_real(x) __real__ c1_cfloat_value (x) macro