Home
last modified time | relevance | path

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

/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/src/c/
H A DContour.c71 static double* Gycont = NULL; variable
671 *y = Gycont; in C2F()
689 Gycont = (double*)MALLOC(n * sizeof(double)); in GContStore2()
697 Gycont = (double*)REALLOC(Gycont, currentContSize * sizeof(double)); in GContStore2()
704 if ((Gycont == NULL) && n != 0) in GContStore2()
711 Gycont[last] = count; in GContStore2()
731 Gycont = (double*)REALLOC(Gycont, currentContSize * sizeof(double)); in GContStore2()
738 if ((Gycont == NULL) && n != 0) in GContStore2()
748 if (Gycont) in GContStore2()
750 Gycont[Gcont_size++] = yncont; in GContStore2()
[all …]