Home
last modified time | relevance | path

Searched refs:FP_INT_TONEAREST (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libc/hdr/
H A Dmath_macros.h42 #ifndef FP_INT_TONEAREST
43 #define FP_INT_TONEAREST 4 macro
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dmath-macros.h24 #define FP_INT_TONEAREST 4 macro
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/
H A DNearestIntegerOperations.h186 case FP_INT_TONEAREST: in round_using_specific_rounding_mode()
229 case FP_INT_TONEAREST: in round_using_specific_rounding_mode()
259 return round_using_specific_rounding_mode(x, FP_INT_TONEAREST); in round_using_current_rounding_mode()