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

1 2 3

  /src/external/lgpl3/mpfr/dist/tests/
rnd_mode.c 38 fesetround(FE_TONEAREST)
46 fesetround(FE_TOWARDZERO)
54 fesetround(FE_UPWARD)
62 fesetround(FE_DOWNWARD)
  /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);
  /src/external/apache2/llvm/dist/libcxx/include/
fenv.h 44 int fesetround(int round);
91 #ifdef fesetround
92 #undef fesetround macro
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
fenv.h 49 #undef fesetround macro
69 using ::fesetround;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
fenv.h 49 #undef fesetround macro
69 using ::fesetround;
  /src/external/gpl3/gdb/dist/sim/erc32/
float.c 84 fesetround (fround);
  /src/external/gpl3/gdb.old/dist/sim/erc32/
float.c 84 fesetround (fround);
  /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); variable
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);
  /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
  /src/include/
fenv.h 88 int fesetround(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
  /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
  /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
  /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
  /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
  /src/external/gpl3/gcc/dist/libquadmath/
quadmath-imp.h 278 # define fesetround(arg) ((void) 0) macro
288 # define fesetround(arg) ((void) 0) macro
330 fesetround (round);

Completed in 34 milliseconds

1 2 3