Searched refs:negatives (Results 1 – 25 of 110) sorted by relevance
12345
/external/tensorflow/tensorflow/core/util/ |
D | overflow_test.cc | 76 const int64 negatives[] = {-1, std::numeric_limits<int64>::min()}; in TEST() local 77 for (const int64 n : negatives) { in TEST()
|
/external/fec/ |
D | peak_sse_assist.s | 28 pxor %mm1,%mm0 # complement negatives 29 psubw %mm1,%mm0 # add 1 to negatives
|
D | peakval_sse_assist.s | 28 pxor %mm1,%mm0 # complement negatives 29 psubw %mm1,%mm0 # add 1 to negatives
|
D | peakval_sse2_assist.s | 28 pxor %xmm1,%xmm0 # complement negatives 29 psubw %xmm1,%xmm0 # add 1 to negatives
|
D | peak_sse2_assist.s | 28 pxor %xmm1,%xmm0 # complement negatives 29 psubw %xmm1,%xmm0 # add 1 to negatives
|
D | peakval_mmx_assist.s | 29 pxor %mm1,%mm0 # complement negatives 30 psubw %mm1,%mm0 # add 1 to negatives
|
D | peak_mmx_assist.s | 29 pxor %mm1,%mm0 # complement negatives 30 psubw %mm1,%mm0 # add 1 to negatives
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | bugprone-multiple-statement-macro.cpp | 58 void negatives() { in negatives() function
|
D | cppcoreguidelines-slicing.cpp | 72 void negatives() { in negatives() function
|
D | misc-uniqueptr-reset-release.cpp | 60 void negatives() { in negatives() function
|
/external/mesa3d/docs/relnotes/ |
D | 19.0.5.rst | 43 - nir: Fix nir_opt_idiv_const when negatives are involved
|
/external/python/cpython3/Lib/test/decimaltestdata/ |
D | shift.decTest | 119 -- negatives 141 -- more negatives (of sanities)
|
D | ddRotate.decTest | 130 -- negatives 152 -- more negatives (of sanities)
|
D | ddShift.decTest | 130 -- negatives 152 -- more negatives (of sanities)
|
D | rotate.decTest | 112 -- negatives 134 -- more negatives (of sanities)
|
D | dqRotate.decTest | 166 -- negatives 188 -- more negatives (of sanities)
|
D | dqShift.decTest | 166 -- negatives 188 -- more negatives (of sanities)
|
D | dqLogB.decTest | 47 -- negatives appear to be treated as positives
|
/external/python/cpython2/Lib/test/decimaltestdata/ |
D | ddShift.decTest | 130 -- negatives 152 -- more negatives (of sanities)
|
D | shift.decTest | 119 -- negatives 141 -- more negatives (of sanities)
|
D | ddRotate.decTest | 130 -- negatives 152 -- more negatives (of sanities)
|
D | rotate.decTest | 112 -- negatives 134 -- more negatives (of sanities)
|
D | dqShift.decTest | 166 -- negatives 188 -- more negatives (of sanities)
|
D | dqRotate.decTest | 166 -- negatives 188 -- more negatives (of sanities)
|
/external/crosvm/ |
D | CONTRIBUTING.md | 47 re-added (CQ+2). Unfortunately, it is extremely common for false negatives to
|
12345