HomeSort by relevance Sort by last modified time
    Searched refs:Div (Results 126 - 150 of 181) sorted by null

1 2 3 4 56 7 8

  /external/u-boot/arch/arm/include/asm/arch-pxa/
pxa-regs.h     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceInstX86Base.h 98 Div,
    [all...]
  /external/v8/src/interpreter/
bytecodes.h 127 V(Div, AccumulatorUse::kReadWrite, OperandType::kReg, OperandType::kIdx) \
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
transformer.py 702 node = Div([node, right])
    [all...]
  /external/python/cpython2/Lib/compiler/
transformer.py 702 node = Div([node, right])
    [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
constant_folding_test.cc 518 Output div1 = ops::Div(s.WithOpName("div1"), x, ones);
519 Output div2 = ops::Div(s.WithOpName("div2"), ones, y);
686 Output div_i = ops::Div(s.WithOpName("div_i"), xi, ci);
687 Output div_f = ops::Div(s.WithOpName("div_f"), xf, cf);
704 EXPECT_EQ("Div", node.op());
    [all...]
  /external/v8/src/compiler/
raw-machine-assembler.h 435 INTPTR_BINOP(Int, Div);
    [all...]
  /external/v8/src/wasm/baseline/mips/
liftoff-assembler-mips.h 570 TurboAssembler::Div(dst, lhs, rhs);
    [all...]
  /external/v8/src/wasm/baseline/mips64/
liftoff-assembler-mips64.h 496 TurboAssembler::Div(dst, lhs, rhs);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ast.c 352 return Div;
501 return Div;
    [all...]
compile.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ast.c 352 return Div;
501 return Div;
    [all...]
compile.c     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/python/cpython2/Python/
ast.c 352 return Div;
501 return Div;
    [all...]
compile.c     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
AsmWriter.cpp     [all...]
  /external/tensorflow/tensorflow/lite/kernels/internal/reference/
legacy_reference_ops.h 585 inline void Div(const T* input1_data, const Dims<4>& input1_dims,
592 Div(op_params, DimsToShape(input1_dims), input1_data,
    [all...]
  /external/tensorflow/tensorflow/lite/toco/tflite/
operator.cc 289 class Div : public BuiltinOperator<DivOperator, ::tflite::DivOptions,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp     [all...]
  /art/compiler/optimizing/
nodes.h     [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 582 void TurboAssembler::Div(Register rs, const Operand& rt) {
584 div(rs, rt.rm());
591 div(rs, scratch);
595 void TurboAssembler::Div(Register rem, Register res, Register rs,
599 div(rs, rt.rm());
603 div(res, rs, rt.rm());
613 div(rs, scratch);
617 div(res, rs, scratch);
623 void TurboAssembler::Div(Register res, Register rs, const Operand& rt) {
626 div(rs, rt.rm())
    [all...]

Completed in 1192 milliseconds

1 2 3 4 56 7 8