HomeSort by: relevance | last modified time | path
    Searched refs:fesetround (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/lib/libm/softfloat/
fesetround.c 1 /* $NetBSD: fesetround.c,v 1.1 2017/03/22 23:11:09 chs Exp $ */
33 __RCSID("$NetBSD: fesetround.c,v 1.1 2017/03/22 23:11:09 chs Exp $");
41 __weak_alias(fesetround,_fesetround)
45 fesetround(int round)
  /src/lib/libm/src/
s_fmaf.c 70 fesetround(FE_TOWARDZERO);
73 fesetround(FE_TONEAREST);
s_fmal.c 238 fesetround(FE_TONEAREST);
258 fesetround(oround);
270 fesetround(oround);
s_fma.c 253 fesetround(FE_TONEAREST);
273 fesetround(oround);
285 fesetround(oround);
e_sqrtl.c 146 fesetround(FE_TOWARDZERO); /* Set to round-toward-zero. */
namespace.h 54 #define fesetround _fesetround macro
  /src/lib/libm/arch/ia64/
fenv.c 51 __weak_alias(fesetround,_fesetround)
68 extern inline int fesetround(int __round);
  /src/lib/libm/arch/m68k/
fenv.c 48 __weak_alias(fesetround,_fesetround)
67 extern inline int fesetround(int __round);
  /src/lib/libm/arch/mips/
fenv.c 50 __weak_alias(fesetround,_fesetround)
71 extern inline int fesetround(int __round);
  /src/lib/libm/arch/powerpc/
fenv.c 50 __weak_alias(fesetround,_fesetround)
67 extern inline int fesetround(int __round);
  /src/lib/libm/arch/sh3/
fenv.c 51 __weak_alias(fesetround,_fesetround)
66 extern inline int fesetround(int __round);
  /src/tests/lib/libm/
t_fenv.c 213 ATF_TC(fesetround);
215 ATF_TC_HEAD(fesetround, tc)
218 "verify the fesetround() function agrees with the legacy "
222 ATF_TC_BODY(fesetround, tc)
228 fesetround(FE_TOWARDZERO);
235 fesetround(FE_DOWNWARD);
242 fesetround(FE_TONEAREST);
249 fesetround(FE_UPWARD);
396 ATF_TP_ADD_TC(tp, fesetround);
t_fe_round.c 124 fesetround(values[i].round_mode);
210 fesetround(values[i].round_mode);
369 fesetround(valuesl[i].round_mode);
468 * No fenv, no fesetround to test.
  /src/lib/libc/gdtoa/test/
getround.c 68 fesetround(fe_conv[i]);
  /src/lib/libm/arch/riscv/
fenv.c 58 __weak_alias(fesetround,_fesetround)
174 * The fesetround() function shall establish the rounding direction represented
179 fesetround(int round) function in typeref:typename:int
  /src/include/
fenv.h 88 int fesetround(int);
  /src/lib/libm/arch/arm/
fenv.c 58 __weak_alias(fesetround,_fesetround)
187 * The fesetround() function shall establish the rounding direction represented
192 fesetround(int round) function in typeref:typename:int
  /src/lib/libm/arch/hppa/
fenv.c 46 __weak_alias(fesetround,_fesetround)
230 * The fesetround() function establishes the rounding direction represented by
235 fesetround(int round) function in typeref:typename:int
  /src/lib/libm/arch/sparc/
fenv.c 46 __weak_alias(fesetround,_fesetround)
209 * The fesetround() function establishes the rounding direction represented by
214 fesetround(int round) function in typeref:typename:int
  /src/lib/libm/arch/sparc64/
fenv.c 46 __weak_alias(fesetround,_fesetround)
223 * The fesetround() function establishes the rounding direction represented by
228 fesetround(int round) function in typeref:typename:int
  /src/lib/libm/arch/aarch64/
fenv.c 59 __weak_alias(fesetround,_fesetround)
160 * The fesetround() function shall establish the rounding direction represented
165 fesetround(int round) function in typeref:typename:int
  /src/sys/arch/alpha/include/
fenv.h 156 * that only fesetround() can change the rounding mode.
163 fesetround(int __round) function in typeref:typename:int
  /src/sys/arch/ia64/include/
fenv.h 171 fesetround(int __round) function in typeref:typename:__fenv_static int
  /src/sys/arch/mips/include/
fenv.h 157 fesetround(int __round) function in typeref:typename:__fenv_static int
  /src/sys/arch/sh3/include/
fenv.h 187 fesetround(int __round) function in typeref:typename:__fenv_static int

Completed in 22 milliseconds

1 2