Searched refs:_FP_FRAC_HIGH_2 (Results 1 – 4 of 4) sorted by relevance
188 # define _FP_FRAC_HIGH_D(X) _FP_FRAC_HIGH_2 (X)189 # define _FP_FRAC_HIGH_RAW_D(X) _FP_FRAC_HIGH_2 (X)315 # define _FP_FRAC_HIGH_DW_D(X) _FP_FRAC_HIGH_2 (X)
319 # define _FP_FRAC_HIGH_Q(X) _FP_FRAC_HIGH_2 (X)320 # define _FP_FRAC_HIGH_RAW_Q(X) _FP_FRAC_HIGH_2 (X)
190 # define _FP_FRAC_HIGH_DW_S(X) _FP_FRAC_HIGH_2 (X)
36 #define _FP_FRAC_HIGH_2(X) (X##_f1) macro