Home
last modified time | relevance | path

Searched refs:fooxy (Results 1 – 25 of 30) sorted by relevance

12

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/runnable/
H A Dtestreturn.d132 alias fooxy = foo!(num, sx, sy); in test13336() local
133 static assert(is(typeof(&fooxy) : double function(bool))); in test13336()
134 assert(fooxy(1) == 1.0); in test13336()
135 assert(fooxy(0) == 2.5); in test13336()
145 alias fooxy = foo!(num, sx, sy); in test13336() local
146 static assert(is(typeof(&fooxy) : double function(bool))); in test13336()
147 assert(fooxy(1) == 1.0 && result13336 == 1.0); in test13336()
148 assert(fooxy(0) == 2.5 && result13336 == 2.5); in test13336()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/runnable/
H A Dtestreturn.d126 alias fooxy = foo!(num, sx, sy); in test13336() local
127 static assert(is(typeof(&fooxy) : double function(bool))); in test13336()
128 assert(fooxy(1) == 1.0); in test13336()
129 assert(fooxy(0) == 2.5); in test13336()
139 alias fooxy = foo!(num, sx, sy); in test13336() local
140 static assert(is(typeof(&fooxy) : double function(bool))); in test13336()
141 assert(fooxy(1) == 1.0 && result13336 == 1.0); in test13336()
142 assert(fooxy(0) == 2.5 && result13336 == 2.5); in test13336()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtestreturn.d126 alias fooxy = foo!(num, sx, sy); in test13336() local
127 static assert(is(typeof(&fooxy) : double function(bool))); in test13336()
128 assert(fooxy(1) == 1.0); in test13336()
129 assert(fooxy(0) == 2.5); in test13336()
139 alias fooxy = foo!(num, sx, sy); in test13336() local
140 static assert(is(typeof(&fooxy) : double function(bool))); in test13336()
141 assert(fooxy(1) == 1.0 && result13336 == 1.0); in test13336()
142 assert(fooxy(0) == 2.5 && result13336 == 2.5); in test13336()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/runnable/
H A Dtestreturn.d126 alias fooxy = foo!(num, sx, sy); in test13336() local
127 static assert(is(typeof(&fooxy) : double function(bool))); in test13336()
128 assert(fooxy(1) == 1.0); in test13336()
129 assert(fooxy(0) == 2.5); in test13336()
139 alias fooxy = foo!(num, sx, sy); in test13336() local
140 static assert(is(typeof(&fooxy) : double function(bool))); in test13336()
141 assert(fooxy(1) == 1.0 && result13336 == 1.0); in test13336()
142 assert(fooxy(0) == 2.5 && result13336 == 2.5); in test13336()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/runnable/
H A Dtestreturn.d126 alias fooxy = foo!(num, sx, sy); in test13336() local
127 static assert(is(typeof(&fooxy) : double function(bool))); in test13336()
128 assert(fooxy(1) == 1.0); in test13336()
129 assert(fooxy(0) == 2.5); in test13336()
139 alias fooxy = foo!(num, sx, sy); in test13336() local
140 static assert(is(typeof(&fooxy) : double function(bool))); in test13336()
141 assert(fooxy(1) == 1.0 && result13336 == 1.0); in test13336()
142 assert(fooxy(0) == 2.5 && result13336 == 2.5); in test13336()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/runnable/
H A Dtestreturn.d126 alias fooxy = foo!(num, sx, sy); in test13336() local
127 static assert(is(typeof(&fooxy) : double function(bool))); in test13336()
128 assert(fooxy(1) == 1.0); in test13336()
129 assert(fooxy(0) == 2.5); in test13336()
139 alias fooxy = foo!(num, sx, sy); in test13336() local
140 static assert(is(typeof(&fooxy) : double function(bool))); in test13336()
141 assert(fooxy(1) == 1.0 && result13336 == 1.0); in test13336()
142 assert(fooxy(0) == 2.5 && result13336 == 2.5); in test13336()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtestreturn.d126 alias fooxy = foo!(num, sx, sy); in test13336() local
127 static assert(is(typeof(&fooxy) : double function(bool))); in test13336()
128 assert(fooxy(1) == 1.0); in test13336()
129 assert(fooxy(0) == 2.5); in test13336()
139 alias fooxy = foo!(num, sx, sy); in test13336() local
140 static assert(is(typeof(&fooxy) : double function(bool))); in test13336()
141 assert(fooxy(1) == 1.0 && result13336 == 1.0); in test13336()
142 assert(fooxy(0) == 2.5 && result13336 == 2.5); in test13336()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtestreturn.d126 alias fooxy = foo!(num, sx, sy); in test13336() local
127 static assert(is(typeof(&fooxy) : double function(bool))); in test13336()
128 assert(fooxy(1) == 1.0); in test13336()
129 assert(fooxy(0) == 2.5); in test13336()
139 alias fooxy = foo!(num, sx, sy); in test13336() local
140 static assert(is(typeof(&fooxy) : double function(bool))); in test13336()
141 assert(fooxy(1) == 1.0 && result13336 == 1.0); in test13336()
142 assert(fooxy(0) == 2.5 && result13336 == 2.5); in test13336()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/runnable/
H A Dtestreturn.d126 alias fooxy = foo!(num, sx, sy); in test13336() local
127 static assert(is(typeof(&fooxy) : double function(bool))); in test13336()
128 assert(fooxy(1) == 1.0); in test13336()
129 assert(fooxy(0) == 2.5); in test13336()
139 alias fooxy = foo!(num, sx, sy); in test13336() local
140 static assert(is(typeof(&fooxy) : double function(bool))); in test13336()
141 assert(fooxy(1) == 1.0 && result13336 == 1.0); in test13336()
142 assert(fooxy(0) == 2.5 && result13336 == 2.5); in test13336()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/runnable/
H A Dtestreturn.d126 alias fooxy = foo!(num, sx, sy); in test13336() local
127 static assert(is(typeof(&fooxy) : double function(bool))); in test13336()
128 assert(fooxy(1) == 1.0); in test13336()
129 assert(fooxy(0) == 2.5); in test13336()
139 alias fooxy = foo!(num, sx, sy); in test13336() local
140 static assert(is(typeof(&fooxy) : double function(bool))); in test13336()
141 assert(fooxy(1) == 1.0 && result13336 == 1.0); in test13336()
142 assert(fooxy(0) == 2.5 && result13336 == 2.5); in test13336()
/dports/www/firefox-esr/firefox-91.8.0/extensions/spellcheck/hunspell/tests/unit/data/
H A Dcompoundflag.wrong2 fooxy
H A Dutfcompound.wrong2 fooxy
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hunspell/tests/
H A Dcompoundflag.wrong2 fooxy
/dports/lang/spidermonkey78/firefox-78.9.0/extensions/spellcheck/hunspell/tests/unit/data/
H A Dcompoundflag.wrong2 fooxy
H A Dutfcompound.wrong2 fooxy
/dports/textproc/sigil/Sigil-1.8.0/3rdparty/hunspell/tests/
H A Dcompoundflag.wrong2 fooxy
H A Dutfcompound.wrong2 fooxy
/dports/www/firefox/firefox-99.0/extensions/spellcheck/hunspell/tests/unit/data/
H A Dcompoundflag.wrong2 fooxy
H A Dutfcompound.wrong2 fooxy
/dports/textproc/hunspell/hunspell-1.7.0/tests/
H A Dcompoundflag.wrong2 fooxy
/dports/textproc/nuspell/nuspell-5.0.1/tests/v1cmdline/
H A Dcompoundflag.wrong2 fooxy
/dports/lang/spidermonkey60/firefox-60.9.0/extensions/spellcheck/hunspell/tests/unit/data/
H A Dcompoundflag.wrong2 fooxy
/dports/www/firefox-legacy/firefox-52.8.0esr/extensions/spellcheck/hunspell/tests/unit/data/
H A Dcompoundflag.wrong2 fooxy
/dports/mail/thunderbird/thunderbird-91.8.0/extensions/spellcheck/hunspell/tests/unit/data/
H A Dcompoundflag.wrong2 fooxy
H A Dutfcompound.wrong2 fooxy

12