Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/hdr/
H A Dmath_macros.h26 #ifndef FP_INT_UPWARD
27 #define FP_INT_UPWARD 0 macro
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dmath-macros.h20 #define FP_INT_UPWARD 0 macro
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/
H A DNearestIntegerOperations.h178 case FP_INT_UPWARD: in round_using_specific_rounding_mode()
221 case FP_INT_UPWARD: in round_using_specific_rounding_mode()
255 return round_using_specific_rounding_mode(x, FP_INT_UPWARD); in round_using_current_rounding_mode()