Searched refs:cp_h (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_pow.c105 cp_h = 9.61796700954437255859e-01, /* 0x3FEEC709, 0xE0000000 =(float)cp */ variable
106 cp_l = -7.02846165095275826516e-09, /* 0xBE3E2FE0, 0x145B01F5 =tail of cp_h*/
260 z_h = cp_h*p_h; /* cp_h+cp_l = 2/(3*log2) */
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp2574 constantPoolHandle cp_h(ikh->constants());
2576 if (cp_h->is_shared()) {
2579 cp_ref = JNIHandles::make_global(cp_h);
2581 cp_ref = JNIHandles::make_weak_global(cp_h);
2588 pv_node = new PreviousVersionNode(cp_ref, !cp_h->is_shared(), NULL);
2609 pv_node = new PreviousVersionNode(cp_ref, !cp_h->is_shared(), method_refs);
2988 constantPoolHandle cp_h = pv_info->prev_constant_pool_handle(); local
2989 if (cp_h.is_null()) {
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrans.cpp503 cp_h = 9.61796700954437255859e-01, /* 0x3FEEC709, 0xE0000000 =(float)cp */ variable
504 cp_l = -7.02846165095275826516e-09, /* 0xBE3E2FE0, 0x145B01F5 =tail of cp_h*/
661 z_h = cp_h*p_h; /* cp_h+cp_l = 2/(3*log2) */

Completed in 44 milliseconds