/src/lib/libm/softfloat/ |
fegetround.c | 1 /* $NetBSD: fegetround.c,v 1.1 2017/03/22 23:11:09 chs Exp $ */ 33 __RCSID("$NetBSD: fegetround.c,v 1.1 2017/03/22 23:11:09 chs Exp $"); 41 __weak_alias(fegetround,_fegetround) 45 fegetround(void)
|
/src/lib/libc/gdtoa/ |
gdtoa_fltrnds.h | 8 switch(fegetround()) {
|
g_ddfmt.c | 55 switch(fegetround()) {
|
/src/tests/lib/libm/ |
t_fenv.c | 114 int feround = fegetround(); 118 "FLT_ROUNDS=%d expected=%d fegetround()=%d", 169 ATF_TC(fegetround); 171 ATF_TC_HEAD(fegetround, tc) 174 "verify the fegetround() function agrees with the legacy " 178 ATF_TC_BODY(fegetround, tc) 185 ATF_CHECK_EQ_MSG(fegetround(), FE_TOWARDZERO, 186 "fegetround()=%d FE_TOWARDZERO=%d", 187 fegetround(), FE_TOWARDZERO); 192 ATF_CHECK_EQ_MSG(fegetround(), FE_DOWNWARD [all...] |
t_fe_round.c | 159 ATF_CHECK_MSG(fegetround() == values[i].round_mode, 163 fegetround(), rmname(fegetround())); 305 ATF_CHECK_MSG(fegetround() == values[i].round_mode, 309 fegetround(), rmname(fegetround())); 438 ATF_CHECK_MSG(fegetround() == valuesl[i].round_mode, 443 fegetround(), rmname(fegetround()));
|
/src/lib/libm/src/ |
s_fmaf.c | 63 fegetround() != FE_TONEAREST) /* not round-to-nearest */
|
e_sqrtl.c | 145 r = fegetround();
|
namespace.h | 49 #define fegetround _fegetround macro
|
s_fmal.c | 201 oround = fegetround();
|
/src/lib/libm/arch/ia64/ |
fenv.c | 46 __weak_alias(fegetround,_fegetround) 67 extern inline int fegetround(void);
|
/src/lib/libm/arch/m68k/ |
fenv.c | 43 __weak_alias(fegetround,_fegetround) 66 extern inline int fegetround(void);
|
/src/lib/libm/arch/mips/ |
fenv.c | 45 __weak_alias(fegetround,_fegetround) 70 extern inline int fegetround(void);
|
/src/lib/libm/arch/powerpc/ |
fenv.c | 45 __weak_alias(fegetround,_fegetround) 66 extern inline int fegetround(void);
|
/src/lib/libm/arch/sh3/ |
fenv.c | 46 __weak_alias(fegetround,_fegetround) 65 extern inline int fegetround(void);
|
/src/lib/libm/arch/riscv/ |
fenv.c | 53 __weak_alias(fegetround,_fegetround) 168 fegetround(void) function in typeref:typename:int
|
/src/include/ |
fenv.h | 87 int fegetround(void);
|
/src/lib/libm/arch/arm/ |
fenv.c | 53 __weak_alias(fegetround,_fegetround) 178 * The fegetround() function shall get the current rounding direction. 181 fegetround(void) function in typeref:typename:int
|
/src/lib/libm/arch/hppa/ |
fenv.c | 41 __weak_alias(fegetround,_fegetround) 217 * The fegetround() function gets the current rounding direction. 220 fegetround(void) function in typeref:typename:int
|
/src/lib/libm/arch/sparc/ |
fenv.c | 41 __weak_alias(fegetround,_fegetround) 196 * The fegetround() function gets the current rounding direction. 199 fegetround(void) function in typeref:typename:int
|
/src/lib/libm/arch/sparc64/ |
fenv.c | 41 __weak_alias(fegetround,_fegetround) 210 * The fegetround() function gets the current rounding direction. 213 fegetround(void) function in typeref:typename:int
|
/src/lib/libm/arch/aarch64/ |
fenv.c | 54 __weak_alias(fegetround,_fegetround) 151 * The fegetround() function shall get the current rounding direction. 154 fegetround(void) function in typeref:typename:int
|
/src/sys/arch/alpha/include/ |
fenv.h | 150 fegetround(void) function in typeref:typename:int
|
/src/sys/arch/ia64/include/ |
fenv.h | 162 fegetround(void) function in typeref:typename:__fenv_static int
|
/src/sys/arch/mips/include/ |
fenv.h | 148 fegetround(void) function in typeref:typename:__fenv_static int
|
/src/sys/arch/sh3/include/ |
fenv.h | 178 fegetround(void) function in typeref:typename:__fenv_static int
|