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

  /external/v8/src/compiler/
simplified-lowering.h 69 Node* Float64Round(Node* const node);
simplified-lowering.cc     [all...]
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc 639 // Match ChangeFloat64ToInt32(Float64Round##OP) to corresponding instruction
665 // Match ChangeFloat64ToInt32(ChangeFloat32ToFloat64(Float64Round##OP))
    [all...]
  /external/v8/src/
code-stub-assembler.h 52 compiler::Node* Float64Round(compiler::Node* x);
code-stub-assembler.cc 76 Node* CodeStubAssembler::Float64Round(Node* x) {
    [all...]
builtins.cc     [all...]
  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc 910 // Match ChangeFloat64ToInt32(Float64Round##OP) to corresponding instruction
936 // Match ChangeFloat64ToInt32(ChangeFloat32ToFloat64(Float64Round##OP))
    [all...]

Completed in 128 milliseconds