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

  /external/deqp/framework/delibs/debase/
deMath.c 43 switch (status & _MCW_RC)
83 ret = _controlfp_s(&oldState, flag, _MCW_RC);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 580 (old_387controlword & ~(_MCW_PC | _MCW_RC)) | (_PC_53 | _RC_NEAR); \
582 __control87_2(new_387controlword, _MCW_PC | _MCW_RC, \
588 __control87_2(old_387controlword, _MCW_PC | _MCW_RC, \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 580 (old_387controlword & ~(_MCW_PC | _MCW_RC)) | (_PC_53 | _RC_NEAR); \
582 __control87_2(new_387controlword, _MCW_PC | _MCW_RC, \
588 __control87_2(old_387controlword, _MCW_PC | _MCW_RC, \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
float.h 135 #define _MCW_RC 0x00000300 /* Rounding */

Completed in 156 milliseconds