Searched refs:_FP_UNPACK_RAW_2_P (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/math-emu/ |
A D | double.h | 75 #define FP_UNPACK_RAW_DP(X,val) _FP_UNPACK_RAW_2_P(D,X,val) 91 _FP_UNPACK_RAW_2_P(D,X,val); \
|
A D | quad.h | 154 #define FP_UNPACK_RAW_QP(X,val) _FP_UNPACK_RAW_2_P(Q,X,val) 170 _FP_UNPACK_RAW_2_P(Q,X,val); \
|
A D | op-2.h | 190 #define _FP_UNPACK_RAW_2_P(fs, X, val) \ macro
|
Completed in 6 milliseconds