Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dsimd.d605 ubyte* ptrToV = cast(ubyte*)&v; in version() local
608 assert(ptrToV[j] == d[j]); in version()
676 ubyte* ptrToV = cast(ubyte*)&v; in version() local
679 ptrToV[j] = cast(ubyte)j; in version()
688 assert(ptrToV[j] == d[j]); in version()