Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/numerics/c.math/
H A Dabs.pass.cpp39 long long int negative_big_value = -big_value; in test_big() local
40 …assert(std::abs(negative_big_value) == big_value); // make sure it doesn't get casted to a smaller… in test_big()