Searched defs:fp_control_t (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | MachO.h | 1495 struct fp_control_t { struct 1496 unsigned short 1497 invalid :1, 1498 denorm :1, 1499 zdiv :1, 1500 ovrfl :1, 1501 undfl :1, 1502 precis :1, 1504 pc :2, 1505 rc :2,
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 1510 struct fp_control_t { struct 1511 unsigned short 1512 invalid :1, 1513 denorm :1, 1514 zdiv :1, 1515 ovrfl :1, 1516 undfl :1, 1517 precis :1, 1519 pc :2, 1520 rc :2,
|