Home
last modified time | relevance | path

Searched refs:FP_RN (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/head/
H A Dieeefp.h90 FP_RN = 0, /* round to nearest representable number, tie -> even */ enumerator
105 FP_RN = 0, /* round to nearest representable number, tie -> even */ enumerator
/titanic_41/usr/src/lib/libc/i386/fp/
H A Dfpsetround.c52 case FP_RN: __flt_rounds = 1; in fpsetround()