Home
last modified time | relevance | path

Searched refs:c1_cfloat_value (Results 1 – 20 of 20) sorted by relevance

/sysdeps/alpha/fpu/
A Dcfloat-compat.h30 # define c1_cfloat_real(x) __real__ c1_cfloat_value (x)
31 # define c1_cfloat_imag(x) __imag__ c1_cfloat_value (x)
32 # define c1_cfloat_value(x) (((c1_compat *)(void *)&x)->cf) macro
A Ds_cpowf.c43 _Complex float r = internal_cpowf (c1_cfloat_value (x), c1_cfloat_value (c)); in __c1_cpowf()
A Dconjf.c31 _Complex float r = ~ c1_cfloat_value (z); in __c1_conjf()
A Ds_catanf.c43 _Complex float r = internal_catanf (c1_cfloat_value (x)); in __c1_catanf()
A Ds_catanhf.c43 _Complex float r = internal_catanhf (c1_cfloat_value (x)); in __c1_catanhf()
A Ds_ccoshf.c43 _Complex float r = internal_ccoshf (c1_cfloat_value (x)); in __c1_ccoshf()
A Ds_cexpf.c43 _Complex float r = internal_cexpf (c1_cfloat_value (x)); in __c1_cexpf()
A Ds_clogf.c43 _Complex float r = internal_clogf (c1_cfloat_value (x)); in __c1_clogf()
A Ds_cprojf.c43 _Complex float r = internal_cprojf (c1_cfloat_value (x)); in __c1_cprojf()
A Ds_csinf.c43 _Complex float r = internal_csinf (c1_cfloat_value (x)); in __c1_csinf()
A Ds_csinhf.c43 _Complex float r = internal_csinhf (c1_cfloat_value (x)); in __c1_csinhf()
A Ds_csqrtf.c43 _Complex float r = internal_csqrtf (c1_cfloat_value (x)); in __c1_csqrtf()
A Ds_ctanf.c43 _Complex float r = internal_ctanf (c1_cfloat_value (x)); in __c1_ctanf()
A Ds_ctanhf.c43 _Complex float r = internal_ctanhf (c1_cfloat_value (x)); in __c1_ctanhf()
A Ds_casinf.c43 _Complex float r = internal_casinf (c1_cfloat_value (x)); in __c1_casinf()
A Ds_casinhf.c43 _Complex float r = internal_casinhf (c1_cfloat_value (x)); in __c1_casinhf()
A Ds_ccosf.c43 _Complex float r = internal_ccosf (c1_cfloat_value (x)); in __c1_ccosf()
A Ds_cacosf.c46 _Complex float r = internal_cacosf (c1_cfloat_value (x)); in __c1_cacosf()
A Ds_cacoshf.c45 _Complex float r = internal_cacoshf (c1_cfloat_value (x)); in __c1_cacoshf()
A Ds_clog10f.c44 _Complex float r = internal_clog10f (c1_cfloat_value (x)); in __c1_clog10f()

Completed in 21 milliseconds