HomeSort by relevance Sort by last modified time
    Searched refs:kSub (Results 1 - 25 of 41) sorted by null

1 2

  /external/skia/bench/
EncoderBench.cpp 102 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kSub, 6), "PNG_6s"));
103 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kSub, 3), "PNG_3s"));
104 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kSub, 1), "PNG_1s"));
114 DEF_BENCH(return new EncodeBench(srcs[1], PNG(kSub, 6), "PNG_6s"));
115 DEF_BENCH(return new EncodeBench(srcs[1], PNG(kSub, 3), "PNG_3s"));
116 DEF_BENCH(return new EncodeBench(srcs[1], PNG(kSub, 1), "PNG_1s"));
  /external/skqp/bench/
EncoderBench.cpp 102 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kSub, 6), "PNG_6s"));
103 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kSub, 3), "PNG_3s"));
104 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kSub, 1), "PNG_1s"));
114 DEF_BENCH(return new EncodeBench(srcs[1], PNG(kSub, 6), "PNG_6s"));
115 DEF_BENCH(return new EncodeBench(srcs[1], PNG(kSub, 3), "PNG_3s"));
116 DEF_BENCH(return new EncodeBench(srcs[1], PNG(kSub, 1), "PNG_1s"));
  /external/skia/include/encode/
SkPngEncoder.h 23 kSub = 0x10,
27 kAll = kNone | kSub | kUp | kAvg | kPaeth,
  /external/skqp/include/encode/
SkPngEncoder.h 23 kSub = 0x10,
27 kAll = kNone | kSub | kUp | kAvg | kPaeth,
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
remove_trivial_binary.cc 54 binary_op->type != OperatorType::kSub &&
94 } else if (binary_op->type == OperatorType::kSub) {
fuse_binary_into_following_affine.cc 35 add_or_sub_op->type == OperatorType::kSub);
40 CHECK(add_or_sub_op->type != OperatorType::kSub ||
61 } else if (add_or_sub_op->type == OperatorType::kSub &&
158 binary_op->type != OperatorType::kSub &&
256 binary_op->type == OperatorType::kSub) {
fuse_binary_into_preceding_affine.cc 34 add_or_sub_op->type == OperatorType::kSub);
184 binary_op->type != OperatorType::kSub &&
268 binary_op->type == OperatorType::kSub) {
301 binary_op->type == OperatorType::kSub) {
resolve_tensorflow_tile.cc 65 binary_op->type != OperatorType::kSub &&
resolve_constant_binary.cc 140 } else if (binary_op->type == OperatorType::kSub) {
197 binary_op->type != OperatorType::kSub &&
quantize.cc 47 type == OperatorType::kTensorFlowSplit || type == OperatorType::kSub ||
  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
export_test.cc 71 EXPECT_EQ(2, operators[details::OperatorKey(OperatorType::kSub, "")]);
  /art/compiler/optimizing/
induction_var_analysis.cc 364 LookupInfo(loop, instruction->InputAt(1)), kSub);
448 loop, phi, instruction, instruction->InputAt(0), instruction->InputAt(1), kSub, true);
586 } else if (op == kSub) { // Negation required.
765 } else if (op == kSub) {
774 CreateInvariantOp(kSub, a, initial),
    [all...]
instruction_simplifier_shared.cc 69 op_kind = HInstruction::kSub;
154 HInstruction::kSub,
induction_var_analysis.h 64 kSub,
nodes_vector_test.cc 367 GetAllocator(), HInstruction::kSub, v0, v0, v0, DataType::Type::kInt32, 4, kNoDexPc);
377 EXPECT_EQ(HInstruction::kSub, v2->GetOpKind());
induction_var_range.cc 557 if (trip_expr->type == info->type && trip_expr->operation == HInductionVarAnalysis::kSub) {
732 case HInductionVarAnalysis::kSub: // second reversed!
    [all...]
  /external/v8/src/interpreter/
mkpeephole.cc 142 case Bytecode::kSub:
170 case Bytecode::kSub:
bytecodes.cc 234 case Bytecode::kSub:
  /external/vixl/src/aarch32/
constants-aarch32.cc 437 case kSub:
constants-aarch32.h 323 kSub,
macro-assembler-aarch32.cc     [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/
model.h 68 kSub,
1039 SubOperator() : Operator(OperatorType::kSub) {}
    [all...]
  /external/skia/src/images/
SkPngEncoder.cpp 23 static_assert(PNG_FILTER_SUB == (int)SkPngEncoder::FilterFlag::kSub, "Skia libpng filter err.");
  /external/skqp/src/images/
SkPngEncoder.cpp 23 static_assert(PNG_FILTER_SUB == (int)SkPngEncoder::FilterFlag::kSub, "Skia libpng filter err.");
  /external/v8/src/debug/
debug-evaluate.cc 347 case Bytecode::kSub:

Completed in 548 milliseconds

1 2