K 10 svn:author V 5 markj K 8 svn:date V 27 2018-07-08T16:33:58.918580Z K 7 svn:log V 332 Reduce diff between msun/src/e_pow.c and msun/src/e_powf.c. Remove unnecessary casts, use integer literal constants instead of floating point constants where possible, and introduce three const static variables to hold 0.5, 0.25, and 1/3. PR: 229420 Submitted by: Steve Kargl MFC after: 1 week END