Searched refs:PORTABLE_LONGMULDIV (Results 1 - 20 of 20) sorted by relevance

/freebsd-12-stable/stand/ficl/aarch64/
H A Dsysdep.h264 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
268 #if !defined (PORTABLE_LONGMULDIV)
269 #define PORTABLE_LONGMULDIV 0 macro
H A Dsysdep.c24 #if PORTABLE_LONGMULDIV == 0
/freebsd-12-stable/stand/ficl/amd64/
H A Dsysdep.h284 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
288 #if !defined (PORTABLE_LONGMULDIV)
289 #define PORTABLE_LONGMULDIV 0 macro
H A Dsysdep.c26 #if PORTABLE_LONGMULDIV == 0
/freebsd-12-stable/stand/ficl/arm/
H A Dsysdep.h275 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
279 #if !defined (PORTABLE_LONGMULDIV)
280 #define PORTABLE_LONGMULDIV 0 macro
H A Dsysdep.c24 #if PORTABLE_LONGMULDIV == 0
/freebsd-12-stable/stand/ficl/i386/
H A Dsysdep.h282 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
286 #if !defined (PORTABLE_LONGMULDIV)
287 #define PORTABLE_LONGMULDIV 0 macro
H A Dsysdep.c26 #if PORTABLE_LONGMULDIV == 0
/freebsd-12-stable/stand/ficl/mips/
H A Dsysdep.h275 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
279 #if !defined (PORTABLE_LONGMULDIV)
280 #define PORTABLE_LONGMULDIV 0 macro
H A Dsysdep.c24 #if PORTABLE_LONGMULDIV == 0
/freebsd-12-stable/stand/ficl/mips64/
H A Dsysdep.h275 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
279 #if !defined (PORTABLE_LONGMULDIV)
280 #define PORTABLE_LONGMULDIV 0 macro
H A Dsysdep.c24 #if PORTABLE_LONGMULDIV == 0
/freebsd-12-stable/stand/ficl/powerpc/
H A Dsysdep.h275 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
279 #if !defined (PORTABLE_LONGMULDIV)
280 #define PORTABLE_LONGMULDIV 0 macro
H A Dsysdep.c24 #if PORTABLE_LONGMULDIV == 0
/freebsd-12-stable/stand/ficl/riscv/
H A Dsysdep.h264 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
268 #if !defined (PORTABLE_LONGMULDIV)
269 #define PORTABLE_LONGMULDIV 0 macro
H A Dsysdep.c24 #if PORTABLE_LONGMULDIV == 0
/freebsd-12-stable/stand/ficl/sparc64/
H A Dsysdep.h265 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
269 #if !defined (PORTABLE_LONGMULDIV)
270 #define PORTABLE_LONGMULDIV 0 macro
H A Dsysdep.c24 #if PORTABLE_LONGMULDIV == 0
/freebsd-12-stable/stand/ficl/
H A Dmath64.h66 #if PORTABLE_LONGMULDIV != 0 /* see sysdep.h */
H A Dmath64.c351 #if PORTABLE_LONGMULDIV != 0

Completed in 109 milliseconds