HomeSort by relevance Sort by last modified time
    Searched defs:do_div (Results 1 - 4 of 4) sorted by null

  /external/grpc-grpc/src/ruby/bin/
math_client.rb 44 def do_div(stub) method
134 do_div(stub)
  /external/u-boot/include/
div64.h 10 * The semantics of do_div() are:
12 * uint32_t do_div(uint64_t *n, uint32_t base)
28 # define do_div(n,base) ({ \ macro
204 # define do_div(n,base) ({ \ macro
230 # error do_div() does not yet support the C64
234 /* Wrapper for do_div(). Doesn't modify dividend and returns
240 do_div(__res, divisor);
  /external/v8/src/wasm/baseline/x64/
liftoff-assembler-x64.h 481 Label do_div; local
483 assm->j(not_equal, &do_div);
487 assm->bind(&do_div);
    [all...]
  /external/v8/src/wasm/baseline/ia32/
liftoff-assembler-ia32.h 537 Label do_div; local
539 assm->j(not_equal, &do_div);
542 assm->bind(&do_div);
    [all...]

Completed in 979 milliseconds