A free Windows-compatible Operating System - mirrored from GitHub
Find a file
James Tabor 9f2630ccce - Fixed arithmetic semantics. Making it more Windows compatible.
- This example work now.
double F2F(PFLOATOBJ f)
{
 if(SIGN(f->ul1)) // negate mant
   return (double) -(-f->ul1 * pow(2,(double)f->ul2-32));
 else return (double) f->ul1 * pow(2,(double)f->ul2-32);
}

svn path=/trunk/; revision=26877
2007-05-24 01:39:31 +00:00
irc modified Resources/hresult.xml 2006-09-09 10:53:28 +00:00
reactos - Fixed arithmetic semantics. Making it more Windows compatible. 2007-05-24 01:39:31 +00:00
rosapps - make fontview look closer to MS fontview, patch by roytam1, modified by me. 2007-05-23 00:25:31 +00:00
rostests Fix a typo and improve a test. 2007-05-22 10:57:53 +00:00
wallpaper Add bitmap version of the Lake wallpaper and directory.rbuild. 2007-03-08 21:45:10 +00:00