construct_s128   9623 src/dps8/dps8_eis.c     if (islt_s128 (e->x, construct_s128 (0, 0)))
construct_s128    350 src/dps8/dps8_hw_consts.h         return construct_s128 ((int64_t) MASK64, w | 0xFFFFFFF000000000);
construct_s128    352 src/dps8/dps8_hw_consts.h     return construct_s128 (0, w);
construct_s128   1923 src/dps8/dps8_math.c   if (islt_s128 (sm1, construct_s128 (0, 0)))
construct_s128   1926 src/dps8/dps8_math.c   if (islt_s128 (sm2, construct_s128 (0, 0)))
construct_s128    508 src/dps8/dps8_math128.c     return construct_s128 (
construct_s128    812 src/dps8/dps8_math128.c     int128 a = construct_s128 (ah, al);
construct_s128    813 src/dps8/dps8_math128.c     int128 b = construct_s128 (bh, bl);
construct_s128     24 src/dps8/dps8_math128.h # define cast_s128(x) construct_s128 ((int64_t) (x).h, (x).l)