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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.hpp271 #define PROB_UNLIKELY_MAG(N) (1e- ## N ## f) macro
272 #define PROB_LIKELY_MAG(N) (1.0f-PROB_UNLIKELY_MAG(N))
289 #define PROB_NEVER PROB_UNLIKELY_MAG(6)
292 #define PROB_MIN PROB_UNLIKELY_MAG(6)
297 #define PROB_STATIC_INFREQUENT PROB_UNLIKELY_MAG(1)

Completed in 25 milliseconds