Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/
H A DFastCalc.xs349 AV* array_y; variable
360 array_y = (AV*)SvRV(cy); /* ref to aray, don't check ref */
362 elemsy = av_len(array_y);
376 tempy = *av_fetch(array_y, elemsx, 0); /* fetch last element */
393 tempy = *av_fetch(array_y, elemsx, 0); /* fetch curr y element */