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

/haiku-fatelf/src/libs/mapm/
H A Dmapmsqrt.c92 M_APM last_x, guess, tmpN, tmp7, tmp8, tmp9; local
106 last_x = M_get_stack_var();
130 m_apm_negate(last_x, MM_Ten);
154 /* force at least 2 iterations so 'last_x' has valid data */
158 m_apm_subtract(tmp7, guess, last_x);
174 m_apm_copy(last_x, guess);
H A Dmapm_rcp.c103 M_APM last_x, guess, tmpN, tmp1, tmp2; local
115 last_x = M_get_stack_var();
139 m_apm_negate(last_x, MM_Ten);
161 /* force at least 2 iterations so 'last_x' has valid data */
165 m_apm_subtract(tmp2, guess, last_x);
180 m_apm_copy(last_x, guess);
H A Dmapmcbrt.c57 M_APM last_x, guess, tmpN, tmp7, tmp8, tmp9; local
68 last_x = M_get_stack_var();
95 m_apm_negate(last_x, MM_Ten);
120 /* force at least 2 iterations so 'last_x' has valid data */
124 m_apm_subtract(tmp8, guess, last_x);
138 m_apm_copy(last_x, guess);
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Ddither-inlined-functions.h48 if (x == mat->last_x + 1)
58 else if (x == mat->last_x - 1)
68 else if (x != mat->last_x)
73 mat->last_x = x;
H A Dprint-dither-matrices.c117 mat->last_x = mat->last_x_mod = 0;
195 mat->last_x = mat->last_x_mod = 0;
229 mat->last_x = mat->last_x_mod = 0;
263 mat->last_x = mat->last_x_mod = 0;
299 dest->last_x = 0;
322 dest->last_x = 0;
H A Dcurve.c636 double last_x = -1; local
695 if (data[i].x - .000001 < last_x)
700 data[i].x, last_x, (long)i);
703 last_x = data[i].x;
/haiku-fatelf/headers/libs/agg/
H A Dagg_rasterizer_compound_aa.h80 int last_x; member in struct:agg::rasterizer_compound_aa::style_info
471 style->last_x = -0x7FFFFFFF;
506 style->last_x = -0x7FFFFFFF;
538 if(curr_cell->x == style->last_x)
550 style->last_x = curr_cell->x;
558 if(curr_cell->x == style->last_x)
570 style->last_x = curr_cell->x;
H A Dagg_path_storage.h64 double last_x() const;
249 inline double vertex_block_storage<T,S,P>::last_x() const function in class:agg::vertex_block_storage
687 double last_x() const;
885 m_vertices.add_vertex(last_x(), y, path_cmd_line_to);
1111 inline double path_base<VC>::last_x() const function in class:agg::path_base
1113 return m_vertices.last_x();
1424 double last_x() const function in class:agg::vertex_stl_storage
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsscanline.c1554 double last_x; local
1563 last_x =
1566 last_x = x0;
1575 last_x = x0;
1589 if (hpgs_paint_scanline_add_slope(c->scanlines+iscan,last_x,x,last_order,o*256))
1592 last_x = x;
1598 if (hpgs_paint_scanline_add_slope(c->scanlines+iscan,last_x,last_x,last_order,o*256))
1608 if (hpgs_paint_scanline_add_slope(c->scanlines+iscan,last_x,x1,last_order,order))
1883 double last_x local
2124 double last_x=0.0; local
2213 double last_x=0.0; local
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/include/gutenprint/
H A Ddither.h92 int last_x; member in struct:dither_matrix_impl

Completed in 401 milliseconds