Home
last modified time | relevance | path

Searched defs:FP_DIV_S (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/libgcc/soft-fp/
H A Dsingle.h138 #define FP_DIV_S(R,X,Y) _FP_DIV(S,1,R,X,Y) macro
/dragonfly/contrib/gcc-8.0/libgcc/soft-fp/
H A Dsingle.h171 #define FP_DIV_S(R, X, Y) _FP_DIV (S, 1, R, X, Y) macro