Searched refs:fabsd (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcUtil.cpp89 float new_dev = compute_adaptive_average(fabsd(new_sample - new_avg),
103 float new_dev = compute_adaptive_average(fabsd(new_sample - new_avg),
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrig.cpp512 t = fabsd(x);
746 return one / fabsd(x);
H A DsharedRuntimeTrans.cpp569 ax = fabsd(x);
H A Dos.cpp1045 t = fabsd(mean - 0.5018);
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp440 inline double fabsd(double value) { function
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp493 double scaled_duration_remaining = fabsd(scaled_duration - cms_time_so_far);

Completed in 66 milliseconds