Searched refs:timeconst (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/bc/tests/bc/
H A Dtimeconst.sh28 # Tests the timeconst.bc script from the Linux kernel build.
29 # You can find the script at kernel/time/timeconst.bc in any Linux repo.
36 timeconst="$1"
39 timeconst="$testdir/scripts/timeconst.bc"
52 base=$(basename "$timeconst")
54 if [ ! -f "$timeconst" ]; then
55 printf 'Warning: %s does not exist\n' "$timeconst"
71 printf '%s\n' "$i" | bc -q "$timeconst" > "$out1"
80 printf '%s\n' "$i" | "$bc" "$@" -q "$timeconst" > "
[all...]
/freebsd-12-stable/contrib/bc/
H A Dconfigure724 tests="test_bc timeconst test_dc"
729 timeconst="@tests/bc/timeconst.sh tests/bc/scripts/timeconst.bc \$(BC_EXEC)"
789 tests="test_bc timeconst"
806 timeconst="@printf 'timeconst cannot be run because bc is not built\\\\n'"
1217 contents=$(replace "$contents" "TIMECONST_ALL_TESTS" "$timeconst")
1289 contents=$(replace "$contents" "TIMECONST" "$timeconst")
H A Dconfigure.sh724 tests="test_bc timeconst test_dc"
729 timeconst="@tests/bc/timeconst.sh tests/bc/scripts/timeconst.bc \$(BC_EXEC)"
789 tests="test_bc timeconst"
806 timeconst="@printf 'timeconst cannot be run because bc is not built\\\\n'"
1217 contents=$(replace "$contents" "TIMECONST_ALL_TESTS" "$timeconst")
1289 contents=$(replace "$contents" "TIMECONST" "$timeconst")
H A DMakefile.in244 @printf ' timeconst runs the test on the Linux timeconst.bc script,\n'
305 timeconst:

Completed in 68 milliseconds