Home
last modified time | relevance | path

Searched refs:computecoeffs (Results 1 – 2 of 2) sorted by relevance

/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dfunctions.c303 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 Dprototypes.h368 extern void computecoeffs(splineptr, float *, float *, float *, float *,