Searched refs:_FP_DIV (Results 1 – 5 of 5) sorted by relevance
/soft-fp/ |
A D | double.h | 174 # define FP_DIV_D(R, X, Y) _FP_DIV (D, 2, R, X, Y) 295 # define FP_DIV_D(R, X, Y) _FP_DIV (D, 1, R, X, Y)
|
A D | quad.h | 179 # define FP_DIV_Q(R, X, Y) _FP_DIV (Q, 4, R, X, Y) 305 # define FP_DIV_Q(R, X, Y) _FP_DIV (Q, 2, R, X, Y)
|
A D | single.h | 167 #define FP_DIV_S(R, X, Y) _FP_DIV (S, 1, R, X, Y)
|
A D | extended.h | 235 # define FP_DIV_E(R, X, Y) _FP_DIV (E, 4, R, X, Y) 463 # define FP_DIV_E(R, X, Y) _FP_DIV (E, 2, R, X, Y)
|
A D | op-common.h | 1160 #define _FP_DIV(fs, wc, R, X, Y) \ macro
|
Completed in 15 milliseconds