Searched refs:is_finite (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp252 virtual bool is_finite() const; // Has a finite value
367 virtual bool is_finite() const; // Has a finite value
394 virtual bool is_finite() const; // Has a finite value
430 virtual bool is_finite() const; // Has a finite value
486 virtual bool is_finite() const; // Has a finite value
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.cpp519 //------------------------------is_finite--------------------------------------
521 bool Type::is_finite() const { function in class:Type
926 //------------------------------is_finite--------------------------------------
928 bool TypeF::is_finite() const { function in class:TypeF
1039 //------------------------------is_finite--------------------------------------
1041 bool TypeD::is_finite() const { function in class:TypeD
1278 //------------------------------is_finite--------------------------------------
1280 bool TypeInt::is_finite() const { function in class:TypeInt
1537 //------------------------------is_finite--------------------------------------
1539 bool TypeLong::is_finite() cons function in class:TypeLong
[all...]
H A Dsubnode.cpp382 if( (t1->is_finite() && t2->is_finite()) ) {

Completed in 53 milliseconds