HomeSort by: relevance | last modified time | path
    Searched refs:divmod (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
int128.d 621 return divmod(c1, c2, modulus);
634 Cent divmod(Cent c1, Cent c2, out Cent modulus)
906 assert(divmod( C10, C3, modulus) == C3); assert(modulus == C1);
907 assert(divmod(Cm10, C3, modulus) == Cm3); assert(modulus == Cm1);
908 assert(divmod( C10, Cm3, modulus) == Cm3); assert(modulus == C1);
909 assert(divmod(Cm10, Cm3, modulus) == C3); assert(modulus == Cm1);
910 assert(divmod(C2, C90_30, modulus) == C0); assert(modulus == C2);
916 assert(divmod(Cbig_1, Cbig_2, modulus) == Cb1divb2);
  /src/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
utf8_gen.py 69 index2, index3 = divmod(i - 0xaC00, 28)
70 index1, index2 = divmod(index2, 21)
  /src/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/
utf8_gen.py 69 index2, index3 = divmod(i - 0xaC00, 28)
70 index1, index2 = divmod(index2, 21)
  /src/external/apache2/llvm/dist/clang/utils/
FuzzTest 46 index,picked_position = divmod(index, self.num_positions)
53 index,position = divmod(index, self.num_positions)
60 index,insert_index = divmod(index, self.num_insert_strings)
  /src/external/gpl3/gcc/dist/gcc/
double-int.cc 950 double_int::divmod (double_int b, bool uns, unsigned code, function in class:double_int
962 /* The same as double_int::divmod with UNS = false. */
967 return this->divmod (b, false, code, mod);
970 /* The same as double_int::divmod with UNS = true. */
975 return this->divmod (b, true, code, mod);
987 return this->divmod (b, uns, code, &mod);
1015 this->divmod (b, uns, code, &mod);
1044 double_int quotient = this->divmod (factor, unsigned_p,
double-int.h 154 double_int divmod (double_int, bool, unsigned, double_int *) const;
fixed-value.cc 569 quo_r = r.divmod (pos_b, 1, TRUNC_DIV_EXPR, &mod);
  /src/external/gpl3/gcc.old/dist/gcc/
double-int.cc 950 double_int::divmod (double_int b, bool uns, unsigned code, function in class:double_int
962 /* The same as double_int::divmod with UNS = false. */
967 return this->divmod (b, false, code, mod);
970 /* The same as double_int::divmod with UNS = true. */
975 return this->divmod (b, true, code, mod);
987 return this->divmod (b, uns, code, &mod);
1015 this->divmod (b, uns, code, &mod);
1044 double_int quotient = this->divmod (factor, unsigned_p,
double-int.h 154 double_int divmod (double_int, bool, unsigned, double_int *) const;
fixed-value.cc 569 quo_r = r.divmod (pos_b, 1, TRUNC_DIV_EXPR, &mod);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
int128.d 179 divmod(this.data, op2.data, modulus);
  /src/external/gpl3/gcc/dist/libgcc/
libgcc2.h 297 #define __divmoddi4 __NDW(divmod,4)
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcc2.h 284 #define __divmoddi4 __NDW(divmod,4)

Completed in 41 milliseconds