Home
last modified time | relevance | path

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

/php-src/Zend/tests/generators/
H A Dthrow_into_yield_from_array.phpt14 function yf($in) {
28 $yfiter = yf($data);
29 $yfgen = yf(yielditer($data));
31 test(yf($data));
33 test(yf(yielditer($data)));
/php-src/ext/gd/libgd/
H A Dgd_interpolation.c684 const double yf = y - (double)sy; in getPixelInterpolateWeight() local
686 const double nyf = (double) 1.0 - yf; in getPixelInterpolateWeight()
687 const double m1 = xf * yf; in getPixelInterpolateWeight()
688 const double m2 = nxf * yf; in getPixelInterpolateWeight()

Completed in 17 milliseconds