Home
last modified time | relevance | path

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

/PHP-7.1/tests/classes/
H A Dinterface_doubled.phpt9 function f_a();
40 function f_a() {}
57 function f_a() {}
74 function f_a() {}
91 function f_a() {}
108 function f_a() {}
125 function f_a() {}
142 function f_a() {}
H A Dinterface_must_be_implemented.phpt9 function f_a();
17 …must therefore be declared abstract or implement the remaining methods (if_a::f_a) in %s on line %d
H A Dinterface_implemented.phpt9 function f_a();
33 function f_a() {}
37 function f_a() {}
H A Dinterface_instantiate.phpt9 function f_a();
/PHP-7.1/ext/gd/libgd/
H A Dgd_interpolation.c1186 const gdFixed f_a = gd_mulfx(f_i, f_dy); in gdImageScaleNearestNeighbour() local
1188 const long m = gd_fxtoi(f_a); in gdImageScaleNearestNeighbour()
1199 const long m = gd_fxtoi(f_a); in gdImageScaleNearestNeighbour()
1293 const gdFixed f_a = gd_mulfx(f_i, f_dy); in gdImageScaleBilinearPalette() local
1294 register long m = gd_fxtoi(f_a); in gdImageScaleBilinearPalette()
1304 gdFixed f_f = f_a - gd_itofx(m); in gdImageScaleBilinearPalette()
1392 gdFixed f_a = gd_mulfx(f_i, f_dy); in gdImageScaleBilinearTC() local
1394 const gdFixed m = gd_fxtoi(f_a); in gdImageScaleBilinearTC()
1396 gdFixed f_f = f_a - gd_itofx(m); in gdImageScaleBilinearTC()
1504 const long m = gd_fxtoi(f_a); in gdImageScaleBicubicFixed()
[all …]
/PHP-7.1/ext/standard/tests/class_object/
H A Dis_a.phpt9 function f_a();
44 function f_a() {}
48 function f_a() {}

Completed in 26 milliseconds