Home
last modified time | relevance | path

Searched refs:a_percent (Results 1 – 5 of 5) sorted by relevance

/dports/devel/py-PyUtilib/PyUtilib-6.0.0/pyutilib/misc/tests/
H A Dtest_hierarchical_timer.py25 a_percent = timer.get_relative_percent_time('all.a')
28 self.assertAlmostEqual(aa_total_percent, a_percent/100 * aa_percent/100 * 100)
/dports/x11-wm/pekwm/pekwm-release-0.2.0/src/
H A DPImage.cc566 float a_percent = static_cast<float>(a) / 255; in drawAlphaFixed() local
567 float a_percent_inv = 1 - a_percent; in drawAlphaFixed()
568 r = static_cast<uchar>((a_percent_inv * d_r) + (a_percent * r)); in drawAlphaFixed()
569 g = static_cast<uchar>((a_percent_inv * d_g) + (a_percent * g)); in drawAlphaFixed()
570 b = static_cast<uchar>((a_percent_inv * d_b) + (a_percent * b)); in drawAlphaFixed()
/dports/multimedia/libxine/xine-lib-1.2.11/src/xine-engine/
H A Dnet_buf_ctrl.c410 bs.a_percent = this->audio.fifo_fill; in report_stats()
/dports/multimedia/libxine/xine-lib-1.2.11/include/
H A Dxine.h2036 int a_percent; /* like video, but for audio */ member
/dports/www/tdom/tdom-0.9.1/generic/
H A Ddomxslt.c135 a_decimalSeparator, a_infinity, a_minusSign, a_nan, a_percent, enumerator
6167 str = getAttr(node, "percent", a_percent); in processTopLevel()