Searched refs:Gxx (Results 1 – 8 of 8) sorted by relevance
/external/libaom/libaom/aom_dsp/ |
D | noise_model.c | 585 double Gxx = 0, Gxy = 0, Gyy = 0; in aom_flat_block_finder_run() local 601 Gxx += gx * gx; in aom_flat_block_finder_run() 612 Gxx /= ((block_size - 2) * (block_size - 2)); in aom_flat_block_finder_run() 618 const double trace = Gxx + Gyy; in aom_flat_block_finder_run() 619 const double det = Gxx * Gyy - Gxy * Gxy; in aom_flat_block_finder_run()
|
/external/llvm/test/Transforms/InstSimplify/ |
D | compare.ll | 1245 %Gxx = icmp sle i32 %Ax, %Cxx 1287 call void @helper_i1(i1 %Gxx) 1324 ; CHECK: call void @helper_i1(i1 %Gxx)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/ |
D | compare.ll | 1246 %Gxx = icmp sle i32 %Ax, %Cxx 1288 call void @helper_i1(i1 %Gxx) 1325 ; CHECK: call void @helper_i1(i1 %Gxx)
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | b76166193af16ddbed52abd31573238b.0000912b.honggfuzz.cov | 80 …U��r�t�7�] �ז�|Y���/�{+�V��x�6�� �����M��_��,P-����r���9�dM�ᬺGxx��곕%6�����%�}\3c�Ғ+…
|
D | 33669c894e816b62c58f74ef35e32735.0000912b.honggfuzz.cov | 133 …U��r�t�7�] �ז�|Y���/�{+�V��x�6�� �����M��_��,P-����r���9�dM�ᬺGxx��곕%6�����%�}\3c�Ғ+…
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 33669c894e816b62c58f74ef35e32735.0000912b.honggfuzz.cov | 133 …U��r�t�7�] �ז�|Y���/�{+�V��x�6�� �����M��_��,P-����r���9�dM�ᬺGxx��곕%6�����%�}\3c�Ғ+…
|
/external/python/cpython3/Doc/library/ |
D | itertools.rst | 763 # grouper('ABCDEFG', 3, 'x') --> ABC DEF Gxx"
|
/external/python/cpython2/Doc/library/ |
D | itertools.rst | 754 # grouper('ABCDEFG', 3, 'x') --> ABC DEF Gxx
|