Lines Matching refs:extra_math
718 extra_math=1
752 extra_math=1
788 extra_math=1
824 extra_math=1
889 extra_math=1
934 E) extra_math=0 ;;
1070 disable-extra-math) extra_math=0 ;;
1226 bc_test="@export BC_TEST_OUTPUT_DIR=\"$builddir/tests\"; \$(TESTSDIR)/all.sh bc $extra_math 1 $gene…
1227 bc_test_np="@export BC_TEST_OUTPUT_DIR=\"$builddir/tests\"; \$(TESTSDIR)/all.sh -n bc $extra_math 1…
1228 dc_test="@export BC_TEST_OUTPUT_DIR=\"$builddir/tests\"; \$(TESTSDIR)/all.sh dc $extra_math 1 $gene…
1229 dc_test_np="@export BC_TEST_OUTPUT_DIR=\"$builddir/tests\"; \$(TESTSDIR)/all.sh -n dc $extra_math 1…
1268 extra_math=1
1541 flags="$flags -DBC_ENABLE_EXTRA_MATH=$extra_math -DBC_ENABLE_OSSFUZZ=0"
1643 flags="$flags -DBC_ENABLE_EXTRA_MATH=$extra_math -DBC_ENABLE_OSSFUZZ=0"
1786 if [ "$extra_math" -eq 1 ] && [ "$bc" -ne 0 ] && [ "$library" -eq 0 ]; then
1816 if [ "$extra_math" -eq 0 ]; then
1950 printf 'BC_ENABLE_EXTRA_MATH=%s\n' "$extra_math"
2074 contents=$(replace "$contents" "EXTRA_MATH" "$extra_math")
2174 gen_std_tests bc "$extra_math" "$time_tests" $bc_test_exec
2175 gen_script_tests bc "$extra_math" "$generate_tests" "$time_tests" $bc_test_exec
2180 gen_std_tests dc "$extra_math" "$time_tests" $dc_test_exec
2181 gen_script_tests dc "$extra_math" "$generate_tests" "$time_tests" $dc_test_exec