Searched defs:__fp_type_select (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/msun/src/
H A Dmath.h82 #define __fp_type_select(x, f, d, ld) _Generic((x), \ macro
96 #define __fp_type_select(x, f, d, ld) __builtin_choose_expr( \ macro
103 #define __fp_type_select(x, f, d, ld) \ macro
/barrelfish-master/include/
H A Dmath.h82 #define __fp_type_select(x, f, d, ld) _Generic((x), \ macro
96 #define __fp_type_select(x, f, d, ld) __builtin_choose_expr( \ macro
103 #define __fp_type_select(x, f, d, ld) \ macro

Completed in 29 milliseconds