Searched refs:computecoeffs (Results 1 – 2 of 2) sorted by relevance
/dports/cad/xcircuit/xcircuit-3.10.30/ |
H A D | functions.c | 303 void computecoeffs(splineptr thespline, float *ax, float *bx, float *cx, in computecoeffs() function 322 computecoeffs(thespline, &ax, &bx, &cx, &ay, &by, &cy); in calcspline() 342 computecoeffs(thespline, &ax, &bx, &cx, &ay, &by, &cy); in findsplinepos() 364 computecoeffs(thespline, &ax, &bx, &cx, &ay, &by, &cy); in ffindsplinepos()
|
H A D | prototypes.h | 368 extern void computecoeffs(splineptr, float *, float *, float *, float *,
|