Searched defs:is_nan (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_64.cpp1475 static const int64_t is_nan = 0x8000000000000000L; local
1521 __ cmp64(rax, ExternalAddress((address) &is_nan));
1545 __ cmp64(rax, ExternalAddress((address) &is_nan));
/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp525 //------------------------------is_nan-----------------------------------------
527 bool Type::is_nan() const { function in class:Type
932 //------------------------------is_nan-----------------------------------------
934 bool TypeF::is_nan() const { function in class:TypeF
1045 //------------------------------is_nan-----------------------------------------
1047 bool TypeD::is_nan() const { function in class:TypeD

Completed in 77 milliseconds