Searched defs:FP_CMP_Q (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/include/math-emu/ |
| D | quad.h | 123 #define FP_CMP_Q(r,X,Y,un) _FP_CMP(Q,4,r,X,Y,un) macro 196 #define FP_CMP_Q(r,X,Y,un) _FP_CMP(Q,2,r,X,Y,un) macro
|
| /kernel/linux/linux-5.10/include/math-emu/ |
| D | quad.h | 123 #define FP_CMP_Q(r,X,Y,un) _FP_CMP(Q,4,r,X,Y,un) macro 196 #define FP_CMP_Q(r,X,Y,un) _FP_CMP(Q,2,r,X,Y,un) macro
|