HomeSort by relevance Sort by last modified time
    Searched full:float64mod (Results 1 - 9 of 9) sorted by null

  /external/v8/src/compiler/
raw-machine-assembler.h 326 Node* Float64Mod(Node* a, Node* b) {
327 return NewNode(machine()->Float64Mod(), a, b);
machine-operator.h 131 const Operator* Float64Mod();
opcodes.h 220 V(Float64Mod) \
machine-operator.cc 114 V(Float64Mod, Operator::kNoProperties, 2, 1) \
machine-operator-unittest.cc 215 PURE(Float64Div, 2, 1), PURE(Float64Mod, 2, 1),
representation-change.h 291 return machine()->Float64Mod();
  /external/v8/test/cctest/compiler/
test-machine-operator-reducer.cc 777 R.binop = R.machine.Float64Mod();
test-run-machops.cc     [all...]
test-simplified-lowering.cc     [all...]

Completed in 842 milliseconds