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

/freebsd-10.2-release/lib/libc/amd64/gen/
H A Dflt_rounds.c19 __flt_rounds(void) function
/freebsd-10.2-release/lib/libc/i386/gen/
H A Dflt_rounds.c19 __flt_rounds(void) function
/freebsd-10.2-release/lib/libc/ia64/gen/
H A Dflt_rounds.c19 __flt_rounds(void) function
/freebsd-10.2-release/lib/libc/mips/gen/
H A Dflt_rounds.c24 __flt_rounds() function
/freebsd-10.2-release/lib/libc/powerpc/gen/
H A Dflt_rounds.c49 __flt_rounds() function
/freebsd-10.2-release/lib/libc/powerpc64/gen/
H A Dflt_rounds.c49 __flt_rounds() function
/freebsd-10.2-release/lib/libc/sparc64/gen/
H A Dflt_rounds.c20 __flt_rounds() function
/freebsd-10.2-release/lib/libc/arm/gen/
H A Dflt_rounds.c40 __flt_rounds(void) function
/freebsd-10.2-release/sys/ia64/include/
H A Dfloat.h39 extern int __flt_rounds(void);
43 #define FLT_ROUNDS __flt_rounds()
/freebsd-10.2-release/sys/powerpc/include/
H A Dfloat.h41 extern int __flt_rounds(void);
43 #define FLT_ROUNDS __flt_rounds()
/freebsd-10.2-release/sys/mips/include/
H A Dfloat.h41 extern int __flt_rounds(void);
46 #define FLT_ROUNDS __flt_rounds() /* FP addition rounds to nearest */
/freebsd-10.2-release/sys/x86/include/
H A Dfloat.h39 extern int __flt_rounds(void);
43 #define FLT_ROUNDS __flt_rounds()
/freebsd-10.2-release/sys/sparc64/include/
H A Dfloat.h44 extern int __flt_rounds(void);
48 #define FLT_ROUNDS __flt_rounds()
/freebsd-10.2-release/sys/arm/include/
H A Dfloat.h43 extern int __flt_rounds(void);
48 #define FLT_ROUNDS __flt_rounds()

Completed in 104 milliseconds