esac
while :; do
randomselect_init
- #randomselect "float ** float float" # BUG: (-1)**(3) is nan vs -1. exec.c lacks pow(), that's why.
+ randomselect "float ** float float"
randomselect "float ! float"
randomselect "float ~ float"
randomselect "float + float"
randomselect "vector / vector float"
randomselect "float % float float"
randomselect "vector >< vector vector"
- #randomselect "float >> float float" # Does weird & 0xFFFFFF.
- #randomselect "float << float float" # Does weird & 0xFFFFFF.
+ randomselect "float >> float float"
+ randomselect "float << float float"
randomselect "float < float float"
randomselect "float > float float"
randomselect "float <=> float float"