Lines Matching refs:extra
70 extra=1
71 check_bool_arg "$extra"
73 extra="$1"
75 check_bool_arg "$extra"
139 # Get the list of tests that require extra math.
149 # If it requires extra, then skip if we don't have it.
150 if [ "$extra" -eq 0 ]; then
176 sh "$testdir/scripts.sh" "$d" "$extra" "$run_stack_tests" "$generate_tests" \
180 sh "$testdir/scripts.sh" -n "$d" "$extra" "$run_stack_tests" "$generate_tests" \
218 sh "$testdir/other.sh" "$d" "$extra" "$exe" "$@" &
221 sh "$testdir/other.sh" "$d" "$extra" "$exe" "$@"