Searched refs:fact (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tools/
H A Dcpuidtool.c33 int fact; local
42 fact = 1;
54 *result += (xv * fact);
55 fact *= 16;
/haiku/src/system/libroot/posix/musl/math/
H A Dtgamma.c81 static const double fact[] = { variable
129 if (x <= sizeof fact/sizeof *fact)
130 return fact[(int)x - 1];
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp1644 float dx, dy, dz, dist, fact, alpha, r; local
1712 fact = 1.0;
1714 fact *= 0.55;
1715 dx *= fact;
1716 dy *= fact;
1717 dz *= fact;
1768 fact = 0.5;
1770 fact *= 0.55;
1771 dx *= fact;
1772 dy *= fact;
[all...]
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex174 As there is in fact no good reason to have different resource file formats,
608 in fact not even the exact length and meaning of the fields of the resources

Completed in 105 milliseconds