Searched defs:__lc (Results 1 – 1 of 1) sorted by relevance
/reactos/sdk/include/ucrt/ |
H A D | tgmath.h | 88 inline _Lcomplex __cpowl_lc_dc(_Lcomplex const __lc, _Dcomplex const __dc) in __cpowl_lc_dc() 93 inline _Lcomplex __cpowl_dc_lc(_Dcomplex const __dc, _Lcomplex const __lc) in __cpowl_dc_lc() 98 inline _Lcomplex __cpowl_lc_fc(_Lcomplex const __lc, _Fcomplex const __fc) in __cpowl_lc_fc() 103 inline _Lcomplex __cpowl_fc_lc(_Fcomplex const __fc, _Lcomplex const __lc) in __cpowl_fc_lc() 108 inline _Lcomplex __cpowl_lc_l(_Lcomplex const __lc, long double const __l) in __cpowl_lc_l() 113 inline _Lcomplex __cpowl_l_lc(long double const __l, _Lcomplex const __lc) in __cpowl_l_lc() 118 inline _Lcomplex __cpowl_lc_d(_Lcomplex const __lc, double const __d) in __cpowl_lc_d() 123 inline _Lcomplex __cpowl_d_lc(double const __d, _Lcomplex const __lc) in __cpowl_d_lc() 128 inline _Lcomplex __cpowl_lc_f(_Lcomplex const __lc, float const __f) in __cpowl_lc_f() 133 inline _Lcomplex __cpowl_f_lc(float const __f, _Lcomplex const __lc) in __cpowl_f_lc()
|