===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
xpdf-3.04/splash/SplashMath.h-57-
xpdf-3.04/splash/SplashMath.h:58:  __asm fld QWORD PTR x
xpdf-3.04/splash/SplashMath.h:59:  __asm fnstcw WORD PTR oldCW
xpdf-3.04/splash/SplashMath.h:60:  __asm mov ax, WORD PTR oldCW
xpdf-3.04/splash/SplashMath.h:61:  __asm and ax, 0xf3ff
xpdf-3.04/splash/SplashMath.h:62:  __asm or ax, 0x0400
xpdf-3.04/splash/SplashMath.h:63:  __asm mov WORD PTR newCW, ax     // round down
xpdf-3.04/splash/SplashMath.h:64:  __asm fldcw WORD PTR newCW
xpdf-3.04/splash/SplashMath.h:65:  __asm fistp DWORD PTR result
xpdf-3.04/splash/SplashMath.h:66:  __asm fldcw WORD PTR oldCW
xpdf-3.04/splash/SplashMath.h-67-  return result;
##############################################
xpdf-3.04/splash/SplashMath.h-102-
xpdf-3.04/splash/SplashMath.h:103:  __asm fld QWORD PTR x
xpdf-3.04/splash/SplashMath.h:104:  __asm fnstcw WORD PTR oldCW
xpdf-3.04/splash/SplashMath.h:105:  __asm mov ax, WORD PTR oldCW
xpdf-3.04/splash/SplashMath.h:106:  __asm and ax, 0xf3ff
xpdf-3.04/splash/SplashMath.h:107:  __asm or ax, 0x0800
xpdf-3.04/splash/SplashMath.h:108:  __asm mov WORD PTR newCW, ax     // round up
xpdf-3.04/splash/SplashMath.h:109:  __asm fldcw WORD PTR newCW
xpdf-3.04/splash/SplashMath.h:110:  __asm fistp DWORD PTR result
xpdf-3.04/splash/SplashMath.h:111:  __asm fldcw WORD PTR oldCW
xpdf-3.04/splash/SplashMath.h-112-  return result;
##############################################
xpdf-3.04/splash/SplashMath.h-149-  x += 0.5;
xpdf-3.04/splash/SplashMath.h:150:  __asm fld QWORD PTR x
xpdf-3.04/splash/SplashMath.h:151:  __asm fnstcw WORD PTR oldCW
xpdf-3.04/splash/SplashMath.h:152:  __asm mov ax, WORD PTR oldCW
xpdf-3.04/splash/SplashMath.h:153:  __asm and ax, 0xf3ff
xpdf-3.04/splash/SplashMath.h:154:  __asm or ax, 0x0400
xpdf-3.04/splash/SplashMath.h:155:  __asm mov WORD PTR newCW, ax     // round down
xpdf-3.04/splash/SplashMath.h:156:  __asm fldcw WORD PTR newCW
xpdf-3.04/splash/SplashMath.h:157:  __asm fistp DWORD PTR result
xpdf-3.04/splash/SplashMath.h:158:  __asm fldcw WORD PTR oldCW
xpdf-3.04/splash/SplashMath.h-159-  return result;