Home
last modified time | relevance | path

Searched refs:Gxx (Results 1 – 8 of 8) sorted by relevance

/external/libaom/libaom/aom_dsp/
Dnoise_model.c585 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/
Dcompare.ll1245 %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/
Dcompare.ll1246 %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/
Db76166193af16ddbed52abd31573238b.0000912b.honggfuzz.cov80 …U��r�t�7�] �ז�|Y���/�{+�V��x�6�� �����M��_��,P-����r���9�dM�ᬺGxx��곕%6�����%�}\3c�Ғ+…
D33669c894e816b62c58f74ef35e32735.0000912b.honggfuzz.cov133 …U��r�t�7�] �ז�|Y���/�{+�V��x�6�� �����M��_��,P-����r���9�dM�ᬺGxx��곕%6�����%�}\3c�Ғ+…
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D33669c894e816b62c58f74ef35e32735.0000912b.honggfuzz.cov133 …U��r�t�7�] �ז�|Y���/�{+�V��x�6�� �����M��_��,P-����r���9�dM�ᬺGxx��곕%6�����%�}\3c�Ғ+…
/external/python/cpython2/Doc/library/
Ditertools.rst754 # grouper('ABCDEFG', 3, 'x') --> ABC DEF Gxx
/external/python/cpython3/Doc/library/
Ditertools.rst763 # grouper('ABCDEFG', 3, 'x') --> ABC DEF Gxx"