Home
last modified time | relevance | path

Searched defs:round_mode (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libc/src/math/generic/
H A Dexpm1f.cpp36 if (round_mode == FE_TONEAREST || round_mode == FE_UPWARD) variable
44 if (round_mode == FE_TONEAREST || round_mode == FE_DOWNWARD) variable
61 if (round_mode == FE_UPWARD || round_mode == FE_TOWARDZERO) variable
H A Dfmul.cpp83 int round_mode = fputil::quick_get_round(); global() variable