Home
last modified time | relevance | path

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

/external/clang/test/Modules/Inputs/System/usr/include/
Dmodule.map24 explicit module dbl_max {
25 header "dbl_max.h"
/external/clang/test/Modules/Inputs/
Dpch-used.h2 @import other_constants.dbl_max;
/external/v8/src/s390/
Dsimulator-s390.h275 double dbl_max = static_cast<double>(max); in SetS390RoundConditionCode() local
281 else if (r2_dval > 0.0 && r2_dval <= dbl_max && std::isfinite(r2_dval)) in SetS390RoundConditionCode()
292 double dbl_max = static_cast<double>(max); in SetS390RoundConditionCode() local
306 else if (r2_dval > 0.0 && r2_dval < dbl_max && std::isfinite(r2_dval)) in SetS390RoundConditionCode()