Home
last modified time | relevance | path

Searched full:rtotal (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/hwmon/pmbus/
H A Disil,isl68137.yaml88 <Rout Rtotal> which yields an adjusted Vout as
89 Vout_adj = Vout * Rtotal / Rout given the original Vout as reported
91 below, Rtotal = R1 + Rout.
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c297 long double ltotal = 0, rtotal = 0; in dt_aggregate_quantizedcmp() local
310 rtotal += (long double)bucketval * (long double)rhs[i]; in dt_aggregate_quantizedcmp()
313 if (ltotal < rtotal) in dt_aggregate_quantizedcmp()
316 if (ltotal > rtotal) in dt_aggregate_quantizedcmp()