Searched refs:HALF (Results 1 - 11 of 11) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dtime.cc45 const uint32 HALF = 0x80000000; member in namespace:talk_base
72 ASSERT(static_cast<uint32>(elapsed) < HALF);
87 return (diff >= 0 && static_cast<uint32>(diff) < HALF);
89 const bool later_or_equal = TimeIsBetween(earlier, later, earlier + HALF);
97 return (diff > 0 && static_cast<uint32>(diff) < HALF);
99 const bool earlier_or_equal = TimeIsBetween(later, earlier, later + HALF);
108 const bool later_or_equal = TimeIsBetween(earlier, later, earlier + HALF);
/external/qemu/audio/
H A Dmixeng_template.h31 #define HALF (IN_MAX >> 1) macro
55 return (nv - HALF) * (1.f / (mixeng_real) IN_MAX);
61 return (nv - HALF) / (mixeng_real) IN_MAX;
78 return ENDIAN_CONVERT ((IN_T) ((v * IN_MAX) + HALF));
90 return ((int64_t) nv - HALF) << (32 - SHIFT);
106 return ENDIAN_CONVERT ((IN_T) ((v >> (32 - SHIFT)) + HALF));
176 #undef HALF macro
/external/elfutils/libelf/
H A Dgelf_xlate.h55 FUNDAMENTAL (HALF, Half, LIBELFBITS);
/external/jmonkeyengine/engine/src/android/jme3tools/android/
H A DFixed.java34 public static final int HALF = ONE >> 1; field in class:Fixed
395 return n + HALF >> FIXED_POINT;
/external/mesa3d/src/glsl/
H A Dglsl_parser.h178 HALF = 395, enumerator in enum:yytokentype
H A Dglsl_parser.cpp280 HALF = 395, enumerator in enum:yytokentype
870 "LONG_TOK", "SHORT_TOK", "DOUBLE_TOK", "HALF", "FIXED_TOK", "UNSIGNED",
H A Dglsl_lexer.cpp2220 KEYWORD(110 || ES, 999, HALF);
/external/opencv/otherlibs/highgui/
H A Dgrfmt_exr.cpp63 #undef HALF macro
64 #define HALF ((Imf::PixelType)1) macro
135 // the type HALF is converted to 32 bit float
600 type = HALF;
/external/elfutils/libdwfl/
H A Drelocate.c347 #define TYPES DO_TYPE (BYTE, Byte); DO_TYPE (HALF, Half); \
/external/elfutils/src/
H A Dreadelf.c5434 DO_TYPE (HALF, Half, "0x%.4" PRIx16, "%" PRId16, 6); \
5771 BITS (16, HALF, "%6" PRId16, "0x%.4" PRIx16, 6); \
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]

Completed in 501 milliseconds