Searched refs:_FP_UNPACK_RAW_2_P (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/math-emu/ |
H 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); \
|
H 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); \
|
H A D | op-2.h | 190 #define _FP_UNPACK_RAW_2_P(fs, X, val) \ macro
|
/kernel/linux/linux-6.6/include/math-emu/ |
H 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); \
|
H 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); \
|
H A D | op-2.h | 190 #define _FP_UNPACK_RAW_2_P(fs, X, val) \ macro
|
Completed in 6 milliseconds