Home
last modified time | relevance | path

Searched refs:x3 (Results 1 – 25 of 29) sorted by relevance

12

/haiku/headers/libs/agg/
H A Dagg_curves.h43 double x3, double y3) : in curve3_inc() argument
46 init(x1, y1, x2, y2, x3, y3); in curve3_inc()
52 double x3, double y3);
106 double x3, double y3) : in curve3_div() argument
111 init(x1, y1, x2, y2, x3, y3); in curve3_div()
117 double x3, double y3);
148 double x3, double y3);
151 double x3, double y3,
174 double x3, double y3, in curve4_points()
178 cp[4] = x3; cp[5] = y3; cp[6] = x4; cp[7] = y4; in curve4_points()
[all …]
H A Dagg_math.h47 double x3, double y3, in point_in_triangle() argument
51 bool cp2 = cross_product(x2, y2, x3, y3, x, y) < 0.0; in point_in_triangle()
52 bool cp3 = cross_product(x3, y3, x1, y1, x, y) < 0.0; in point_in_triangle()
151 double x3, double y3, double x4, double y4) in intersection_exists() argument
157 double dx2 = x4 - x3; in intersection_exists()
159 return ((x3 - x2) * dy1 - (y3 - y2) * dx1 < 0.0) != in intersection_exists()
192 double x3, double y3, in dilate_triangle() argument
202 double loc = cross_product(x1, y1, x2, y2, x3, y3); in dilate_triangle()
205 if(cross_product(x1, y1, x2, y2, x3, y3) > 0.0) in dilate_triangle()
210 calc_orthogonal(d, x2, y2, x3, y3, &dx2, &dy2); in dilate_triangle()
[all …]
H A Dagg_span_gouraud.h51 double x3, double y3, in span_gouraud() argument
56 triangle(x1, y1, x2, y2, x3, y3, d); in span_gouraud()
76 double x3, double y3, in triangle() argument
83 m_coord[2].x = m_x[2] = x3; in triangle()
H A Dagg_rasterizer_outline_aa.h425 int x3, y3; in render() local
436 x3 = v->x; in render()
439 line_parameters lp2(x2, y2, x3, y3, lnext); in render()
452 x2 + (y3 - y2), y2 - (x3 - x2)); in render()
454 m_ren->line3(lp2, x2 + (y3 - y2), y2 - (x3 - x2), in render()
455 x3 + (y3 - y2), y3 - (x3 - x2)); in render()
464 x3 + (y3 - y2), y3 - (x3 - x2)); in render()
468 m_ren->semidot(cmp_dist_end, x3, y3, x3 + (y3 - y2), y3 - (x3 - x2)); in render()
H A Dagg_span_gouraud_gray.h98 double x3, double y3,
100 base_type(c1, c2, c3, x1, y1, x2, y2, x3, y3, d) in base_type() argument
H A Dagg_span_gouraud_rgba.h110 double x3, double y3,
112 base_type(c1, c2, c3, x1, y1, x2, y2, x3, y3, d) in base_type() argument
/haiku/src/libs/agg/src/
H A Dagg_curves.cpp46 double x3, double y3) in init() argument
50 m_end_x = x3; in init()
55 double dx2 = x3 - x2; in init()
70 double tmpx = (x1 - x2 * 2.0 + x3) * subdivide_step2; in init()
131 double x3, double y3) in init() argument
136 bezier(x1, y1, x2, y2, x3, y3); in init()
143 double x3, double y3, in recursive_bezier() argument
155 double x23 = (x2 + x3) / 2; in recursive_bezier()
160 double dx = x3-x1; in recursive_bezier()
162 double d = fabs(((x2 - x3) * dy - (y2 - y3) * dx)); in recursive_bezier()
[all …]
/haiku/src/tests/libs/linprog/
H A DProgram.cpp58 Variable* x3 = ls.AddVariable(); in SoftConstraints() local
59 x3->SetLabel("label_x3"); in SoftConstraints()
63 Constraint* c3 = ls.AddConstraint(1, x2, -1, x3, kLE, 0); in SoftConstraints()
64 Constraint* c4 = ls.AddConstraint(1, x3, -1, x1, kEQ, 20); in SoftConstraints()
67 Constraint* c6 = ls.AddConstraint(1, x3, -1, x2, kEQ, 5, 5, 5); in SoftConstraints()
90 Variable* x3 = ls.AddVariable(); in SoftInequalityConstraints() local
91 x3->SetLabel("label_x3"); in SoftInequalityConstraints()
95 Constraint* c3 = ls.AddConstraint(1, x2, -1, x3, kLE, 0); in SoftInequalityConstraints()
96 Constraint* c4 = ls.AddConstraint(1, x3, -1, x1, kEQ, 20); in SoftInequalityConstraints()
99 Constraint* c6 = ls.AddConstraint(1, x3, -1, x2, kGE, 10, 5000, 5); in SoftInequalityConstraints()
/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_sqrt.c191 u_int x0, x1, x2, x3; local
222 FPU_ADDS(x3, x3, x3); FPU_ADDCS(x2, x2, x2); \
228 x2 = (x2 << 1) | (x3 >> 31); x3 <<= 1; \
241 x3 = x->fp_mant[3];
361 FPU_SUBS(d3, x3, t3);
366 x0 = d0, x1 = d1, x2 = d2; x3 = d3;
374 FPU_SUBS(d3, x3, t3);
379 x0 = d0, x1 = d1, x2 = d2; x3 = d3;
391 x->fp_sticky = x0 | x1 | x2 | x3;
H A Dfpu_mul.c103 u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m; local
142 x3 = x->fp_mant[3];
149 FPU_ADDS(a3, a3, x3); \
/haiku/src/apps/glteapot/
H A DFPS.cpp43 static GLfloat x3 = -x0; in drawChar() local
60 glVertex2f(x3 + x, y1 + y); in drawChar()
61 glVertex2f(x3 + x, y2 + y); in drawChar()
65 glVertex2f(x3 + x, y4 + y); in drawChar()
66 glVertex2f(x3 + x, y5 + y); in drawChar()
/haiku/src/system/kernel/arch/arm64/
H A Darch_asm.S33 stp x2, x3, [x19, #(IFRAME_x + 2 * 8)]
59 mrs x3, ESR_EL1
65 str x3, [x19, #(IFRAME_esr)]
78 ldp x2, x3, [x19, #(IFRAME_x + 2 * 8)]
249 mrs x3, FPCR
250 cmp x3, x2
267 mrs x3, TPIDR_EL0
268 stp x2, x3, [x0], #16
283 ldp x2, x3, [x1], #16
285 msr TPIDR_EL0, x3
[all …]
/haiku/src/tests/servers/app/painter/
H A DShapeConverter.cpp78 double x3 = bezierPts[2].x; in IterateBezierTo() local
83 Transform(&x3, &y3); in IterateBezierTo()
85 fPath->curve4(x1, y1, x2, y2, x3, y3); in IterateBezierTo()
/haiku/src/libs/bsd/
H A Dchacha_private.h91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
126 x3 = j3; in chacha_encrypt_bytes()
143 QUARTERROUND( x3, x7,x11,x15) in chacha_encrypt_bytes()
147 QUARTERROUND( x3, x4, x9,x14) in chacha_encrypt_bytes()
152 x3 = PLUS(x3,j3); in chacha_encrypt_bytes()
170 x3 = XOR(x3,U8TO32_LITTLE(m + 12)); in chacha_encrypt_bytes()
194 U32TO8_LITTLE(c + 12,x3); in chacha_encrypt_bytes()
/haiku/src/kits/interface/
H A DAffineTransform.cpp665 double x3 = 0.0; in GetAffineParameters() local
674 t.Apply(&x3, &y3); in GetAffineParameters()
677 double shearY = x3 - x1; in GetAffineParameters()
684 x3 = 0.0; in GetAffineParameters()
692 t.Apply(&x3, &y3); in GetAffineParameters()
/haiku/src/libs/agg/font_freetype/
H A Dagg_font_freetype.cpp156 double x1, y1, x2, y2, x3, y3; in decompose_ft_outline() local
345 x3 = int26p6_to_dbl(vec.x); in decompose_ft_outline()
350 mtx.transform(&x3, &y3); in decompose_ft_outline()
355 value_type(dbl_to_int26p6(x3)), in decompose_ft_outline()
371 x3 = int26p6_to_dbl(v_start.x); in decompose_ft_outline()
376 mtx.transform(&x3, &y3); in decompose_ft_outline()
381 value_type(dbl_to_int26p6(x3)), in decompose_ft_outline()
/haiku/src/servers/app/font/
H A DFontEngine.cpp68 double x1, y1, x2, y2, x3, y3; in decompose_ft_outline() local
236 x3 = int26p6_to_dbl(vec.x); in decompose_ft_outline()
243 value_type(dbl_to_int26p6(x3)), in decompose_ft_outline()
259 x3 = int26p6_to_dbl(v_start.x); in decompose_ft_outline()
266 value_type(dbl_to_int26p6(x3)), in decompose_ft_outline()
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Dcrt0-efi-arm64.S140 mov x3, x1
/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.cpp415 double x3 = x - 5.0; in _StrokeBWPoint() local
435 m.transform(&x3, &y3); in _StrokeBWPoint()
441 p[3] = BPoint(x3, y3); in _StrokeBWPoint()
H A DTransformBox.cpp660 double x3 = x - 5.0; in _StrokeBWPoint() local
680 m.transform(&x3, &y3); in _StrokeBWPoint()
686 p[3] = BPoint(x3, y3); in _StrokeBWPoint()
/haiku/src/apps/haikudepot/textview/
H A DParagraphLayout.cpp464 float x3; in TextOffsetAt() local
466 x3 = fGlyphInfos[textOffset + 1].x; in TextOffsetAt()
468 x3 = x2; in TextOffsetAt()
470 if (x3 > x) { in TextOffsetAt()
/haiku/docs/develop/media/
H A DNotifications.txt9 data[2]: 0x3 (3, '')
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Daes.c107 uint32_t x0, x1, x2, x3, x4, x5, x6, x7; in aes_ct_bitslice_Sbox() local
125 x3 = q[4]; in aes_ct_bitslice_Sbox()
134 y14 = x3 ^ x5; in aes_ct_bitslice_Sbox()
136 y9 = x0 ^ x3; in aes_ct_bitslice_Sbox()
140 y4 = y1 ^ x3; in aes_ct_bitslice_Sbox()
/haiku/src/build/libgnuregex/
H A Dregex.c467 #define DEBUG_PRINT3(x1, x2, x3) if (debug) printf (x1, x2, x3) argument
468 #define DEBUG_PRINT4(x1, x2, x3, x4) if (debug) printf (x1, x2, x3, x4) argument
781 #define DEBUG_PRINT3(x1, x2, x3) argument
782 #define DEBUG_PRINT4(x1, x2, x3, x4) argument
/haiku/src/libs/zydis/Zydis/Generated/
H A DDecoderTables.inc19x3), ZYDIS_DEFINITION(0x5, 0x26), ZYDIS_DEFINITION(0x6, 0x27), ZYDIS_FILTER(ZYDIS_NODETYPE_FILTER_…
20 …ILTER_MANDATORY_PREFIX, 0x25), ZYDIS_FILTER(ZYDIS_NODETYPE_FILTER_OPCODE, 0x3), ZYDIS_INVALID, ZYD…
111 { ZYDIS_DEFINITION(0x1, 0x85), ZYDIS_FILTER(ZYDIS_NODETYPE_FILTER_ADDRESS_SIZE, 0x3) },
143 { ZYDIS_FILTER(ZYDIS_NODETYPE_FILTER_MODE_AMD, 0x3), ZYDIS_DEFINITION(0x9, 0x28C) },
188 { ZYDIS_INVALID, ZYDIS_FILTER(ZYDIS_NODETYPE_FILTER_OPERAND_SIZE, 0x3) },
364 { ZYDIS_INVALID, ZYDIS_DEFINITION(0x3, 0x4) },
365 { ZYDIS_INVALID, ZYDIS_DEFINITION(0x3, 0x1) },
405 { ZYDIS_DEFINITION(0x1, 0x2), ZYDIS_DEFINITION(0x1, 0x3) },
426 …DETYPE_FILTER_MANDATORY_PREFIX, 0x2), ZYDIS_FILTER(ZYDIS_NODETYPE_FILTER_MANDATORY_PREFIX, 0x3) },
661 …{ ZYDIS_FILTER(ZYDIS_NODETYPE_FILTER_PREFIX_GROUP1, 0x3), ZYDIS_FILTER(ZYDIS_NODETYPE_FILTER_MANDA…
[all …]

12