Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dnumeric.d2838 static struct OddToImaginary struct
2840 R source;
2841 alias C = Complex!(CommonType!(E, typeof(buf[0].re)));
2845 C front() in front()
2850 C back() in back()
2856 typeof(this) save() in save()
2861 bool empty() in empty()
2866 size_t length() in length()
2895 auto oddsImag = OddToImaginary(range); argument
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dnumeric.d3401 static struct OddToImaginary struct
3403 R source;
3404 alias C = Complex!(CommonType!(E, typeof(buf[0].re)));
3408 C front() in front()
3413 C back() in back()
3419 typeof(this) save() in save()
3424 bool empty() in empty()
3429 size_t length() in length()
3458 auto oddsImag = OddToImaginary(range); argument