Searched refs:__flt_rounds (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/lib/libc/amd64/gen/
H A Dflt_rounds.c19 __flt_rounds(void) function
/freebsd-12-stable/lib/libc/i386/gen/
H A Dflt_rounds.c19 __flt_rounds(void) function
/freebsd-12-stable/lib/libc/aarch64/gen/
H A Dflt_rounds.c43 __flt_rounds(void) function
/freebsd-12-stable/lib/libc/powerpc/gen/
H A Dflt_rounds.c51 __flt_rounds() function
/freebsd-12-stable/lib/libc/powerpc64/gen/
H A Dflt_rounds.c51 __flt_rounds() function
/freebsd-12-stable/lib/libc/sparc64/gen/
H A Dflt_rounds.c20 __flt_rounds() function
/freebsd-12-stable/lib/libc/arm/gen/
H A Dflt_rounds.c42 __flt_rounds(void) function
/freebsd-12-stable/lib/libc/mips/gen/
H A Dflt_rounds.c31 __flt_rounds() function
/freebsd-12-stable/lib/libc/powerpcspe/gen/
H A Dflt_rounds.c50 __flt_rounds() function
/freebsd-12-stable/lib/libc/riscv/gen/
H A Dflt_rounds.c50 __flt_rounds(void) function
/freebsd-12-stable/sys/powerpc/include/
H A Dfloat.h43 extern int __flt_rounds(void);
45 #define FLT_ROUNDS __flt_rounds()
/freebsd-12-stable/sys/riscv/include/
H A Dfloat.h39 extern int __flt_rounds(void);
43 #define FLT_ROUNDS __flt_rounds()
/freebsd-12-stable/sys/sparc64/include/
H A Dfloat.h46 extern int __flt_rounds(void);
50 #define FLT_ROUNDS __flt_rounds()
/freebsd-12-stable/sys/mips/include/
H A Dfloat.h43 extern int __flt_rounds(void);
47 #define FLT_ROUNDS __flt_rounds() /* FP addition rounds to nearest */
/freebsd-12-stable/sys/x86/include/
H A Dfloat.h41 extern int __flt_rounds(void);
45 #define FLT_ROUNDS __flt_rounds()
/freebsd-12-stable/sys/arm/include/
H A Dfloat.h41 extern int __flt_rounds(void);
46 #define FLT_ROUNDS __flt_rounds()
/freebsd-12-stable/sys/arm64/include/
H A Dfloat.h39 extern int __flt_rounds(void);
43 #define FLT_ROUNDS __flt_rounds()

Completed in 109 milliseconds