Home
last modified time | relevance | path

Searched refs:timeconst (Results 1 – 6 of 6) sorted by relevance

/external/bc/tests/bc/
Dtimeconst.sh36 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" > "$out2"
/external/bc/manuals/
Dbenchmarks.md142 [This file][1] was downloaded, saved at `../timeconst.bc` and the following
146 --- ../timeconst.bc 2018-09-28 11:32:22.808669000 -0600
147 +++ ../timeconst.bc 2019-06-07 07:26:36.359913078 -0600
156 -timeconst(hz)
158 + timeconst(i)
167 time -p [bc] ../timeconst.bc > /dev/null
404 The command for the `../timeconst.bc` script was:
407 time -p [bc] ../timeconst.bc > /dev/null
598 The command for the `../timeconst.bc` script was:
601 time -p [bc] ../timeconst.bc > /dev/null
[all …]
/external/bc/
D.gitignore34 timeconst.bc
Dconfigure729 timeconst="@tests/bc/timeconst.sh tests/bc/scripts/timeconst.bc \$(BC_EXEC)"
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")
Dconfigure.sh729 timeconst="@tests/bc/timeconst.sh tests/bc/scripts/timeconst.bc \$(BC_EXEC)"
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")
DMakefile.in305 timeconst: