Searched refs:c1_cfloat_value (Results 1 – 20 of 20) sorted by relevance
30 # 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
43 _Complex float r = internal_cpowf (c1_cfloat_value (x), c1_cfloat_value (c)); in __c1_cpowf()
31 _Complex float r = ~ c1_cfloat_value (z); in __c1_conjf()
43 _Complex float r = internal_catanf (c1_cfloat_value (x)); in __c1_catanf()
43 _Complex float r = internal_catanhf (c1_cfloat_value (x)); in __c1_catanhf()
43 _Complex float r = internal_ccoshf (c1_cfloat_value (x)); in __c1_ccoshf()
43 _Complex float r = internal_cexpf (c1_cfloat_value (x)); in __c1_cexpf()
43 _Complex float r = internal_clogf (c1_cfloat_value (x)); in __c1_clogf()
43 _Complex float r = internal_cprojf (c1_cfloat_value (x)); in __c1_cprojf()
43 _Complex float r = internal_csinf (c1_cfloat_value (x)); in __c1_csinf()
43 _Complex float r = internal_csinhf (c1_cfloat_value (x)); in __c1_csinhf()
43 _Complex float r = internal_csqrtf (c1_cfloat_value (x)); in __c1_csqrtf()
43 _Complex float r = internal_ctanf (c1_cfloat_value (x)); in __c1_ctanf()
43 _Complex float r = internal_ctanhf (c1_cfloat_value (x)); in __c1_ctanhf()
43 _Complex float r = internal_casinf (c1_cfloat_value (x)); in __c1_casinf()
43 _Complex float r = internal_casinhf (c1_cfloat_value (x)); in __c1_casinhf()
43 _Complex float r = internal_ccosf (c1_cfloat_value (x)); in __c1_ccosf()
46 _Complex float r = internal_cacosf (c1_cfloat_value (x)); in __c1_cacosf()
45 _Complex float r = internal_cacoshf (c1_cfloat_value (x)); in __c1_cacoshf()
44 _Complex float r = internal_clog10f (c1_cfloat_value (x)); in __c1_clog10f()
Completed in 21 milliseconds