Searched refs:d1 (Results 26 - 38 of 38) sorted by relevance

12

/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstrtod.c1354 mp_limb_t d0, d1, n0, n1; variable
1359 d1 = den[1];
1363 if (num[0] >= d1)
1402 if (n1 == d1)
1409 r = n0 + d1;
1410 if (r < d1) /* Carry in the addition? */
1420 udiv_qrnnd (quot, r, n1, n0, d1);
1431 r += d1;
1432 if (r >= d1) /* If not carry, test QUOT again. */
1448 mp_limb_t cy, dX, d1, n variable
[all...]
/haiku/src/system/boot/platform/amiga_m68k/
H A Dstage1.S118 move.l %a0,%d1
192 move.l #30,%d1
H A Drom_calls.h42 register int _d1 __asm("d1"); \
59 register int _d1 __asm("d1"); \
74 register int _d1 __asm("d1"); \
93 register int _d1 __asm("d1"); \
110 register int _d1 __asm("d1"); \
130 register int _d1 __asm("d1"); \
148 register int _d1 __asm("d1"); \
167 register int _d1 __asm("d1"); \
188 register int _d1 __asm("d1"); \
207 register int _d1 __asm("d1"); \
[all...]
/haiku/src/system/libroot/posix/stdlib/
H A Dstrtod.c883 ULong d0, d1; local
886 #define d1 word1(d) macro
901 d1 = (y << ((32-Ebits) + k)) | (w >> (Ebits - k));
908 d1 = (z << k) | (y >> (32 - k));
911 d1 = z;
919 d1 = z << k + 16 - Ebits | w << k - Ebits | y >> 16 + Ebits - k;
927 d1 = w << k + 16 | y << k;
932 word1(d) = d1 >> 16 | d1 << 16;
935 #undef d1
948 ULong d0, d1; local
953 #define d1 macro
1058 #undef d1 macro
[all...]
/haiku/src/apps/haikudepot/build/scripts/
H A Dhdsjsonschemacommon.py38 def uniondicts(d1, d2):
39 d = dict(d1)
/haiku/headers/libs/agg/
H A Dagg_renderer_outline_image.h121 color_type* d1; local
125 d1 = m_buf.row_ptr(y + m_dilation) + m_dilation;
128 *d1++ = src.pixel(x, y);
138 d1 = m_buf.row_ptr(m_dilation + m_height + y) + m_dilation;
142 //*d1++ = color_type(*s1++, 0);
144 *d1++ = color_type::no_color();
154 d1 = m_buf.row_ptr(y) + m_dilation + m_width;
159 *d1++ = *s1++;
H A Dagg_math_stroke.h223 double d1 = calc_distance(v1.x, v1.y, xi, yi); local
225 if(d1 <= lim)
H A Dagg_trans_perspective.h340 double d1 = w0 * ty - shy * w2; local
342 double d = sx * d0 + shx * d1 + tx * d2;
351 shy = d * d1;
/haiku/src/libs/glut/
H A Dglut_shapes.c318 GLfloat n0[3], d1[3], d2[3]; local
320 DIFF3(dodec[a], dodec[b], d1);
322 crossprod(d1, d2, n0);
/haiku/src/add-ons/translators/wonderbrush/support/
H A Dblending.h39 uint8* d1, uint8* d2, uint8* d3, uint8* da) // dest components
43 *d1 = kInverseGammaTable[(b1 * destAlpha + t1 * ta) / 255];
52 *d1 = kInverseGammaTable[(b1 * alphaDest + t1 * alphaSrc) / alphaTemp];
63 uint8* d1, uint8* d2, uint8* d3, uint8* da) // dest components
76 d1, d2, d3, da);
37 blend_gamma(uint16 b1, uint16 b2, uint16 b3, uint8 ba, uint16 t1, uint16 t2, uint16 t3, uint8 ta, uint8* d1, uint8* d2, uint8* d3, uint8* da) argument
61 blend(uint8 b1, uint8 b2, uint8 b3, uint8 ba, uint8 t1, uint8 t2, uint8 t3, uint8 ta, uint8* d1, uint8* d2, uint8* d3, uint8* da) argument
/haiku/src/libs/icon/
H A DIconUtils.cpp121 float d1, d2, d3, d4; local
147 d1 = (1 - t) * (1 - u);
159 out.blue = (uint8)(p1.blue * d1 + p2.blue * d2 + p3.blue * d3
161 out.green = (uint8)(p1.green * d1 + p2.green * d2 + p3.green * d3
163 out.red = (uint8)(p1.red * d1 + p2.red * d2 + p3.red * d3
165 out.alpha = (uint8)(p1.alpha * d1 + p2.alpha * d2 + p3.alpha * d3
/haiku/src/system/kernel/arch/m68k/
H A Darch_int.cpp110 dprintf(" d0 0x%08lx d1 0x%08lx d2 0x%08lx d3 0x%08lx\n",
124 dprintf("r0-r3: 0x%08lx 0x%08lx 0x%08lx 0x%08lx\n", frame->d0, frame->d1, frame->d2, frame->d3);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacmacros.h603 #define ACPI_INIT_UUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \
607 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7)

Completed in 161 milliseconds

12