Home
last modified time | relevance | path

Searched refs:FFLOORF (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/msun/src/
H A Ds_cospif.c75 FFLOORF(x, j0, ix); /* Integer part of ax. */ in cospif()
H A Ds_tanpif.c89 FFLOORF(x, j0, ix); /* Integer part of ax. */ in tanpif()
H A Ds_sinpif.c85 FFLOORF(x, j0, ix); /* Integer part of ax. */ in sinpif()
H A Dmath_private.h694 #define FFLOORF(x, j0, ix) do { \ macro