Home
last modified time | relevance | path

Searched refs:Cent (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dint128.d24 align(Cent_alignment) struct Cent struct
38 enum Cent One = { lo:1 }; argument
39 enum Cent Zero = { lo:0 };
40 enum Cent MinusOne = neg(One);
50 bool tst(Cent c) in tst()
64 Cent com(Cent c) in com()
79 Cent neg(Cent c) in neg()
99 Cent inc(Cent c) in inc()
112 Cent dec(Cent c) in dec()
125 Cent shl1(Cent c) in shl1()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dint128.d23 Cent data; /// core.int128.Cent
66 this(Cent data) in this()
178 Cent modulus;