Home | History | Annotate | Download | only in AssemblerX8632

Lines Matching refs:conditional

372     using Type = std::conditional<FloatLength == 32, float, double>::type;     \
396 using Type = std::conditional<FloatLength == 32, float, double>::type; \
421 using Type = std::conditional<FloatLength == 32, float, double>::type; \
451 using Type = std::conditional<FloatLength == 32, float, double>::type; \
476 using Type = std::conditional<FloatLength == 32, float, double>::type; \
511 using Type = std::conditional<FloatLength == 32, float, double>::type; \