Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Derfc_scaled_inc.c35 # define TRUNC(x) truncf(x) macro
40 # define TRUNC(x) trunc(x) macro
48 # define TRUNC(x) truncl(x) macro
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Derfc_scaled_inc.c35 # define TRUNC(x) truncf(x) macro
40 # define TRUNC(x) trunc(x) macro
48 # define TRUNC(x) truncl(x) macro
/netbsd-src/lib/libm/noieee_src/
H A Dn_pow.c112 #define TRUNC(x) x = (double) (float) x macro
117 #define TRUNC(x) *(((int *) &x)+endian) &= 0xf8000000 macro
H A Dn_gamma.c129 #define TRUNC(x) x = (double) (float) (x) macro
133 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000 macro
H A Dn_lgamma.c74 #define TRUNC(x) x = (double) (float) (x) macro
78 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000 macro
H A Dn_erf.c149 #define TRUNC(x) (x) = (float)(x) macro
152 #define TRUNC(x) *(((int *) &x) + 1) &= 0xf8000000 macro
H A Dn_log.c87 #define TRUNC(x) x = (double) (float) (x) macro
/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dmemory.h48 TRUNC(const T v, const T x) { in TRUNC() function
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcc2.c1958 # define TRUNC(x) macro
1960 # define TRUNC(x) __asm__ ("" : "=m"(x) : "m"(x)) macro
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dlibgcc2.c1945 # define TRUNC(x) macro
1947 # define TRUNC(x) __asm__ ("" : "=m"(x) : "m"(x)) macro
/netbsd-src/lib/libm/src/
H A Dmath_private.h689 #define TRUNC( global() macro
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-tic6x.c34 #define TRUNC(X) ((valueT) (X) & 0xffffffffU) macro
H A Dtc-m68k.c945 #define TRUNC(X) ((valueT) (X) & 0xffffffff) macro
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-tic6x.c34 #define TRUNC(X) ((valueT) (X) & 0xffffffffU) macro
H A Dtc-m68k.c943 #define TRUNC(X) ((valueT) (X) & 0xffffffff) macro