/external/proguard/src/proguard/evaluation/value/ |
D | FloatValue.java | 106 public abstract FloatValue remainder(FloatValue other); in remainder() method in FloatValue 197 public FloatValue remainder(SpecificFloatValue other) in remainder() method in FloatValue 300 public FloatValue remainder(ParticularFloatValue other) in remainder() method in FloatValue
|
D | DoubleValue.java | 106 public abstract DoubleValue remainder(DoubleValue other); in remainder() method in DoubleValue 197 public DoubleValue remainder(SpecificDoubleValue other) in remainder() method in DoubleValue 300 public DoubleValue remainder(ParticularDoubleValue other) in remainder() method in DoubleValue
|
D | SpecificFloatValue.java | 90 public FloatValue remainder(FloatValue other) in remainder() method in SpecificFloatValue 144 public FloatValue remainder(SpecificFloatValue other) in remainder() method in SpecificFloatValue
|
D | SpecificDoubleValue.java | 90 public DoubleValue remainder(DoubleValue other) in remainder() method in SpecificDoubleValue 144 public DoubleValue remainder(SpecificDoubleValue other) in remainder() method in SpecificDoubleValue
|
D | ParticularDoubleValue.java | 110 public DoubleValue remainder(DoubleValue other) in remainder() method in ParticularDoubleValue 164 public DoubleValue remainder(ParticularDoubleValue other) in remainder() method in ParticularDoubleValue
|
D | ParticularFloatValue.java | 110 public FloatValue remainder(FloatValue other) in remainder() method in ParticularFloatValue 164 public FloatValue remainder(ParticularFloatValue other) in remainder() method in ParticularFloatValue
|
D | LongValue.java | 131 public LongValue remainder(LongValue other) in remainder() method in LongValue 287 public LongValue remainder(SpecificLongValue other) in remainder() method in LongValue 443 public LongValue remainder(ParticularLongValue other) in remainder() method in LongValue
|
D | SpecificLongValue.java | 92 public LongValue remainder(LongValue other) in remainder() method in SpecificLongValue 184 public LongValue remainder(SpecificLongValue other) in remainder() method in SpecificLongValue
|
D | ParticularLongValue.java | 112 public LongValue remainder(LongValue other) in remainder() method in ParticularLongValue 200 public LongValue remainder(ParticularLongValue other) in remainder() method in ParticularLongValue
|
D | UnknownFloatValue.java | 90 public FloatValue remainder(FloatValue other) in remainder() method in UnknownFloatValue
|
D | UnknownDoubleValue.java | 90 public DoubleValue remainder(DoubleValue other) in remainder() method in UnknownDoubleValue
|
D | IntegerValue.java | 124 public abstract IntegerValue remainder(IntegerValue other) in remainder() method in IntegerValue 315 public IntegerValue remainder(UnknownIntegerValue other) in remainder() method in IntegerValue 559 public IntegerValue remainder(SpecificIntegerValue other) in remainder() method in IntegerValue 803 public IntegerValue remainder(ParticularIntegerValue other) in remainder() method in IntegerValue
|
D | UnknownLongValue.java | 93 public LongValue remainder(LongValue other) in remainder() method in UnknownLongValue
|
D | SpecificIntegerValue.java | 107 public IntegerValue remainder(IntegerValue other) in remainder() method in SpecificIntegerValue 239 public IntegerValue remainder(SpecificIntegerValue other) in remainder() method in SpecificIntegerValue
|
D | ParticularIntegerValue.java | 139 public IntegerValue remainder(IntegerValue other) in remainder() method in ParticularIntegerValue 267 public IntegerValue remainder(ParticularIntegerValue other) in remainder() method in ParticularIntegerValue
|
D | UnknownIntegerValue.java | 109 public IntegerValue remainder(IntegerValue other) in remainder() method in UnknownIntegerValue
|
/external/srec/portable/src/ |
D | pcrc.c | 129 register unsigned int remainder = crc; in pcrcUpdateData() local
|
/external/opencore/oscl/pvlogger/src/ |
D | pvlogger_stderr_appender.h | 94 uint32 remainder = length - (jj - 10); in AppendBuffers() local
|
D | pvlogger_mem_appender.h | 146 uint32 remainder = length - (jj - 10); in AppendBuffers() local
|
D | pvlogger_file_appender.h | 150 uint32 remainder = length - (jj - 10); in AppendBuffers() local
|
/external/opencore/android/ |
D | android_log_appender.h | 95 uint32 remainder = length - (jj-10); in AppendBuffers() local
|
/external/icu4c/i18n/ |
D | gregoimp.cpp | 33 int32_t& remainder) { in floorDivide() 41 double& remainder) { in floorDivide()
|
/external/grub/docs/ |
D | kernel.c | 194 int remainder = ud % divisor; in itoa() local
|
/external/skia/src/animator/ |
D | SkBase64.cpp | 123 size_t remainder = length % 3; in Encode() local
|
/external/bluetooth/glib/gio/win32/ |
D | gwinhttpfile.c | 327 const char *remainder; in g_winhttp_file_prefix_matches() local 349 const char *remainder; in g_winhttp_file_get_relative_path() local
|