Home
last modified time | relevance | path

Searched defs:float_rounding_mode (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/lib/libkern/
H A Dsoftfloat.h107 #define float_rounding_mode() fpgetround() macro
/netbsd-src/lib/libc/arch/sparc64/softfloat/
H A Dsoftfloat-qp.h9 #define float_rounding_mode _softfloat_float_rounding_mode macro
/netbsd-src/lib/libc/arch/aarch64/softfloat/
H A Dsoftfloat-qp.h9 #define float_rounding_mode _softfloat_float_rounding_mode macro
/netbsd-src/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h9 #define float_rounding_mode _softfloat_float_rounding_mode macro
/netbsd-src/lib/libc/softfloat/bits32/
H A Dsoftfloat.c83 fp_rnd float_rounding_mode = float_round_nearest_even; variable
/netbsd-src/lib/libc/softfloat/bits64/
H A Dsoftfloat.c77 fp_rnd float_rounding_mode = float_round_nearest_even; variable