Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/alpha/fpu/
Ds_cpowf.c50 _Complex float r = internal_cpowf (c2_cfloat_value (x), c2_cfloat_value (c)); in __c2_cpowf()
Dconjf.c38 _Complex float r = ~ c2_cfloat_value (z); in __c2_conjf()
Ds_casinf.c50 _Complex float r = internal_casinf (c2_cfloat_value (x)); in __c2_casinf()
Ds_casinhf.c50 _Complex float r = internal_casinhf (c2_cfloat_value (x)); in __c2_casinhf()
Ds_ccosf.c50 _Complex float r = internal_ccosf (c2_cfloat_value (x)); in __c2_ccosf()
Ds_cprojf.c50 _Complex float r = internal_cprojf (c2_cfloat_value (x)); in __c2_cprojf()
Ds_csinf.c50 _Complex float r = internal_csinf (c2_cfloat_value (x)); in __c2_csinf()
Ds_csinhf.c50 _Complex float r = internal_csinhf (c2_cfloat_value (x)); in __c2_csinhf()
Ds_ctanf.c50 _Complex float r = internal_ctanf (c2_cfloat_value (x)); in __c2_ctanf()
Ds_ctanhf.c50 _Complex float r = internal_ctanhf (c2_cfloat_value (x)); in __c2_ctanhf()
Ds_catanhf.c50 _Complex float r = internal_catanhf (c2_cfloat_value (x)); in __c2_catanhf()
Ds_ccoshf.c50 _Complex float r = internal_ccoshf (c2_cfloat_value (x)); in __c2_ccoshf()
Ds_cexpf.c50 _Complex float r = internal_cexpf (c2_cfloat_value (x)); in __c2_cexpf()
Ds_clogf.c50 _Complex float r = internal_clogf (c2_cfloat_value (x)); in __c2_clogf()
Ds_catanf.c50 _Complex float r = internal_catanf (c2_cfloat_value (x)); in __c2_catanf()
Ds_csqrtf.c50 _Complex float r = internal_csqrtf (c2_cfloat_value (x)); in __c2_csqrtf()
Ds_cacosf.c53 _Complex float r = internal_cacosf (c2_cfloat_value (x)); in __c2_cacosf()
Ds_cacoshf.c52 _Complex float r = internal_cacoshf (c2_cfloat_value (x)); in __c2_cacoshf()
Ds_clog10f.c51 _Complex float r = internal_clog10f (c2_cfloat_value (x)); in __c2_clog10f()
Dcfloat-compat.h39 # define c2_cfloat_value(x) x macro