Lines Matching refs:DCM
85 /* In _test_dtstdc[q], DCM can be one of 6 possible data classes, numbered 0-5.
86 * In reality, DCM is a 6-bit mask field. We just test the individual values
91 static void _test_dtstdc(int BF, int DCM, dfp_val_t val1, dfp_val_t x1 __attribute__((unused)))
94 if (DCM < 0 || DCM > 5 || !(BF == 0 || BF == 5)) {
95 fprintf(stderr, "Invalid inputs to asm test: a=%d, b=%d\n", BF, DCM);
98 switch (DCM) {
140 static void _test_dtstdcq(int BF, int DCM, dfp_val_t val1, dfp_val_t x1 __attribute__((unused)))
143 if (DCM < 0 || DCM > 5 || !(BF == 0 || BF == 5)) {
144 fprintf(stderr, "Invalid inputs to asm test: a=%d, b=%d\n", BF, DCM);
147 switch (DCM) {