Home
last modified time | relevance | path

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

/PHP-5.4/ext/gd/libgd/
H A Dmathmake.c7 int cost[360]; variable
20 printf ("%d,\n ", cost[i] = basis[i]); in main()
24 printf ("%d,\n ", cost[i] = -basis[180 - i]); in main()
28 printf ("%d,\n ", cost[i] = -basis[i - 180]); in main()
32 printf ("%d,\n ", cost[i] = basis[360 - i]); in main()
34 printf ("%d\n", cost[359] = basis[1]); in main()
41 val = cost[(i + 270) % 360]; in main()
/PHP-5.4/ext/date/lib/
H A Dastro.c260 double cost; in timelib_astro_rise_set_altitude() local
261 cost = (sind(altit) - sind(lat) * sind(sdec)) / (cosd(lat) * cosd(sdec)); in timelib_astro_rise_set_altitude()
263 if (cost >= 1.0) { in timelib_astro_rise_set_altitude()
268 } else if (cost <= -1.0) { in timelib_astro_rise_set_altitude()
275 t = acosd(cost) / 15.0; /* The diurnal arc, hours */ in timelib_astro_rise_set_altitude()
/PHP-5.4/ext/ereg/regex/
H A DWHATSNEW15 the cost of weaker checking. A workaround for a bug in some folks'
/PHP-5.4/ext/intl/doc/
H A DTutorial.txt175 not need to explicitly set this attribute. There is a string comparison performance cost when
206 cost if this attribute is On, depending on the frequency of sequences that require normalization.
/PHP-5.4/ext/mbstring/libmbfl/
H A DLICENSE309 than the cost of performing this distribution.
/PHP-5.4/ext/mbstring/oniguruma/
H A DHISTORY573 (which was 10-16% cost in gprof result for my test program)
/PHP-5.4/build/
H A Dlibtool.m45843 # does not break anything, and helps significantly (at the cost of a little
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt8288 speed up pattern matching. However, it comes at the cost of extra pro-

Completed in 56 milliseconds