Home
last modified time | relevance | path

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

/freebsd-src/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h9 #define float_rounding_mode __softfloat_float_rounding_mode macro
/freebsd-src/lib/libc/softfloat/bits32/
H A Dsoftfloat.c77 int float_rounding_mode = float_round_nearest_even; variable
/freebsd-src/lib/libc/softfloat/bits64/
H A Dsoftfloat.c71 int float_rounding_mode = float_round_nearest_even; variable