HomeSort by: relevance | last modified time | path
    Searched defs:_FPU_RC_NEAREST (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/loongarch/
crtfastmath.c 29 #define _FPU_RC_NEAREST 0x000 /* RECOMMENDED. */
47 fcr = _FPU_RC_NEAREST;
  /src/external/gpl3/gcc/dist/libgcc/config/mips/
crtfastmath.c 30 #define _FPU_RC_NEAREST 0x0 /* RECOMMENDED */
48 fcr = _FPU_FLUSH_TZ | _FPU_RC_NEAREST;
  /src/external/gpl3/gcc.old/dist/libgcc/config/loongarch/
crtfastmath.c 29 #define _FPU_RC_NEAREST 0x000 /* RECOMMENDED. */
47 fcr = _FPU_RC_NEAREST;
  /src/external/gpl3/gcc.old/dist/libgcc/config/mips/
crtfastmath.c 30 #define _FPU_RC_NEAREST 0x0 /* RECOMMENDED */
48 fcr = _FPU_FLUSH_TZ | _FPU_RC_NEAREST;
  /src/external/gpl3/gcc/dist/libgfortran/config/
fpu-387.h 58 #define _FPU_RC_NEAREST 0x0
345 round_mode = _FPU_RC_NEAREST;
407 case _FPU_RC_NEAREST:
  /src/external/gpl3/gcc.old/dist/libgfortran/config/
fpu-387.h 58 #define _FPU_RC_NEAREST 0x0
345 round_mode = _FPU_RC_NEAREST;
407 case _FPU_RC_NEAREST:

Completed in 50 milliseconds