Home
last modified time | relevance | path

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

/src/contrib/bc/tests/bc/
H A Dtimeconst.sh53 timeconst="$1"
56 timeconst="$testdir/scripts/timeconst.bc"
79 base=$(basename "$timeconst")
82 if [ ! -f "$timeconst" ]; then
83 printf 'Warning: %s does not exist\n' "$timeconst"
84 printf '%s is not part of this bc because of license incompatibility\n' "$timeconst"
106 printf '%s\n' "$i" | bc -q "$timeconst" > "$out1"
117 printf '%s\n' "$i" | "$bc" "$@" -q "$timeconst" > "$out2"
/src/contrib/bc/
H A Dbuild.pkg.rig1978 timeconst: str = path.join(testdir, "scripts/timeconst.bc");
1980 if !path.isfile(path.join(src_dir, timeconst))
1982 io.eprint("Warning: " +~ timeconst +~ " does not exist\n");
1983 io.eprint(timeconst +~ " is not part of this bc because of " +~
1986 "`kernel/time/timeconst.bc`\n");
1994 test sym(path.join(timeconst, str(i)))
2137 path.isfile(path.join(src_testdir, "scripts/timeconst.bc"))
H A DREADME.md283 ##### `timeconst.bc`
286 missing `timeconst.bc`. This file [comes from][37] the [Linux kernel][38], which
530 [37]: https://github.com/torvalds/linux/blob/master/kernel/time/timeconst.bc
H A DNEWS.md168 `tests/bc/scripts/timeconst.bc` doesn't exist. This should only affect