Home
last modified time | relevance | path

Searched defs:TRUNC (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libgcc/
H A Dlibgcc2.c1857 # define TRUNC(x) macro
1859 # define TRUNC(x) __asm__ ("" : "=m"(x) : "m"(x)) macro
/dflybsd-src/contrib/gcc-8.0/libgcc/
H A Dlibgcc2.c1964 # define TRUNC(x) macro
1966 # define TRUNC(x) __asm__ ("" : "=m"(x) : "m"(x)) macro
/dflybsd-src/contrib/openbsd_libm/src/
H A Dmath_private.h395 #define TRUNC(d) (_b_trunc(&(d))) macro