Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dinterfaces.d139 auto squares = map!"a * a"(iota(10)); variable
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/range/
H A Dinterfaces.d144 auto squares = map!"a * a"(iota(10)); variable
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Diteration.d488 auto squares = variable
671 auto squares = map!("a * a")(arr1Const); variable
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d506 auto squares = map!(a => a * a)(chain(arr1, arr2)); variable
697 auto squares = map!("a * a")(arr1Const); variable