Searched defs:isNormal (Results 1 – 3 of 3) sorted by relevance
65 bool isNormal() const { return Storage.getInt() == Normal; } in isNormal() function
151 bool isNormal() const { return getValue().isNormal(); } in isNormal() function
510 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); } in isNormal() function1471 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); } in isNormal() function