Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d821 const floatStep = 0.02; variable
822 assert(map!(i => i)(iota(floatBegin, floatEnd, floatStep)).walkLength == 50);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Diteration.d795 const floatStep = 0.02; variable
796 assert(map!(i => i)(iota(floatBegin, floatEnd, floatStep)).walkLength == 50);