Home
last modified time | relevance | path

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

/PHP-8.1/tests/classes/
H A Dinterface_must_be_implemented.phpt7 function f_a();
15 …must therefore be declared abstract or implement the remaining methods (if_a::f_a) in %s on line %d
H A Dinterface_doubled.phpt7 function f_a();
38 function f_a() {}
55 function f_a() {}
72 function f_a() {}
89 function f_a() {}
106 function f_a() {}
123 function f_a() {}
140 function f_a() {}
H A Dinterface_implemented.phpt7 function f_a();
31 function f_a() {}
35 function f_a() {}
H A Dinterface_instantiate.phpt7 function f_a();
/PHP-8.1/ext/gd/libgd/
H A Dgd_interpolation.c1108 const gdFixed f_a = gd_mulfx(f_i, f_dy); in gdImageScaleNearestNeighbour() local
1110 const long m = gd_fxtoi(f_a); in gdImageScaleNearestNeighbour()
1121 const long m = gd_fxtoi(f_a); in gdImageScaleNearestNeighbour()
1167 const gdFixed f_a = gd_mulfx(f_i, f_dy); in gdImageScaleBilinearPalette() local
1168 register long m = gd_fxtoi(f_a); in gdImageScaleBilinearPalette()
1178 gdFixed f_f = f_a - gd_itofx(m); in gdImageScaleBilinearPalette()
1265 gdFixed f_a = gd_mulfx(f_i, f_dy); in gdImageScaleBilinearTC() local
1267 const long m = gd_fxtoi(f_a); in gdImageScaleBilinearTC()
1269 gdFixed f_f = f_a - gd_itofx(m); in gdImageScaleBilinearTC()
1376 const long m = gd_fxtoi(f_a); in gdImageScaleBicubicFixed()
[all …]
/PHP-8.1/ext/standard/tests/class_object/
H A Dis_a.phpt7 function f_a();
42 function f_a() {}
46 function f_a() {}

Completed in 39 milliseconds