HomeSort by relevance Sort by last modified time
    Searched full:ksub (Results 1 - 25 of 47) 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/eigen/Eigen/src/SparseLU/
SparseLU_copy_to_ucol.h 53 Index ksub, krep, ksupno; local
63 for (ksub = 0; ksub < nseg; ksub++)
SparseLU_column_bmod.h 56 Index jsupno, k, ksub, krep, ksupno; local
75 for (ksub = 0; ksub < nseg; ksub++)
SparseLU_panel_bmod.h 61 Index ksub,jj,nextl_col; local
71 for (ksub = 0; ksub < nseg; ksub++)
  /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/
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) {
remove_trivial_binary.cc 54 binary_op->type != OperatorType::kSub &&
94 } else if (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 &&
  /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,
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_analysis.h 64 kSub,
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.h 323 kSub,
macro-assembler-aarch32.cc     [all...]
constants-aarch32.cc 437 case kSub:
  /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.");

Completed in 418 milliseconds

1 2