Searched defs:Le (Results 1 - 4 of 4) sorted by relevance

/external/opencv3/3rdparty/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
699 int Le = p16 & 0x7fff; local
702 if (!Le)
704 Y = exp(M_LN2/256.*(Le+.5) - M_LN2*64.);
945 int Le, C local
1032 int Le, Ce; local
1083 unsigned int Le, ue, ve; local
[all...]
/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
713 int Le = p16 & 0x7fff; local
716 if (!Le)
718 Y = exp(M_LN2/256.*(Le+.5) - M_LN2*64.);
959 int Le, C local
1046 int Le, Ce; local
1097 unsigned int Le, ue, ve; local
[all...]
/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/gmock/include/gmock/
H A Dgmock-matchers.h910 // Implements Eq(v), Ge(v), Gt(v), Le(v), Lt(v), and Ne(v)
915 GMOCK_IMPLEMENT_COMPARISON_MATCHER_(Le, <=, "is <=", "isn't <=");
1350 // Implements Eq(), Ge(), Gt(), Le(), Lt(), and Ne() respectively.
1357 Le, <=, "a pair where the first <= the second");
3461 inline internal::LeMatcher<Rhs> Le(Rhs x) { function in namespace:testing
3764 inline internal::Le2Matcher Le() { return internal::Le2Matcher(); } function in namespace:testing
3795 // EXPECT_THAT(container, SizeIs(Le(2)); // Checks container has at most 2.
3900 // EXPECT_THAT(page_lengths, Each(Key(Le(3))));

Completed in 278 milliseconds