Lines Matching refs:extra_math
455 extra_math=1
481 E) extra_math=0 ;;
597 disable-extra-math) extra_math=0 ;;
726 bc_test="@tests/all.sh bc $extra_math 1 $generate_tests 0 \$(BC_EXEC)"
727 dc_test="@tests/all.sh dc $extra_math 1 $generate_tests 0 \$(DC_EXEC)"
759 extra_math=1
949 flags="$flags -DBC_ENABLE_EXTRA_MATH=$extra_math -I./include/"
1029 flags="$flags -DBC_ENABLE_EXTRA_MATH=$extra_math -I./include/"
1060 if [ "$extra_math" -eq 1 ] && [ "$bc" -ne 0 ] && [ "$library" -eq 0 ]; then
1084 if [ "$extra_math" -eq 0 ]; then
1155 printf 'BC_ENABLE_EXTRA_MATH=%s\n' "$extra_math"
1228 contents=$(replace "$contents" "EXTRA_MATH" "$extra_math")
1305 gen_tests bc BC "$extra_math" "$time_tests" $bc_test_exec
1306 gen_script_tests bc "$extra_math" "$generate_tests" "$time_tests" $bc_test_exec
1310 gen_tests dc DC "$extra_math" "$time_tests" $dc_test_exec
1311 gen_script_tests dc "$extra_math" "$generate_tests" "$time_tests" $dc_test_exec