HomeSort by relevance Sort by last modified time
    Searched defs:Le (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
symbols-3.s 43 Le: .space 8
  /external/opencv3/3rdparty/libtiff/
tif_luv.c 44 * 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;
702 if (!Le)
704 Y = exp(M_LN2/256.*(Le+.5) - M_LN2*64.);
945 int Le, Ce
    [all...]
  /external/pdfium/third_party/libtiff/
tif_luv.c 44 * 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;
716 if (!Le)
718 Y = exp(M_LN2/256.*(Le+.5) - M_LN2*64.);
959 int Le, Ce
    [all...]
  /external/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h 782 // Implements Eq(v), Ge(v), Gt(v), Le(v), Lt(v), and Ne(v)
787 GMOCK_IMPLEMENT_COMPARISON_MATCHER_(Le, <=, "is <=", "isn't <=");
    [all...]

Completed in 250 milliseconds