Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dstr_to_integer.h118 ResultType const abs_max = variable
121 abs_max / static_cast<ResultType>(base);
134 if (result == abs_max) {
140 result = abs_max;
145 if (result > abs_max - static_cast<ResultType>(cur_digit)) {
146 result = abs_max;
H A Dwcs_to_integer.h105 ResultType const abs_max = variable
108 abs_max / static_cast<ResultType>(base);
121 if (result == abs_max) {
127 result = abs_max;
132 if (result > abs_max - static_cast<ResultType>(cur_digit)) {
133 result = abs_max;