Searched refs:Le (Results 1 - 23 of 23) sorted by relevance

/external/pdfium/third_party/libtiff/
H A Dtif_luv.c44 * L = 2^( (Le+.5)/256 - 64 ) # real from 15-bit
46 * Le = floor( 256*(log2(L) + 64) ) # 15-bit from real
96 * S Le ue ve
102 * Le' Ce
108 * L = 2^((Le'+.5)/64 - 12) # real from 10-bit
110 * Le' = floor( 64*(log2(L) + 12) ) # 10-bit from real
746 int Le = p16 & 0x7fff; local
749 if (!Le)
751 Y = exp(M_LN2/256.*(Le+.5) - M_LN2*64.);
992 int Le, C local
1079 int Le, Ce; local
1130 unsigned int Le, ue, ve; local
[all...]
/external/libpng/contrib/pngminus/
H A Dmakevms.com82 $ If arg .Le. 8 Then Goto Loop
/external/google-breakpad/src/testing/test/
H A Dgmock-matchers_test.cc93 using testing::Le;
832 // Tests that Le(v) matches anything <= v.
834 Matcher<char> m1 = Le('b');
840 // Tests that Le(v) describes itself properly.
842 Matcher<int> m = Le(5);
1848 // Tests that Le() matches a 2-tuple where the first field <= the
1851 Matcher<const Tuple2&> m = Le();
1857 // Tests that Le() describes itself properly.
1859 Matcher<const Tuple2&> m = Le();
1931 m = AllOf(Le(
[all...]
H A Dgmock_link_test.h70 // Gt, Lt, Ge, Le, Ne
151 using testing::Le;
494 // Tests the linkage of the Lt, Gt, Le, Ge, and Ne matchers.
500 ON_CALL(mock, VoidFromFloat(Le(1.0f))).WillByDefault(Return());
/external/googletest/googlemock/test/
H A Dgmock_link_test.h70 // Gt, Lt, Ge, Le, Ne
151 using testing::Le;
494 // Tests the linkage of the Lt, Gt, Le, Ge, and Ne matchers.
500 ON_CALL(mock, VoidFromFloat(Le(1.0f))).WillByDefault(Return());
H A Dgmock-matchers_test.cc102 using testing::Le;
956 // Tests that Le(v) matches anything <= v.
958 Matcher<char> m1 = Le('b');
964 // Tests that Le(v) describes itself properly.
966 Matcher<int> m = Le(5);
1972 // Tests that Le() matches a 2-tuple where the first field <= the
1975 Matcher<const Tuple2&> m = Le();
1981 // Tests that Le() describes itself properly.
1983 Matcher<const Tuple2&> m = Le();
2055 m = AllOf(Le(
[all...]
H A Dgmock-generated-matchers_test.cc67 using testing::Le;
664 { Eq(1), Ne(-2), Ge(3), Le(4), Eq(5) }));
666 { Eq(1), Ne(-2), Ge(3), Le(4), Eq(6) })));
H A Dgmock-internal-utils_test.cc474 AllOf(Ge(expected_skip_count), Le(expected_skip_count + 10)));
/external/libpng/scripts/
H A Dmakevms.com132 $ If arg .Le. 8 Then Goto Loop
/external/v8/testing/gmock/test/
H A Dgmock_link_test.h70 // Gt, Lt, Ge, Le, Ne
151 using testing::Le;
494 // Tests the linkage of the Lt, Gt, Le, Ge, and Ne matchers.
500 ON_CALL(mock, VoidFromFloat(Le(1.0f))).WillByDefault(Return());
H A Dgmock-matchers_test.cc102 using testing::Le;
956 // Tests that Le(v) matches anything <= v.
958 Matcher<char> m1 = Le('b');
964 // Tests that Le(v) describes itself properly.
966 Matcher<int> m = Le(5);
1972 // Tests that Le() matches a 2-tuple where the first field <= the
1975 Matcher<const Tuple2&> m = Le();
1981 // Tests that Le() describes itself properly.
1983 Matcher<const Tuple2&> m = Le();
2055 m = AllOf(Le(
[all...]
H A Dgmock-generated-matchers_test.cc67 using testing::Le;
664 { Eq(1), Ne(-2), Ge(3), Le(4), Eq(5) }));
666 { Eq(1), Ne(-2), Ge(3), Le(4), Eq(6) })));
H A Dgmock-internal-utils_test.cc473 AllOf(Ge(expected_skip_count), Le(expected_skip_count + 10)));
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h782 // Implements Eq(v), Ge(v), Gt(v), Le(v), Lt(v), and Ne(v)
787 GMOCK_IMPLEMENT_COMPARISON_MATCHER_(Le, <=, "is <=", "isn't <=");
1190 // Implements Eq(), Ge(), Gt(), Le(), Lt(), and Ne() respectively.
1197 Le, <=, "a pair where the first <= the second");
2741 inline internal::LeMatcher<Rhs> Le(Rhs x) { function in namespace:testing
3012 inline internal::Le2Matcher Le() { return internal::Le2Matcher(); } function in namespace:testing
3136 // EXPECT_THAT(page_lengths, Each(Key(Le(3))));
/external/zlib/src/
H A Dmake_vms.com285 $ If arg .Le. 8 Then Goto Loop
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3778 inline internal::LeMatcher<Rhs> Le(Rhs x) { function in namespace:testing
4094 inline internal::Le2Matcher Le() { return internal::Le2Matcher(); } function in namespace:testing
4125 // EXPECT_THAT(container, SizeIs(Le(2)); // Checks container has at most 2.
4309 // EXPECT_THAT(page_lengths, Each(Key(Le(3))));
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h3778 inline internal::LeMatcher<Rhs> Le(Rhs x) { function in namespace:testing
4094 inline internal::Le2Matcher Le() { return internal::Le2Matcher(); } function in namespace:testing
4125 // EXPECT_THAT(container, SizeIs(Le(2)); // Checks container has at most 2.
4309 // EXPECT_THAT(page_lengths, Each(Key(Le(3))));
/external/v8/src/asmjs/
H A Dasm-wasm-builder.cc1614 BINOP_CASE(Token::LTE, Le, SIGNED_BINOP, false);
/external/fmtlib/test/gmock/
H A Dgmock.h5566 // Implements Eq(v), Ge(v), Gt(v), Le(v), Lt(v), and Ne(v)
5571 GMOCK_IMPLEMENT_COMPARISON_MATCHER_(Le, <=, "is <=", "isn't <=");
6006 // Implements Eq(), Ge(), Gt(), Le(), Lt(), and Ne() respectively.
6013 Le, <=, "a pair where the first <= the second");
8117 inline internal::LeMatcher<Rhs> Le(Rhs x) { function in namespace:testing
8420 inline internal::Le2Matcher Le() { return internal::Le2Matcher(); } function in namespace:testing
8451 // EXPECT_THAT(container, SizeIs(Le(2)); // Checks container has at most 2.
8556 // EXPECT_THAT(page_lengths, Each(Key(Le(3))));
/external/webrtc/data/voice_engine/stereo_rtp_files/
H A Dtoggling_stereo_g729_pt18_pt125.rtp2696 �( ��}6����I��Xʐʴ<YS�Lʐʴ<YS�L( ��}6���I��X\KN����\KN����( �$�}6���eI��XBT���i����BT���i����( �.�}6����I��X�{L���ָ�x�{L���ָ�x( �8�}6���I��X0��^>�U�r0��^>�U�r( �B�}6���UI��Xr��~�����r��~�����( �L�}6����I��Xr i��K�yr i��K�y( �V�}6����I��X�Le ? 8��Le ? 8�( �`�}6���EI��X0���]�q��0���]�q��( �j�}6����I��X��K�ѣ�����K�ѣ���( �t�}6����I��Xn�L6%_0��n�L6%_0��( �~�}6���5I��X�Z���`�~O�Z���`�~O( �}6����I��XI� ��`�I� ��`�( �}6����I��Xy�K��fr��Ay�K��fr��A( �}6���%I��Xm�L%͊�߼�m�L%͊�߼�( �}6���uI��X6;L���rţq6;L���rţq( �}6����I��X ��5�2Y
H A Dhrtf_g722_1C_48.rtp685 <�}��Y�I��X�X*%�����D'K�Le����qj� ��֫�����Ѕ�rF1���"U�,g�ʼnI���&�WObiQ�
4753 ��'�:��[�2�j<^$�Le��Z�e)�j�b�؀kt�J�����j� ��(C>1v����ɂ)O\p���6��� �Zl��(.�����C�}d���I��X�?�@�m{���H���M�'T��3J�1��а�d�\7�ցo��|@����ߵ'XX>�N��9�2[�"�[�*e�6���HK�7J��V0}��H�sL��o���څ���bz~- �E�K�~# ��g��m:\:�fS�g���5,��(�|�u��>F��.����ϙ���e����(�.6����S�f�.�. �Uk��O1�4M+4�����V��&����C�}e��EI��X?\zWUP5+BK�
H A Dhrtf_g722_1C_48_jitterT2.rtp676 g�?��9��5>����W���?���٢�=�+DDPjĆ�s�u�~���H�Q]� ��?�=�#w-g6@���<��.����` ��8b� "����^W]cNV, ����g��|h9�L� �*������� ��}��Y�I��X�X*%�����D'K�Le����qj� ��֫�����Ѕ�rF1���"U�,g�ʼnI���&�WObiQ�
4695 ��'�:��[�2�j<^$�Le��Z�e)�j�b�؀kt�J�����j� ��(C>1v����ɂ)O\p���6��� �Zl��(.�����C�}e��EI��X?\zWUP5+BK�
/external/webrtc/talk/media/testdata/
H A Dh264-svc-99-640x360.rtpdump2004 �s�u�꠆4�'C��sL�D��q-r'�N[h��3/(Wn���?+�^��P q+� {�,���xg���qrџ���i;�]����Ƀ���X�Z�۾��)�/s�^M��X�� ����t�M���M=]�}|���;�:/�34+�c��/O�|;�@{�$��oW=�3��+K�pS��If���}��G�4�8���M)��V�S(�5&'��ñ�Qi�J�-�ݏj��+u��]��V��ʧ(�f3u���W�Qꊪ�a~���L���C��J&x�"�<��겓Y�I^'�c�� �!�b|9��,��'�PAOԚjp�c�]�3��*�$L�/��g���}��.������!���:��؟�N�v6�2g-��� lO�L����p&��fj�؟Þ�O�b|+��)�b~H��Kh�?��0��y�zW�(�ӟ��QM�����$�M��?��{��oB��V�EUUk�L�g��=�2���'ÿ���y�˅�b�?���'���痱?�80^<��?ß���������'ćaR���^=��I)�� �b�y'.xGv��3�nn�m��9�?�mv�����eW���:�,���! n�Le澔��=_��;�b���0S���1�95z�ֿŽ� ���O�'���_~����L᝘7�aO��ĂH�h5ؾ�����o= �
3036 �{D_��{-�/Oݚ��ߴn+x���8M�ag���|�g��_��ܞ_3��<{̬¥_��w��/j��-�OLe����7�f1�$6g��Y�����Z�� A��{{��)A�����4o�⊻L�N ��j�>@�էI�
4071 �c&������f��fe�X�rb8>����4��Y�rJΠBB���SN��4h��~C�pޒ�s�`.�?��n�60�x�J·b%�.VĐ�� �Z��F�L~f:����Qظ��N��z<0:T�aŃ�|6�~R`%�����Wg`�Ӯ<=��'$xz��H�Q�<)J1��Ɗ!����Wr὆4� ���s����_���ʼ�*^�'b���FO�_;Yk�SK������]m�Txh Q�K�>^��t=� ����*= �(hIU��dp�wÈZ� A�e�$xh����� X�H��^<�7���}a<�����o��Ф L)��-5��>�E΁��f%�L��s�B� �~�0^/kd�Ŕ�=M""Tc�T�-+���l�$mNU=�ռ7$�Ȟ����~\_G�)��><��J��ॆ�&�<�j/�th��>` [h�"�%���{�t�;x�ݳzM�@�&�m��-<0�_l��\k�o�yƎW�;A����,^�UM��'�A���x�.���[(��i�>���6�ݔ�d�(�Dѭ�s��6� �A�P�?@k�/��B���Q[ءE�jU�4]�?�~�>h�~��me ,n�J�H��7>,d�ݕY��3jN����,�N2���l�5��ŗ ̅%7#aS?h@4�����5s+;Śb<"ճ0@��;CO��g��.xo1!���m`b��#*h`Z uo�G�iC���:Hxv-T v��78���8�$�A�Hc����ﶚ��A@q̽�����SԕC���)�P��3)���/�c� �s›7�~� �������x� ������k��@�T�)=� ��b�񰁴c䇆S(���_IV³�.#���M���� ��������zQ��ٔY���Le��z �����^��lQ+��=��}-L��;�S9כ\A��BX)A������}����=�E�Q�`?�f�1�oB"=��r#h�mA?&��@��'� �x]�a��a���f� ���Z�nj����̓�Q(� �f�.����^��a�5@����m��%��-�
6795 �!�_q�ʞc���2��~�ƀ�|�2L��Le�`�u�F=��qp��@�:�!���"�2�BgO�p�i�l.���؈b�@ㆂ�� �9��6l&,��'ΣK����m�xD�5�<u��9K��l���q�
8856 i~V�i�p�au߂;V��,#������~�Le�8����|��3���L�%�i� -V J�kݫ/��|�V� ��%�ư�.�����O����ᗧK���[�ߪ„u��x��8�q$+q.<�>�,17�!��M|��#�n���6�7���\f��io�t*����Zx�ؕL�h�������ӭb~�p�/����I� 1�����{çe�Ǔ���*� i��
10603 �ٓA�5匿Ixn�����������i�VTJ�!��z^��_��As�+�#����Gʊ��W�Բ��(���q�F�R/ �œ�XC�z1h�к��L�з��3�����S�ٜ߆��b�9�Y��' A��ˢ��2����o �B��Z�d7���S��vD��H�k+�^֊�_���oJm� ��f�m��Iwi:�~�T��n�?�j�����M�x��5P,��ð;Kj��۵1���|=4m��K��)�`�x���`��ь��n��k���OO��8 rۇ�$Le�G� � *J�*����l�m��P��Zׇ�Y�zi� �GV�U�O�m�}2 <�:L`M�x����oh'��O$xΆ��b>y���X%��~e 3~��J�3��� ��kþ�<��i�]O�t�����Ҿ�+%��c�>����1'i�)�&D��u?�+GA�A}Z�*�����GKx�s�`ٯ���z<�[6��o�dI�Q����oΏ����@n�i�j���_]i�N��_-T�xY�S��|���0o�I���� ��ؿ�������n\y�Mo���W�E�� ��密��N� M��rn̂��M?F�^�1�P���^�C�^�]?fRF�q����{䴴�g��f�d%`�p����-�j@��|���W�����Q��:�������-Đc)�˹��f��f��z��r�8>��G��4��wrJΠJD�,=�.׶67Eɜ�H�^tA�(�c�o�

Completed in 867 milliseconds