Searched refs:half (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/translators/exr/
H A DEXRGamma.h21 float operator() (half h);
H A DEXRGamma.cpp68 Gamma::operator() (half h)
/haiku/src/tests/add-ons/kernel/file_systems/bfs/
H A Dbfs_attribute_iterator_test.cpp255 int32 half = count / 2; local
258 half & 1 ? half - 1 : half + 1, half - 2, half + 2);
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Dmpexp.h87 /**/ half = {{0x3fe00000, 0x00000000} }; /* 1/2 */ variable
146 /**/ half = {{0x00000000, 0x3fe00000} }; /* 1/2 */ variable
156 #define HALF half.d
/haiku/src/add-ons/translators/raw/
H A DLibRAW.h83 void SetHalfSize(bool half);
H A DRAWTranslator.cpp224 bool half; local
225 if (settings->FindBool("raw:half_size", &half) == B_OK && half)
H A DLibRAW.cpp339 LibRAW::SetHalfSize(bool half) argument
341 OUT.half_size = half;
H A DRAW.h78 void SetHalfSize(bool half);
H A DRAW.cpp3701 DCRaw::SetHalfSize(bool half)
3703 fHalfSize = half;
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dpll.cpp878 unsigned int half = p / 2; local
880 if (half == 1 || half == 2 || half == 3 || half == 5) {
883 *p2 = half;
884 } else if (half % 2 == 0) {
886 *p1 = half / 2;
888 } else if (half % 3 == 0) {
890 *p1 = half /
[all...]

Completed in 84 milliseconds