Searched refs:QDIST_PR_NODECIMAL (Results 1 – 4 of 4) sorted by relevance
150 unsigned int lopts = opt & (QDIST_PR_NODECIMAL | in do_test_pr()158 } else if (lopts == QDIST_PR_NODECIMAL) { in do_test_pr()161 } else if (lopts == (QDIST_PR_PERCENT | QDIST_PR_NODECIMAL)) { in do_test_pr()167 } else if (lopts == (QDIST_PR_NOBINRANGE | QDIST_PR_NODECIMAL)) { in do_test_pr()218 do_test_pr_label(QDIST_PR_NODECIMAL); in test_pr()219 do_test_pr_label(QDIST_PR_PERCENT | QDIST_PR_NODECIMAL); in test_pr()221 do_test_pr_label(QDIST_PR_NOBINRANGE | QDIST_PR_NODECIMAL); in test_pr()
36 #define QDIST_PR_NODECIMAL BIT(2) macro
73 hgram_opts |= QDIST_PR_NODECIMAL; in print_qht_statistics()87 hgram_opts |= QDIST_PR_NODECIMAL | QDIST_PR_NOBINRANGE; in print_qht_statistics()
263 dec = opt & QDIST_PR_NODECIMAL ? 0 : 1; in qdist_pr_label()