Home
last modified time | relevance | path

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

/PHP-7.2/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-7.2/ext/gd/libgd/
H A Dgd_interpolation.c1106 const gdFixed f_a = gd_mulfx(f_i, f_dy); in gdImageScaleNearestNeighbour() local
1108 const long m = gd_fxtoi(f_a); in gdImageScaleNearestNeighbour()
1119 const long m = gd_fxtoi(f_a); in gdImageScaleNearestNeighbour()
1213 const gdFixed f_a = gd_mulfx(f_i, f_dy); in gdImageScaleBilinearPalette() local
1214 register long m = gd_fxtoi(f_a); in gdImageScaleBilinearPalette()
1224 gdFixed f_f = f_a - gd_itofx(m); in gdImageScaleBilinearPalette()
1312 gdFixed f_a = gd_mulfx(f_i, f_dy); in gdImageScaleBilinearTC() local
1314 const gdFixed m = gd_fxtoi(f_a); in gdImageScaleBilinearTC()
1316 gdFixed f_f = f_a - gd_itofx(m); in gdImageScaleBilinearTC()
1424 const long m = gd_fxtoi(f_a); in gdImageScaleBicubicFixed()
[all …]
/PHP-7.2/ext/standard/tests/class_object/
H A Dis_a.phpt7 function f_a();
42 function f_a() {}
46 function f_a() {}

Completed in 18 milliseconds