Home
last modified time | relevance | path

Searched refs:triple_is_okay (Results 1 – 25 of 38) sorted by relevance

12

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/go.test/test/bench/shootout/
H A Dmeteor-contest.go475 func triple_is_okay(row1, row2, row3 int, even bool) bool { func
508 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, true) {
516 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, false) {
H A Dmeteor-contest.c453 int triple_is_okay(char row1, char row2, char row3, int even) { in triple_is_okay() function
491 && triple_is_okay(row1, row2, row3, TRUE)) in calc_rows()
499 && triple_is_okay(row1, row2, row3, FALSE)) in calc_rows()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dmeteor-contest.go475 func triple_is_okay(row1, row2, row3 int, even bool) bool { func
508 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, true) {
516 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, false) {
H A Dmeteor-contest.c453 int triple_is_okay(char row1, char row2, char row3, int even) { in triple_is_okay() function
491 && triple_is_okay(row1, row2, row3, TRUE)) in calc_rows()
499 && triple_is_okay(row1, row2, row3, FALSE)) in calc_rows()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dmeteor-contest.go475 func triple_is_okay(row1, row2, row3 int, even bool) bool { func
508 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, true) {
516 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, false) {
H A Dmeteor-contest.c453 int triple_is_okay(char row1, char row2, char row3, int even) { in triple_is_okay() function
491 && triple_is_okay(row1, row2, row3, TRUE)) in calc_rows()
499 && triple_is_okay(row1, row2, row3, FALSE)) in calc_rows()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dmeteor-contest.go475 func triple_is_okay(row1, row2, row3 int, even bool) bool { func
508 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, true) {
516 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, false) {
H A Dmeteor-contest.c453 int triple_is_okay(char row1, char row2, char row3, int even) { in triple_is_okay() function
491 && triple_is_okay(row1, row2, row3, TRUE)) in calc_rows()
499 && triple_is_okay(row1, row2, row3, FALSE)) in calc_rows()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dmeteor-contest.go475 func triple_is_okay(row1, row2, row3 int, even bool) bool { func
508 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, true) {
516 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, false) {
H A Dmeteor-contest.c453 int triple_is_okay(char row1, char row2, char row3, int even) { in triple_is_okay() function
491 && triple_is_okay(row1, row2, row3, TRUE)) in calc_rows()
499 && triple_is_okay(row1, row2, row3, FALSE)) in calc_rows()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dmeteor-contest.go475 func triple_is_okay(row1, row2, row3 int, even bool) bool { func
508 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, true) {
516 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, false) {
H A Dmeteor-contest.c453 int triple_is_okay(char row1, char row2, char row3, int even) { in triple_is_okay() function
491 && triple_is_okay(row1, row2, row3, TRUE)) in calc_rows()
499 && triple_is_okay(row1, row2, row3, FALSE)) in calc_rows()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/go.test/test/bench/shootout/
H A Dmeteor-contest.go475 func triple_is_okay(row1, row2, row3 int, even bool) bool { func
508 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, true) {
516 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, false) {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dmeteor-contest.go475 func triple_is_okay(row1, row2, row3 int, even bool) bool { func
508 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, true) {
516 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, false) {
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/go.test/test/bench/shootout/
H A Dmeteor-contest.go475 func triple_is_okay(row1, row2, row3 int, even bool) bool { func
508 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, true) {
516 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, false) {
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/shootout/
H A Dmeteor-contest.go477 func triple_is_okay(row1, row2, row3 int, even bool) bool { func
510 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, true) {
518 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, false) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/exp/shootout/
H A Dmeteor-contest.go477 func triple_is_okay(row1, row2, row3 int, even bool) bool { func
510 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, true) {
518 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, false) {
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/go.test/test/bench/shootout/
H A Dmeteor-contest.go475 func triple_is_okay(row1, row2, row3 int, even bool) bool { func
508 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, true) {
516 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, false) {
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/go.test/test/bench/shootout/
H A Dmeteor-contest.go475 func triple_is_okay(row1, row2, row3 int, even bool) bool { func
508 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, true) {
516 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, false) {
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dmeteor-contest.go475 func triple_is_okay(row1, row2, row3 int, even bool) bool { func
508 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, true) {
516 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, false) {
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dmeteor-contest.go475 func triple_is_okay(row1, row2, row3 int, even bool) bool { func
508 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, true) {
516 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, false) {
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/go.test/test/bench/shootout/
H A Dmeteor-contest.go475 func triple_is_okay(row1, row2, row3 int, even bool) bool {
508 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, true) {
516 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, false) {
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dmeteor-contest.go475 func triple_is_okay(row1, row2, row3 int, even bool) bool { func
508 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, true) {
516 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, false) {
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dmeteor-contest.go475 func triple_is_okay(row1, row2, row3 int, even bool) bool { func
508 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, true) {
516 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, false) {
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/go.test/test/bench/shootout/
H A Dmeteor-contest.go475 func triple_is_okay(row1, row2, row3 int, even bool) bool { func
508 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, true) {
516 if result1 == 0 && result2 != 0 && triple_is_okay(row1, row2, row3, false) {

12