Searched refs:is_nan (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp253 virtual bool is_nan() const; // Is not a number (NaN)
368 virtual bool is_nan() const; // Is not a number (NaN)
395 virtual bool is_nan() const; // Is not a number (NaN)
H A Dsubnode.cpp960 if( tf1->is_nan() || tf2->is_nan() )
990 if( td1->is_nan() || td2->is_nan() )
H A Ddivnode.cpp720 if( tf->is_nan() || !tf->is_finite() ) return NULL;
814 if( td->is_nan() || !td->is_finite() ) return NULL;
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
/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));

Completed in 668 milliseconds