OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isdenormal
(Results
1 - 11
of
11
) sorted by null
/external/v8/test/cctest/
test-double.cc
69
TEST(
IsDenormal
) {
71
CHECK(Double(min_double64).
IsDenormal
());
73
CHECK(Double(bits).
IsDenormal
());
75
CHECK(!Double(bits).
IsDenormal
());
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
double.h
102
if (
IsDenormal
()) return kDenormalExponent;
113
if (!
IsDenormal
()) {
121
bool
IsDenormal
() const {
/external/chromium_org/v8/src/
double.h
102
if (
IsDenormal
()) return kDenormalExponent;
113
if (!
IsDenormal
()) {
121
bool
IsDenormal
() const {
/external/v8/src/
double.h
102
if (
IsDenormal
()) return kDenormalExponent;
113
if (!
IsDenormal
()) {
121
bool
IsDenormal
() const {
/external/chromium_org/v8/test/cctest/
test-double.cc
95
TEST(
IsDenormal
) {
97
CHECK(Double(min_double64).
IsDenormal
());
99
CHECK(Double(bits).
IsDenormal
());
101
CHECK(!Double(bits).
IsDenormal
());
/external/llvm/unittests/ADT/
APFloatTest.cpp
220
EXPECT_FALSE(test.
isDenormal
());
229
EXPECT_FALSE(test.
isDenormal
());
238
EXPECT_TRUE(test.
isDenormal
());
247
EXPECT_TRUE(test.
isDenormal
());
297
EXPECT_TRUE(test.
isDenormal
());
306
EXPECT_TRUE(test.
isDenormal
());
315
EXPECT_TRUE(!test.
isDenormal
());
324
EXPECT_TRUE(!test.
isDenormal
());
381
EXPECT_TRUE(test.
isDenormal
());
391
EXPECT_TRUE(test.
isDenormal
());
[
all
...]
/external/llvm/include/llvm/ADT/
APFloat.h
367
bool isNormal() const { return !
isDenormal
() && isFiniteNonZero(); }
380
bool
isDenormal
() const;
/external/llvm/lib/Support/
APFloat.cpp
687
APFloat::
isDenormal
() const {
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp
[
all
...]
/external/chromium_org/tools/deep_memory_profiler/tests/data/heap.01234.symmap/
chrome.abcdef.nm
[
all
...]
/external/clang/lib/AST/
ExprConstant.cpp
[
all
...]
Completed in 565 milliseconds