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

/haiku/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/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

Completed in 60 milliseconds