You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Holger Vogt
d07fab904c
Speed enhancement while reading large PDKs:
Line concatenation used tprintf, which uses vsnprintf,
which is very inefficient in Linux, MINGW, but efficient
using MSVC. Thus for the others a function cat2strings() is
introduced, which uses memccpy().
5 years ago
..
Makefile.am
tests/regression/parser/bxpressn-1.cir, check some B expression capabilities
10 years ago
bxpressn-1.cir
src/spicelib/parser/inpptree.c, bug fix, B expression of kind `max(0,expr)'
10 years ago
bxpressn-1.out
tests/regression/parser/bxpressn-1.cir, check some B expression capabilities
10 years ago
minus-minus.cir
regression/**/*.cir, hide printed numeric values in some test cases
9 years ago
minus-minus.out
regression/**/*.cir, hide printed numeric values in some test cases
9 years ago
xpressn-1.cir
tests/regression/parser/xpressn-1.cir, check log10
11 years ago
xpressn-1.out
tests/regression/parser
12 years ago
xpressn-2.cir
tests/regression/parser
12 years ago
xpressn-2.out
tests/regression/parser
12 years ago
xpressn-3.cir
regression test for nint/floor/ceil
12 years ago
xpressn-3.out
regression test for nint/floor/ceil
12 years ago