Home
last modified time | relevance | path

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

/titanic_50/usr/src/head/
H A Dieeefp.h93 FP_RZ = 3 /* round toward zero (truncate) */ enumerator
106 FP_RZ = 1, /* round toward zero (truncate) */ enumerator
/titanic_50/usr/src/lib/libc/i386/fp/
H A Dfpsetround.c58 case FP_RZ: __flt_rounds = 0; in fpsetround()