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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp48 class TypeF;
231 const TypeF *isa_float() const; // Returns NULL if not a Float{Top,Con,Bot}
232 const TypeF *is_float_constant() const; // Asserts it is a FloatCon
233 const TypeF *isa_float_constant() const; // Returns NULL if not a FloatCon
353 //------------------------------TypeF------------------------------------------
355 class TypeF : public Type { class in inherits:Type
356 TypeF( float f ) : Type(FloatCon), _f(f) {}; function in class:TypeF
365 static const TypeF *make(float f);
373 static const TypeF *ZERO; // positive zero only
374 static const TypeF *ON
[all...]

Completed in 32 milliseconds