OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FP_RN
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/arch/arm/include/
ieeefp.h
40
FP_RN
=FE_TONEAREST, /* round to nearest representable number */
/src/sys/arch/hppa/include/
ieeefp.h
25
FP_RN
=0, /* round to nearest representable number */
/src/sys/arch/ia64/include/
ieeefp.h
47
FP_RN
= FE_TONEAREST, /* round to nearest representable number */
/src/sys/arch/mips/include/
ieeefp.h
34
FP_RN
=FE_TONEAREST, /* round to nearest representable number */
/src/sys/arch/or1k/include/
ieeefp.h
34
FP_RN
=FE_TONEAREST, /* round to nearest representable number */
/src/sys/arch/powerpc/include/
ieeefp.h
34
FP_RN
=__FPR(FE_TONEAREST), /* round to nearest representable number */
/src/sys/arch/riscv/include/
ieeefp.h
34
FP_RN
=FE_TONEAREST, /* round to nearest representable number */
/src/sys/arch/sparc/include/
ieeefp.h
24
FP_RN
=0, /* round to nearest representable number */
/src/sys/arch/alpha/include/
ieeefp.h
56
FP_RN
= FE_TONEAREST, /* round to nearest representable number */
/src/sys/arch/sh3/include/
ieeefp.h
32
FP_RN
=FE_TONEAREST, /* round to nearest representable number */
49
FP_RN
=0, /* round to nearest representable number */
99
return
FP_RN
;
107
return
FP_RN
;
116
case
FP_RN
:
/src/sys/arch/x86/include/
ieeefp.h
23
FP_RN
=FE_TONEAREST, /* round to nearest representable num */
/src/sys/arch/m68k/include/
ieeefp.h
35
FP_RN
=__FPR(FE_TONEAREST), /* round to nearest representable number */
/src/tests/lib/libm/
t_fenv.c
198
fpsetround(
FP_RN
);
243
ATF_CHECK_EQ_MSG(fpgetround(),
FP_RN
,
244
"fpgetround()=%d
FP_RN
=%d",
245
(int)fpgetround(), (int)
FP_RN
);
Completed in 25 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026