Home | History | Annotate | Download | only in AssemblerX8664

Lines Matching refs:conditional

526     using Type = std::conditional<FloatLength == 32, float, double>::type;     \
549 using Type = std::conditional<FloatLength == 32, float, double>::type; \
582 using Type = std::conditional<FloatLength == 32, float, double>::type; \
611 using Type = std::conditional<FloatLength == 32, float, double>::type; \
644 using Type = std::conditional<FloatLength == 32, float, double>::type; \
677 using Type = std::conditional<FloatLength == 32, float, double>::type; \