Home
last modified time | relevance | path

Searched refs:identical (Results 1 – 25 of 456) sorted by relevance

12345678910>>...19

/external/python/cpython2/Lib/test/
Dtest_float.py1029 def identical(self, x, y): member in HexFloatTestCase
1040 self.identical(self.MIN, ldexp(1.0, -1022))
1041 self.identical(self.TINY, ldexp(1.0, -1074))
1042 self.identical(self.EPS, ldexp(1.0, -52))
1043 self.identical(self.MAX, 2.*(ldexp(1.0, 1023) - ldexp(1.0, 970)))
1132 self.identical(got, expected)
1142 self.identical(fromHex('inf'), INF)
1143 self.identical(fromHex('+Inf'), INF)
1144 self.identical(fromHex('-INF'), -INF)
1145 self.identical(fromHex('iNf'), INF)
[all …]
/external/llvm/test/MC/ARM/
Dthumb2-ldrd.s12 @ CHECK: error: destination operands can't be identical
14 @ CHECK: error: destination operands can't be identical
Ddiagnostics.s514 @ CHECK-ERRORS: error: source register and base register can't be identical
520 @ CHECK-ERRORS: error: source register and base register can't be identical
526 @ CHECK-ERRORS: error: source register and base register can't be identical
532 @ CHECK-ERRORS: error: source register and base register can't be identical
538 @ CHECK-ERRORS: error: source register and base register can't be identical
544 @ CHECK-ERRORS: error: source register and base register can't be identical
571 @ CHECK-ERRORS: error: destination register and base register can't be identical
577 @ CHECK-ERRORS: error: destination register and base register can't be identical
583 @ CHECK-ERRORS: error: destination register and base register can't be identical
589 @ CHECK-ERRORS: error: destination register and base register can't be identical
[all …]
Dtwice.ll3 ; is bit-identical to the first) nor crash. Either failure would most
/external/skia/tools/
Dcompare_codereview.py367 identical = formatted_results[0] == formatted_results[1]
374 if status != 'failure' and not identical:
378 if identical:
384 if identical:
/external/mesa3d/docs/specs/
DMESA_texture_array.spec163 Change the first paragraph (page 150) to say (spec changes identical to
179 Change the fourth paragraph on page 151 to say (spec changes identical
190 Change the fourth paragraph on page 156 to say (spec changes identical
228 Change the second paragraph (page 159) (spec changes identical
424 Change second paragraph on page 181 to say (spec changes identical to
433 Change second paragraph on page 182 to say (spec changes identical to
569 Add to the end of the section (spec changes identical to
595 identical to EXT_texture_array):
608 identical to EXT_texture_array):
624 identical to EXT_texture_array):
[all …]
/external/clang/test/Modules/Inputs/modules-with-same-name/path2/A/
Dmodule.modulemap1 // path2. This comment keeps this file from being identical to
/external/clang/test/Modules/Inputs/modules-with-same-name/path1/A/
Dmodule.modulemap1 // path1. This comment keeps this file from being identical to
/external/python/cpython2/Tools/scripts/
Dtreesync.py129 if identical(sf, mf):
157 def identical(sf, mf): function
/external/llvm/test/Verifier/
Dalloc-size-failedparse.ll3 ; We handle allocsize with identical args in the parser, rather than the
/external/hyphenation-patterns/en-GB/
DREADME.android9 This is identical to that for en-GB in the main tree except that it's
/external/curl/tests/data/
Dtest27222 FTP timed conditioned get file with identical time stamp
/external/autotest/client/site_tests/desktopui_FontCache/
Dcontrol9 Fails if the newly generated font cache is not identical to the existing cache.
/external/deqp/data/gles31/shaders/
Dlinkage_shader_storage_block.test311 desc "Unnamed shader storage block variable and global variable with identical names"
344 desc "Two unnamed shader storage blocks with variables with identical names"
380 desc "Two unnamed shader storage blocks in different stages with variables with identical names"
/external/valgrind/docs/internals/
Davx-notes.txt5 * Important: iropt: Make sure XorV128 and XorV256 of identical
/external/autotest/server/site_tests/network_WiFi_MultiAuth/
Dcontrol15 between two networks with identical SSIDs that have different
/external/clang/test/CodeGenObjC/
Ddebug-info-lifetime-crash.m14 // The debug type for these two will be identical, because we do not
/external/swiftshader/third_party/LLVM/test/Transforms/LoopStrengthReduce/
Ddifferent-type-ivs.ll3 ; with different types but identical strides.
/external/clang/test/Modules/
Dempty.modulemap13 // The module file should be identical each time we produce it.
/external/llvm/test/Transforms/GVN/
Dbr-identical.ll3 ; If a branch has two identical successors, we cannot declare either dead.
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
D2011-02-14-InfLoop.ll3 ; identical to the newly-generated pattern.
/external/llvm/test/Transforms/LoopStrengthReduce/
Ddifferent-type-ivs.ll3 ; with different types but identical strides.
/external/llvm/test/Transforms/InstCombine/
D2011-02-14-InfLoop.ll3 ; identical to the newly-generated pattern.
/external/deqp/doc/testspecs/GLES31/
Dfunctional.debug.txt62 Other than the fetching of errors (where necessary) the API usage is identical
82 Other than the calls necessari to query the log these cases use identical
/external/eigen/cmake/
DEigenDetermineVSServicePack.cmake3 # The code is almost identical to the CMake version. The only difference is that we remove

12345678910>>...19