Home
last modified time | relevance | path

Searched refs:c1_cfloat_real (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/sysdeps/alpha/fpu/
Dcrealf.c31 return c1_cfloat_real (z); in __c1_crealf()
Dcabsf.c32 return __hypotf (c1_cfloat_real (z), c1_cfloat_imag (z)); in __c1_cabsf()
Dcargf.c32 return __atan2f (c1_cfloat_imag (x), c1_cfloat_real (x)); in __c1_cargf()
Dcfloat-compat.h30 # define c1_cfloat_real(x) __real__ c1_cfloat_value (x) macro