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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
bsd.h 59 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \
62 fprintf ((FILE), ",%u\n", (int)(ROUNDED)))
67 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \
70 fprintf ((FILE), ",%u\n", (int)(ROUNDED)))
  /external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
NodeStyle.java 33 ROUNDED("rounded"),
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
Plot.java 57 ROUNDED,
675 * @param radiusX Sets the X radius for BorderStyle.ROUNDED. Use null for all other styles.
676 * @param radiusY Sets the Y radius for BorderStyle.ROUNDED. Use null for all other styles.
679 if (style == Plot.BorderStyle.ROUNDED) {
681 throw new IllegalArgumentException("radiusX and radiusY cannot be null when using BorderStyle.ROUNDED");
696 case ROUNDED:
708 case ROUNDED:
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
asmz.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
asmz.go     [all...]
  /external/python/cpython3/Modules/_decimal/
_decimal.c 163 #define ROUNDED 7
173 {"Rounded", "decimal.Rounded", MPD_Rounded, NULL},
204 "Rounded",
225 Overflow, Underflow, Subnormal, Inexact, Rounded,\n\
    [all...]

Completed in 1825 milliseconds