Home
last modified time | relevance | path

Searched defs:remainder (Results 1 – 25 of 49) sorted by relevance

12

/external/proguard/src/proguard/evaluation/value/
DFloatValue.java106 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
DDoubleValue.java106 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
DSpecificFloatValue.java90 public FloatValue remainder(FloatValue other) in remainder() method in SpecificFloatValue
144 public FloatValue remainder(SpecificFloatValue other) in remainder() method in SpecificFloatValue
DSpecificDoubleValue.java90 public DoubleValue remainder(DoubleValue other) in remainder() method in SpecificDoubleValue
144 public DoubleValue remainder(SpecificDoubleValue other) in remainder() method in SpecificDoubleValue
DParticularDoubleValue.java110 public DoubleValue remainder(DoubleValue other) in remainder() method in ParticularDoubleValue
164 public DoubleValue remainder(ParticularDoubleValue other) in remainder() method in ParticularDoubleValue
DParticularFloatValue.java110 public FloatValue remainder(FloatValue other) in remainder() method in ParticularFloatValue
164 public FloatValue remainder(ParticularFloatValue other) in remainder() method in ParticularFloatValue
DLongValue.java131 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
DSpecificLongValue.java92 public LongValue remainder(LongValue other) in remainder() method in SpecificLongValue
184 public LongValue remainder(SpecificLongValue other) in remainder() method in SpecificLongValue
DParticularLongValue.java112 public LongValue remainder(LongValue other) in remainder() method in ParticularLongValue
200 public LongValue remainder(ParticularLongValue other) in remainder() method in ParticularLongValue
DUnknownFloatValue.java90 public FloatValue remainder(FloatValue other) in remainder() method in UnknownFloatValue
DUnknownDoubleValue.java90 public DoubleValue remainder(DoubleValue other) in remainder() method in UnknownDoubleValue
DIntegerValue.java124 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
DUnknownLongValue.java93 public LongValue remainder(LongValue other) in remainder() method in UnknownLongValue
DSpecificIntegerValue.java107 public IntegerValue remainder(IntegerValue other) in remainder() method in SpecificIntegerValue
239 public IntegerValue remainder(SpecificIntegerValue other) in remainder() method in SpecificIntegerValue
DParticularIntegerValue.java139 public IntegerValue remainder(IntegerValue other) in remainder() method in ParticularIntegerValue
267 public IntegerValue remainder(ParticularIntegerValue other) in remainder() method in ParticularIntegerValue
DUnknownIntegerValue.java109 public IntegerValue remainder(IntegerValue other) in remainder() method in UnknownIntegerValue
/external/srec/portable/src/
Dpcrc.c129 register unsigned int remainder = crc; in pcrcUpdateData() local
/external/opencore/oscl/pvlogger/src/
Dpvlogger_stderr_appender.h94 uint32 remainder = length - (jj - 10); in AppendBuffers() local
Dpvlogger_mem_appender.h146 uint32 remainder = length - (jj - 10); in AppendBuffers() local
Dpvlogger_file_appender.h150 uint32 remainder = length - (jj - 10); in AppendBuffers() local
/external/opencore/android/
Dandroid_log_appender.h95 uint32 remainder = length - (jj-10); in AppendBuffers() local
/external/icu4c/i18n/
Dgregoimp.cpp33 int32_t& remainder) { in floorDivide()
41 double& remainder) { in floorDivide()
/external/grub/docs/
Dkernel.c194 int remainder = ud % divisor; in itoa() local
/external/skia/src/animator/
DSkBase64.cpp123 size_t remainder = length % 3; in Encode() local
/external/bluetooth/glib/gio/win32/
Dgwinhttpfile.c327 const char *remainder; in g_winhttp_file_prefix_matches() local
349 const char *remainder; in g_winhttp_file_get_relative_path() local

12