hotspot/src/share/vm/runtime/sharedRuntime.hpp
changeset 6965 4ef36b2a6a3a
parent 6418 6671edbd230e
child 7397 5b173b4ca846
equal deleted inserted replaced
6961:a32b2fc66321 6965:4ef36b2a6a3a
   114   static jdouble dexp(jdouble x);
   114   static jdouble dexp(jdouble x);
   115   static jdouble dpow(jdouble x, jdouble y);
   115   static jdouble dpow(jdouble x, jdouble y);
   116 
   116 
   117 #if defined(__SOFTFP__) || defined(E500V2)
   117 #if defined(__SOFTFP__) || defined(E500V2)
   118   static double dabs(double f);
   118   static double dabs(double f);
       
   119 #endif
       
   120 
       
   121 #if defined(__SOFTFP__) || defined(PPC)
   119   static double dsqrt(double f);
   122   static double dsqrt(double f);
   120 #endif
   123 #endif
   121 
   124 
   122 #ifdef __SOFTFP__
   125 #ifdef __SOFTFP__
   123   // C++ compiler generates soft float instructions as well as passing
   126   // C++ compiler generates soft float instructions as well as passing