Home
last modified time | relevance | path

Searched refs:FFLOOR (Results 1 – 3 of 3) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_cospi.c107 FFLOOR(x, j0, ix, lx); /* Integer part of ax. */ in cospi()
Ds_sinpi.c121 FFLOOR(x, j0, ix, lx); /* Integer part of ax. */ in sinpi()
Dmath_private.h702 #define FFLOOR(x, j0, ix, lx) do { \ macro