/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_instruction_test.cc | 893 static bool Identical(const HloInstruction& instruction1, in Identical() function 896 EXPECT_TRUE(instruction1.Identical(instruction1)); in Identical() 897 EXPECT_TRUE(instruction2.Identical(instruction2)); in Identical() 899 bool is_equal = instruction1.Identical(instruction2); in Identical() 901 EXPECT_EQ(is_equal, instruction2.Identical(instruction1)); in Identical() 919 instruction1.Identical(instruction1, eq_operand_shapes, eq_computations)); in StructuralEqual() 921 instruction2.Identical(instruction2, eq_operand_shapes, eq_computations)); in StructuralEqual() 924 instruction1.Identical(instruction2, eq_operand_shapes, eq_computations); in StructuralEqual() 926 EXPECT_EQ(is_equal, instruction2.Identical(instruction1, eq_operand_shapes, in StructuralEqual() 950 Identical(*HloInstruction::CreateUnary(shape, HloOpcode::kCopy, op1), in TEST_F() [all …]
|
D | hlo_cse.cc | 162 return lhs->Identical(*rhs, eq_instructions, eq_computations, in Run()
|
D | ar_crs_combiner.cc | 374 return i1->Identical(*i2, eq_operands, eq_computations, in InstructionsComputeSameValue() 402 return i1->Identical(*i2, eq_instructions, eq_computations, in InstructionsComputeSameValue()
|
D | conditional_code_motion.cc | 233 bool eq_instructions = instructions[0]->Identical( in InstructionWithinBranchIdentical() 242 return instructions[0]->Identical( in InstructionWithinBranchIdentical()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
D | charconv_test.cc | 584 bool Identical(Float a, Float b) { in Identical() function 606 EXPECT_TRUE(Identical(from_chars_double, std_nan_double)); in TEST() 612 EXPECT_TRUE(Identical(from_chars_double, strtod_double)); in TEST() 622 EXPECT_FALSE(Identical(negative_from_chars_double, from_chars_double)); in TEST() 624 EXPECT_TRUE(Identical(negative_from_chars_double, from_chars_double)); in TEST() 639 EXPECT_TRUE(Identical(from_chars_float, std_nan_float)); in TEST() 645 EXPECT_TRUE(Identical(from_chars_float, strtof_float)); in TEST() 655 EXPECT_FALSE(Identical(negative_from_chars_float, from_chars_float)); in TEST() 657 EXPECT_TRUE(Identical(negative_from_chars_float, from_chars_float)); in TEST()
|
/external/libtextclassifier/abseil-cpp/absl/strings/ |
D | charconv_test.cc | 584 bool Identical(Float a, Float b) { in Identical() function 606 EXPECT_TRUE(Identical(from_chars_double, std_nan_double)); in TEST() 612 EXPECT_TRUE(Identical(from_chars_double, strtod_double)); in TEST() 622 EXPECT_FALSE(Identical(negative_from_chars_double, from_chars_double)); in TEST() 624 EXPECT_TRUE(Identical(negative_from_chars_double, from_chars_double)); in TEST() 639 EXPECT_TRUE(Identical(from_chars_float, std_nan_float)); in TEST() 645 EXPECT_TRUE(Identical(from_chars_float, strtof_float)); in TEST() 655 EXPECT_FALSE(Identical(negative_from_chars_float, from_chars_float)); in TEST() 657 EXPECT_TRUE(Identical(negative_from_chars_float, from_chars_float)); in TEST()
|
/external/abseil-cpp/absl/strings/ |
D | charconv_test.cc | 584 bool Identical(Float a, Float b) { in Identical() function 606 EXPECT_TRUE(Identical(from_chars_double, std_nan_double)); in TEST() 612 EXPECT_TRUE(Identical(from_chars_double, strtod_double)); in TEST() 622 EXPECT_FALSE(Identical(negative_from_chars_double, from_chars_double)); in TEST() 624 EXPECT_TRUE(Identical(negative_from_chars_double, from_chars_double)); in TEST() 639 EXPECT_TRUE(Identical(from_chars_float, std_nan_float)); in TEST() 645 EXPECT_TRUE(Identical(from_chars_float, strtof_float)); in TEST() 655 EXPECT_FALSE(Identical(negative_from_chars_float, from_chars_float)); in TEST() 657 EXPECT_TRUE(Identical(negative_from_chars_float, from_chars_float)); in TEST()
|
/external/openscreen/third_party/abseil/src/absl/strings/ |
D | charconv_test.cc | 584 bool Identical(Float a, Float b) { in Identical() function 606 EXPECT_TRUE(Identical(from_chars_double, std_nan_double)); in TEST() 612 EXPECT_TRUE(Identical(from_chars_double, strtod_double)); in TEST() 622 EXPECT_FALSE(Identical(negative_from_chars_double, from_chars_double)); in TEST() 624 EXPECT_TRUE(Identical(negative_from_chars_double, from_chars_double)); in TEST() 639 EXPECT_TRUE(Identical(from_chars_float, std_nan_float)); in TEST() 645 EXPECT_TRUE(Identical(from_chars_float, strtof_float)); in TEST() 655 EXPECT_FALSE(Identical(negative_from_chars_float, from_chars_float)); in TEST() 657 EXPECT_TRUE(Identical(negative_from_chars_float, from_chars_float)); in TEST()
|
/external/webrtc/third_party/abseil-cpp/absl/strings/ |
D | charconv_test.cc | 584 bool Identical(Float a, Float b) { in Identical() function 606 EXPECT_TRUE(Identical(from_chars_double, std_nan_double)); in TEST() 612 EXPECT_TRUE(Identical(from_chars_double, strtod_double)); in TEST() 622 EXPECT_FALSE(Identical(negative_from_chars_double, from_chars_double)); in TEST() 624 EXPECT_TRUE(Identical(negative_from_chars_double, from_chars_double)); in TEST() 639 EXPECT_TRUE(Identical(from_chars_float, std_nan_float)); in TEST() 645 EXPECT_TRUE(Identical(from_chars_float, strtof_float)); in TEST() 655 EXPECT_FALSE(Identical(negative_from_chars_float, from_chars_float)); in TEST() 657 EXPECT_TRUE(Identical(negative_from_chars_float, from_chars_float)); in TEST()
|
/external/llvm-project/llvm/test/Transforms/Inline/ |
D | last-callsite.ll | 21 ; Identical to @test1_f but doesn't get inlined because there is more than one 78 ; Identical to @test2_f but doesn't get inlined because there is more than one 149 ; Identical to @test3_f but doesn't get inlined because there is more than one 219 ; Identical to @test4_f but doesn't get inlined because there is more than one
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.5rc1.rst | 59 Identical objects will be saved only once.
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-3.3 | 77 Enabled by specifying -regex option. Identical behaviour to wild 140 Enabled by specifying -r[egex] option. Identical behaviour to wild
|
/external/python/cpython3/Doc/library/ |
D | struct.rst | 425 Identical to the :func:`pack` function, using the compiled format. 431 Identical to the :func:`pack_into` function, using the compiled format. 436 Identical to the :func:`unpack` function, using the compiled format. 442 Identical to the :func:`unpack_from` function, using the compiled format. 449 Identical to the :func:`iter_unpack` function, using the compiled format.
|
/external/python/cpython2/Doc/library/ |
D | struct.rst | 374 Identical to the :func:`pack` function, using the compiled format. 380 Identical to the :func:`pack_into` function, using the compiled format. 385 Identical to the :func:`unpack` function, using the compiled format. 391 Identical to the :func:`unpack_from` function, using the compiled format.
|
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/ |
D | intro.md | 79 >>> converted_f(3) # Identical result
|
/external/libyuv/files/tools/ubsan/ |
D | vptr_blacklist.txt | 9 # Identical layouts.
|
/external/llvm-project/lld/MinGW/ |
D | Options.td | 50 def icf: J<"icf=">, HelpText<"Identical code folding">;
|
/external/llvm-project/lld/docs/ |
D | NewLLD.rst | 291 Short for Identical COMDAT Folding (COFF) or Identical Code Folding (ELF).
|
/external/python/cpython3/Doc/c-api/ |
D | bytes.rst | 120 Identical to :c:func:`PyBytes_FromFormat` except that it takes exactly two
|
D | arg.rst | 432 Identical to :c:func:`PyArg_ParseTuple`, except that it accepts a va_list rather 452 Identical to :c:func:`PyArg_ParseTupleAndKeywords`, except that it accepts a 675 Identical to :c:func:`Py_BuildValue`, except that it accepts a va_list
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegisterCoalescer.cpp | 2307 bool Identical = false; member 2699 V.Identical = true; in analyzeValue() 3074 if (V.Identical) in pruneSubRegValues() 3087 (V.Identical && V.Resolution == CR_Erase && in pruneSubRegValues() 3097 if (V.Identical && S.Query(OtherDef).valueOutOrDead()) { in pruneSubRegValues()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RegisterCoalescer.cpp | 2333 bool Identical = false; member 2720 V.Identical = true; in analyzeValue() 3096 if (V.Identical) in pruneSubRegValues() 3109 (V.Identical && V.Resolution == CR_Erase && in pruneSubRegValues() 3119 if (V.Identical && S.Query(OtherDef).valueOutOrDead()) { in pruneSubRegValues()
|
/external/python/cpython2/Doc/c-api/ |
D | arg.rst | 345 Identical to :c:func:`PyArg_ParseTuple`, except that it accepts a va_list 358 Identical to :c:func:`PyArg_ParseTupleAndKeywords`, except that it accepts a 564 Identical to :c:func:`Py_BuildValue`, except that it accepts a va_list
|
D | string.rst | 149 Identical to :c:func:`PyString_FromFormat` except that it takes exactly two
|
/external/mesa3d/docs/relnotes/ |
D | 5.1 | 56 Identical to GL_NV_texture_rectangle
|