Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c93 dt_fabsl(long double x) in dt_fabsl() function
556 long double val = dt_fabsl((long double)datum); in dt_quantize_total()
637 long double f = (dt_fabsl((long double)val) * len) / total; in dt_print_quantline_utf8()
694 f = (dt_fabsl((long double)val) * len) / total; in dt_print_quantline()
705 f = (dt_fabsl((long double)val) * len) / total; in dt_print_quantline()
723 f = (dt_fabsl((long double)val) * len) / total; in dt_print_quantline()
784 val = dt_fabsl(datum * (len - 1)) / total; in dt_print_packed()