HomeSort by relevance Sort by last modified time
    Searched refs:_RC_NEAR (Results 1 - 10 of 10) sorted by null

  /external/deqp/framework/delibs/debase/
deMath.c 49 case _RC_NEAR: return DE_ROUNDINGMODE_TO_NEAREST_EVEN;
79 case DE_ROUNDINGMODE_TO_NEAREST_EVEN: flag = _RC_NEAR; break;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
float.h 180 #define _RC_NEAR 0x00000000
228 #define _CW_DEFAULT (_RC_NEAR+_PC_53+_EM_INVALID+_EM_ZERODIVIDE+_EM_OVERFLOW+_EM_UNDERFLOW+_EM_INEXACT+_EM_DENORMAL)
230 #define _CW_DEFAULT (_RC_NEAR+_PC_64+_EM_INVALID+_EM_ZERODIVIDE+_EM_OVERFLOW+_EM_UNDERFLOW+_EM_INEXACT+_EM_DENORMAL)
232 #define _CW_DEFAULT (_RC_NEAR+_EM_INVALID+_EM_ZERODIVIDE+_EM_OVERFLOW+_EM_UNDERFLOW+_EM_INEXACT+_EM_DENORMAL)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyport.h 576 (old_387controlword & ~(_MCW_PC | _MCW_RC)) | (_PC_53 | _RC_NEAR); \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 592 (old_387controlword & ~(_MCW_PC | _MCW_RC)) | (_PC_53 | _RC_NEAR); \
    [all...]
  /external/python/cpython2/Include/
pyport.h 576 (old_387controlword & ~(_MCW_PC | _MCW_RC)) | (_PC_53 | _RC_NEAR); \
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h 580 (old_387controlword & ~(_MCW_PC | _MCW_RC)) | (_PC_53 | _RC_NEAR); \
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h 580 (old_387controlword & ~(_MCW_PC | _MCW_RC)) | (_PC_53 | _RC_NEAR); \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 580 (old_387controlword & ~(_MCW_PC | _MCW_RC)) | (_PC_53 | _RC_NEAR); \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 580 (old_387controlword & ~(_MCW_PC | _MCW_RC)) | (_PC_53 | _RC_NEAR); \
    [all...]
  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp     [all...]

Completed in 1160 milliseconds