Searched defs:Le (Results 1 - 5 of 5) 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/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/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/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))));

Completed in 2346 milliseconds