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

  /external/compiler-rt/lib/
divmoddi4.c 1 /*===-- divmoddi4.c - Implement __divmoddi4 --------------------------------===
10 * This file implements __divmoddi4 for the compiler_rt library.
22 __divmoddi4(di_int a, di_int b, di_int* rem) function
  /external/compiler-rt/lib/arm/
aeabi_ldivmod.S 15 // quot = __divmoddi4(numerator, denominator, &rem);
26 bl SYMBOL_NAME(__divmoddi4)

Completed in 2863 milliseconds