Lines Matching defs:msb_set
897 int msb_set = static_cast<int>(0x80000000);
898 vint4 msb(msb_set, 0, msb_set, 0);
1685 int msb_set = static_cast<int>(0x80000000);
1686 vint4 a1(msb_set, 0x40000000, 0x20000000, 0x10000000);
2637 int msb_set = static_cast<int>(0x80000000);
2638 vint8 msb(msb_set, 0, msb_set, 0, msb_set, 0, msb_set, 0);