Home
last modified time | relevance | path

Searched defs:IntForFloat (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Datomic.d668 alias IntForFloat = uint; variable
670 alias IntForFloat = ulong; variable
679 alias IntForFloat = ubyte; variable
681 alias IntForFloat = ushort; variable
683 alias IntForFloat = uint; variable
685 alias IntForFloat = ulong; variable
687 …alias IntForFloat = ulong[2]; // TODO: what's the best type here? slice/delegates pass in register… variable