rlar
|
b1cbebaa99
|
fix tcl module compilation
test programs don't compile when compiling for TCL_MODULE
due to redefinition of fprintf()
|
14 years ago |
h_vogt
|
8f3f757813
|
command mrdump
|
14 years ago |
h_vogt
|
dffe4ed156
|
command mdump
|
14 years ago |
rlar
|
2e4d4a0e02
|
unuse srandom() and random()
|
14 years ago |
rlar
|
a056ea3065
|
#3/4 switch realpart() and imagpart() args from ngcomplex* to ngcomplex
|
14 years ago |
rlar
|
94e3abd847
|
#2/4 switch cph() and cmag() args from ngcomplex* to ngcomplex
|
14 years ago |
rlar
|
f17b14102c
|
bug fix, incorrect '%le' printf format specifier
|
14 years ago |
rlar
|
d3c3741f43
|
#4/6 config.h --> ngspice/config.h, AM_CPPFLAGS
|
14 years ago |
rlar
|
afa1371746
|
#3/6 config.h --> ngspice/config.h, AM_CPPFLAGS
|
14 years ago |
rlar
|
4ca58067a2
|
#2/6 config.h --> ngspice/config.h, #include's
|
14 years ago |
h_vogt
|
75767fcc3d
|
floor(), ceil() added
|
14 years ago |
rlar
|
0b5042e7da
|
remove CVS `Id',`log' etc. keyword incantations
|
14 years ago |
rlar
|
10346e055c
|
#1/4 #include <ngspice/...> --> #include "ngspice/..."
|
14 years ago |
h_vogt
|
4cbfbad8b5
|
type long --> int
|
15 years ago |
rlar
|
d26015586c
|
#1/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
15 years ago |
rlar
|
53ac5a888a
|
remove maths/fft/fftext.h
|
15 years ago |
h_vogt
|
220cc83458
|
fft calculation with type double (instead of float)
|
15 years ago |
rlar
|
11de01c304
|
swallow some warnings, and use <stdint.h>
|
15 years ago |
h_vogt
|
e7ce26c118
|
convert float to double
|
15 years ago |
rlar
|
b5f823f599
|
cph(vec), rewrite, cleanup, and add missing test_cx_cph.c
|
15 years ago |
h_vogt
|
2e2bf04d6a
|
function cph()
|
15 years ago |
rlar
|
2c0144a849
|
rewrite to fix potential (actuall impossible) usage of variable `c'
|
15 years ago |
rlar
|
18570fc035
|
cleanup redeclarations for todays tanh commit
|
15 years ago |
h_vogt
|
4679fdf046
|
sinh, cosh, tanh
|
15 years ago |
rlar
|
0892d04c8a
|
explicit `int' casts for some ptrdiff_t expressions, where an `int' seems to be big enough
|
15 years ago |
h_vogt
|
e6c86b4d98
|
explicit casting double -> int etc.
|
15 years ago |
rlar
|
55638c8023
|
various cleanups
|
15 years ago |
rlar
|
23056573d8
|
code cleanup, drop NULL pointer casts
|
15 years ago |
rlar
|
0b6a557334
|
code cleanup
|
15 years ago |
rlar
|
39aac106c5
|
updates for the make infrastructure (trannoise and tests/xspice)
|
15 years ago |
dwarning
|
c8aee0f84a
|
inline functions to static
|
15 years ago |
h_vogt
|
6d7ee3632e
|
remoce compiler warnings
|
15 years ago |
h_vogt
|
1ea76af678
|
add statistical functions to numparam and nutmeg parsers
|
15 years ago |
h_vogt
|
5fd49349f6
|
update to RTS noise
|
15 years ago |
h_vogt
|
f476389531
|
RTS noise
|
15 years ago |
dwarning
|
5556515e6a
|
cvs ignore *.lo, *.la, .libs
|
16 years ago |
dwarning
|
3ab9e6d060
|
cvs ignore .libs
|
16 years ago |
dwarning
|
b964cf949c
|
cvs ignore *.lo and *.la
|
16 years ago |
h_vogt
|
5e1ed023c6
|
transient noise simulation
|
16 years ago |
rlar
|
e6c30efe46
|
Nr 4/5 (x = ...) != NULL , swallow warnings
|
16 years ago |
rlar
|
abb87a6115
|
rename `IGNORE()' --> `NG_IGNORE()'
|
16 years ago |
rlar
|
80286e0032
|
pour `IGNORE()' all over the source
|
16 years ago |
rlar
|
01566f2b49
|
add casts to make `int' versus `size_t' conversions explicit
|
16 years ago |
rlar
|
c3f20f8321
|
cleanup TMALLOC etc macros
|
16 years ago |
rlar
|
7b3960506f
|
wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC
|
16 years ago |
rlar
|
15d12df25b
|
tmalloc usage unification, parenthesize some terms
|
16 years ago |
rlar
|
3cc50320e3
|
rename ALLOC, REALLOC, CALLOC, FREE, in the "src/maths/sparse" domain
|
16 years ago |
rlar
|
4622d0876e
|
ngcomplex_t instead of complex, #1/2
|
16 years ago |
rlar
|
d7a9d71a1a
|
remove prototypes, avoid redeclarations
|
16 years ago |
rlar
|
7f8ee8818e
|
collect BMin BMax ExpLim Accuracy in "accuracy.h", kill `Acc'
|
16 years ago |