Searched refs:npoints (Results 1 – 4 of 4) sorted by relevance
46 rustv0_puny_adapt(size_t delta, size_t npoints, boolean_t first) in rustv0_puny_adapt() argument51 delta += delta / npoints; in rustv0_puny_adapt()
307 init_table(int npoints) in init_table() argument312 if (npoints == 0) in init_table()318 if ((xy = malloc(sizeof (*xy) * npoints)) == NULL) { in init_table()323 tblp->nentries = npoints; in init_table()
445 init_table(int npoints) in init_table() argument450 if (npoints == 0) in init_table()456 if ((xy = malloc(sizeof (*xy) * npoints)) == NULL) { in init_table()461 tblp->nentries = npoints; in init_table()
457 init_table(int npoints) in init_table() argument462 if (npoints == 0) in init_table()468 if ((xy = malloc(sizeof (*xy) * npoints)) == NULL) { in init_table()473 tblp->nentries = npoints; in init_table()