Searched refs:spec1 (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tests/tcg/s390x/ |
H A D | fma.c | 52 const char *spec1 = table1[cls_a][cls_b]; in interpret_tables() local 59 if (strcmp(spec1, "P(-inf)") == 0) { in interpret_tables() 61 } else if (strcmp(spec1, "P(+inf)") == 0) { in interpret_tables() 63 } else if (strcmp(spec1, "P(-0)") == 0) { in interpret_tables() 65 } else if (strcmp(spec1, "P(+0)") == 0) { in interpret_tables() 67 } else if (strcmp(spec1, "P(a)") == 0) { in interpret_tables() 70 } else if (strcmp(spec1, "P(b)") == 0) { in interpret_tables() 73 } else if (strcmp(spec1, "P(a*b)") == 0) { in interpret_tables() 93 } else if (strcmp(spec1, "Xi: T(dNaN)") == 0) { in interpret_tables() 97 } else if (strcmp(spec1, "Xi: T(a*)") == 0) { in interpret_tables() [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | fd.h | 40 spec1, /* stepping rate, head unload time */ member 259 int spec1; /* spec1 value last used */ member
|
/openbmc/linux/include/linux/ |
H A D | fd.h | 18 unsigned char spec1; member
|
/openbmc/u-boot/cmd/ |
H A D | fdc.c | 131 unsigned char spec1; /* stepping rate, head unload time */ member 293 pCMD->cmd[SPEC_HUTSRT]=pFG->spec1; in fdc_issue_cmd()
|
/openbmc/linux/drivers/block/ |
H A D | floppy.c | 843 fdc_state[fdc].spec1 = fdc_state[fdc].spec2 = -1; in reset_fdc_info() 1281 unsigned char spec1; in fdc_specify() local 1347 spec1 = (srt << 4) | hut; in fdc_specify() 1351 if (fdc_state[fdc].spec1 != spec1 || in fdc_specify() 1355 output_byte(fdc, fdc_state[fdc].spec1 = spec1); in fdc_specify() 3625 compat_int_t spec1; member 3826 v32.spec1 = v.spec1; in compat_getfdcstat()
|