Home
last modified time | relevance | path

Searched refs:numerator (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/dispadmin/
H A Dsubr.c108 long numerator; in _hrtnewres() local
137 numerator = interval * new_res; in _hrtnewres()
139 if (numerator / new_res == interval) { in _hrtnewres()
147 result = numerator / htp->hrt_res; in _hrtnewres()
169 modulus = numerator - result * htp->hrt_res; in _hrtnewres()
189 if (result * htp->hrt_res != numerator) { in _hrtnewres()
/illumos-gate/usr/src/cmd/priocntl/
H A Dsubr.c582 register long numerator; local
610 numerator = interval * new_res;
612 if (numerator / new_res == interval) {
620 result = numerator / htp->hrt_res;
642 modulus = numerator - result * htp->hrt_res;
662 if (result * htp->hrt_res != numerator) {
/illumos-gate/usr/src/cmd/sort/
H A Dcheck.c103 int numerator, denominator; in check_if_sorted() local
119 set_memory_ratio(S, &numerator, &denominator); in check_if_sorted()
141 input_mem = numerator * S->m_memory_available / denominator / 4; in check_if_sorted()
H A Dinternal.c315 int numerator, denominator; in internal_sort() local
323 set_memory_ratio(S, &numerator, &denominator); in internal_sort()
353 input_mem = (size_t)(((u_longlong_t)numerator * in internal_sort()
398 input_mem = numerator * in internal_sort()
H A Dutility.c373 set_memory_ratio(sort_t *S, int *numerator, int *denominator) in set_memory_ratio() argument
376 *numerator = CHAR_AVG_LINE; in set_memory_ratio()
383 *numerator = CHAR_AVG_LINE; in set_memory_ratio()
389 *numerator = WCHAR_AVG_LINE; in set_memory_ratio()
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dldivide.S49 orl %edx,%edx / force numerator positive
70 rcll $1,%edx / numerator * 2 (also quotient)
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.callg.blurb46 this parent. This is the numerator of the
73 function. This is the numerator of the
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.c68 uint64_t numerator, uint64_t denom, int frac_digits) in mdb_snprintfrac() argument
75 whole = numerator / denom; in mdb_snprintfrac()
76 frac = mul * numerator / denom - mul * whole; in mdb_snprintfrac()
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc_v4l2.c1616 n = parm->parm.capture.timeperframe.numerator; in usbvc_v4l2_set_parm()
1710 parm->parm.capture.timeperframe.numerator = i; in usbvc_v4l2_set_parm()
1752 parm->parm.capture.timeperframe.numerator = n; in usbvc_v4l2_get_parm()
/illumos-gate/usr/src/uts/common/sys/
H A Dvideodev2.h199 uint32_t numerator; member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE875 numerator was a binary operator with the first operand floating