Searched refs:odd (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/os/drivers/pcmcia/
H A Dmem_op.h49 size_t odd = (n & 3); local
50 n -= odd;
55 while (odd--)
63 size_t odd = (n & 3); local
64 n -= odd;
70 while (odd--) {
80 size_t odd = (n & 1); local
81 n -= odd;
86 if (odd)
92 size_t odd local
104 size_t odd = (n & 1); local
118 size_t odd = (n & 1); local
[all...]
/haiku/src/system/libroot/posix/musl/math/
H A D__tandf.c28 float __tandf(double x, int odd) argument
53 return odd ? -1.0/r : r;
H A D__tan.c15 * Input odd indicates whether tan (if odd = 0) or -1/tan (if odd = 1) is returned.
20 * odd polynomial is not evaluated in a way that preserves -0.
22 * 3. tan(x) is approximated by a odd polynomial of degree 27 on
66 double __tan(double x, double y, int odd) argument
97 s = 1 - 2*odd;
101 if (!odd)
H A D__tanl.c101 long double __tanl(long double x, long double y, int odd) { argument
124 s = 1 - 2*odd;
128 if (!odd)
/haiku/src/apps/diskprobe/
H A DFindWindow.cpp382 bool odd = false; local
395 if (!odd)
400 odd = !odd;
402 if (odd)

Completed in 95 milliseconds