HomeSort by: relevance | last modified time | path
    Searched defs:fegetround (Results 1 - 16 of 16) sorted by relevancy

  /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/riscv/
fenv.c 53 __weak_alias(fegetround,_fegetround)
168 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/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/i387/
fenv.c 48 __weak_alias(fegetround,_fegetround)
299 fegetround(void) function in typeref:typename:int
  /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 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/sh3/include/
fenv.h 178 fegetround(void) function in typeref:typename:__fenv_static int
  /src/sys/arch/m68k/include/
fenv.h 191 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/powerpc/include/
fenv.h 212 fegetround(void) function in typeref:typename:__fenv_static int
  /src/lib/libm/src/
namespace.h 49 #define fegetround _fegetround macro
  /src/lib/libc/gdtoa/
gdtoaimp.h 204 __weak_reference(fegetround);
205 #define fegetround() \ macro

Completed in 17 milliseconds