Home
last modified time | relevance | path

Searched refs:FE_ROUND_MODE (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/compiler-rt/lib/builtins/
Dfp_mode.h24 } FE_ROUND_MODE; typedef
26 FE_ROUND_MODE __fe_getround(void);
Dfp_mode.c18 FE_ROUND_MODE __fe_getround() { in __fe_getround()
/external/llvm-project/compiler-rt/lib/builtins/arm/
Dfp_mode.c26 FE_ROUND_MODE __attribute__((weak)) __arm_fe_default_rmode = FE_TONEAREST;
29 FE_ROUND_MODE __fe_getround() { in __fe_getround()
/external/llvm-project/compiler-rt/lib/builtins/aarch64/
Dfp_mode.c26 FE_ROUND_MODE __attribute__((weak)) __aarch64_fe_default_rmode = FE_TONEAREST;
29 FE_ROUND_MODE __fe_getround() { in __fe_getround()
/external/llvm-project/compiler-rt/lib/builtins/i386/
Dfp_mode.c17 FE_ROUND_MODE __fe_getround() { in __fe_getround()