Home | History | Annotate | Download | only in AssemblerX8664

Lines Matching refs:conditional

25     using Type = std::conditional<IsDouble, double, float>::type;              \
58 using Type = std::conditional<IsDouble, double, float>::type; \