Home
last modified time | relevance | path

Searched defs:INTEGER_MAX (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libc/test/src/math/smoke/
H A DRoundToIntegerTest.h41 static constexpr I INTEGER_MAX = -(INTEGER_MIN + 1); global() variable
/llvm-project/libc/src/__support/FPUtil/
H A DNearestIntegerOperations.h348 constexpr I INTEGER_MAX = -(INTEGER_MIN + 1); rounded_float_to_signed_integer() local
/llvm-project/libc/test/src/math/
H A DRoundToIntegerTest.h52 static constexpr I INTEGER_MAX = -(INTEGER_MIN + 1); global() variable