OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HALF
(Results
1 - 6
of
6
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
time.cc
45
const uint32
HALF
= 0x80000000;
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/
mixeng_template.h
31
#define
HALF
(IN_MAX >> 1)
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
/external/opencv/otherlibs/highgui/
grfmt_exr.cpp
51
#include <OpenEXR/
half
.h>
55
#pragma comment(lib, "
Half
.lib")
63
#undef
HALF
64
#define
HALF
((Imf::PixelType)1)
135
// the type
HALF
is converted to 32 bit float
600
type =
HALF
;
642
buffer = (char *)new
half
[width * channels];
704
half
*buf = (
half
*)buffer;
/external/mesa3d/src/glsl/
glsl_parser.h
178
HALF
= 395,
glsl_parser.cpp
280
HALF
= 395,
870
"LONG_TOK", "SHORT_TOK", "DOUBLE_TOK", "
HALF
", "FIXED_TOK", "UNSIGNED",
[
all
...]
/external/collada/include/1.4/dom/
domTypes.h
[
all
...]
Completed in 262 milliseconds