| /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
|
| /src/lib/libm/arch/riscv/ |
| fenv.c | 53 __weak_alias(fegetround,_fegetround) 168 fegetround(void) function
|
| /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
|
| /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
|
| /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
|
| /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
|
| /src/lib/libm/arch/i387/ |
| fenv.c | 48 __weak_alias(fegetround,_fegetround) 299 fegetround(void) function
|
| /src/lib/libm/arch/x86_64/ |
| fenv.c | 46 __weak_alias(fegetround,_fegetround) 277 * The fegetround() function gets the current rounding direction. 280 fegetround(void) function
|
| /src/sys/arch/alpha/include/ |
| fenv.h | 150 fegetround(void) function
|
| /src/sys/arch/ia64/include/ |
| fenv.h | 162 fegetround(void) function
|
| /src/sys/arch/mips/include/ |
| fenv.h | 148 fegetround(void) function
|
| /src/sys/arch/sh3/include/ |
| fenv.h | 178 fegetround(void) function
|
| /src/sys/arch/m68k/include/ |
| fenv.h | 191 fegetround(void) function
|
| /src/sys/arch/powerpc/include/ |
| fenv.h | 212 fegetround(void) function
|
| /src/tests/lib/libm/ |
| t_fenv.c | 114 int feround = fegetround(); 118 "FLT_ROUNDS=%d expected=%d fegetround()=%d", 169 ATF_TC(fegetround); variable 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...] |
| /src/lib/libm/src/ |
| namespace.h | 49 #define fegetround _fegetround macro
|
| /src/lib/libc/gdtoa/ |
| gdtoaimp.h | 204 __weak_reference(fegetround); variable 205 #define fegetround() \ macro
|