Searched refs:_FP_ADD (Results 1 – 5 of 5) sorted by relevance
/soft-fp/ |
A D | double.h | 171 # define FP_ADD_D(R, X, Y) _FP_ADD (D, 2, R, X, Y) 292 # define FP_ADD_D(R, X, Y) _FP_ADD (D, 1, R, X, Y)
|
A D | quad.h | 176 # define FP_ADD_Q(R, X, Y) _FP_ADD (Q, 4, R, X, Y) 302 # define FP_ADD_Q(R, X, Y) _FP_ADD (Q, 2, R, X, Y)
|
A D | single.h | 164 #define FP_ADD_S(R, X, Y) _FP_ADD (S, 1, R, X, Y)
|
A D | extended.h | 232 # define FP_ADD_E(R, X, Y) _FP_ADD (E, 4, R, X, Y) 460 # define FP_ADD_E(R, X, Y) _FP_ADD (E, 2, R, X, Y)
|
A D | op-common.h | 846 #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL (fs, wc, R, X, Y, '+') macro
|
Completed in 14 milliseconds