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

12

/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp191 TPoint::operator- (const TPoint& v2) const
195 v.x = x-v2.x;
196 v.y = y-v2.y;
197 v.z = z-v2.z;
202 TPoint TPoint::operator+ (const TPoint& v2) const {
205 v.x = x+v2.x;
206 v.y = y+v2.y;
207 v.z = z+v2.z;
213 TPoint::operator^ (const TPoint& v2) const
217 v.x = y*v2
364 float h, v, h2, v2; local
[all...]
/haiku/src/tools/cppunit/
H A DTestShell.cpp34 : fVerbosityLevel(v2)
287 cout << indent << "-v2 Sets verbosity level to 2 (*default* -- per-test results plus" << endl;
357 } else if (arg == "-v2") {
358 fVerbosityLevel = v2;
377 if (fVerbosityLevel >= v2) {
/haiku/headers/libs/agg/
H A Dagg_trans_affine.h98 trans_affine(double v0, double v1, double v2, argument
100 sx(v0), shy(v1), shx(v2), sy(v3), tx(v4), ty(v5)
H A Dagg_path_storage.h58 void swap_vertices(unsigned v1, unsigned v2);
207 inline void vertex_block_storage<T,S,P>::swap_vertices(unsigned v1, unsigned v2) argument
210 unsigned b2 = v2 >> block_shift;
212 unsigned o2 = v2 & block_mask;
1390 void swap_vertices(unsigned v1, unsigned v2) argument
1393 m_vertices[v1] = m_vertices[v2];
1394 m_vertices[v2] = t;
H A Dagg_basics.h552 template<class T> inline bool is_equal_eps(T v1, T v2, T epsilon) argument
554 return fabs(v1 - v2) <= double(epsilon);
H A Dagg_trans_perspective.h40 trans_perspective(double v0, double v1, double v2, argument
43 sx (v0), shy(v1), w0(v2),
/haiku/src/kits/interface/
H A DAffineTransform.cpp500 IsEqualEpsilon(double v1, double v2, double epsilon) argument
502 return fabs(v1 - v2) <= double(epsilon);
/haiku/src/tests/system/kernel/util/
H A DVectorSetTest.cpp53 VectorSet<string> v2(100);
54 CHK(v2.Count() == 0);
55 CHK(v2.IsEmpty());
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h574 float* v2 = &curve[4]; local
585 if (nsvg__ptInBounds(v1, bounds) && nsvg__ptInBounds(v2, bounds))
590 a = -3.0 * v0[i] + 9.0 * v1[i] - 9.0 * v2[i] + 3.0 * v3[i];
591 b = 6.0 * v0[i] - 12.0 * v1[i] + 6.0 * v2[i];
612 v = nsvg__evalBezier(roots[j], v0[i], v1[i], v2[i], v3[i]);
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c2545 ext_compare( const void* v1, const void* v2 )
2548 const struct mime_entry* m2 = (const struct mime_entry*) v2;
2712 name_compare( const void* v1, const void* v2 )
2715 const char** c2 = (const char**) v2;
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxreg.h1493 /* v1/v2 uCode file layout */
1513 } v2; member in union:iwx_ucode_header::__anon24
1617 * the v1/v2 style header by first four bytes being
3427 * the size of fw_channel_info from v1 to v2.
6797 } v2; /* SCAN_CHANNEL_CFG_S_VER{2,3,4} */ member in union:iwx_scan_channel_cfg_umac::__anon47
H A Dif_iwx.c6865 chan->v2.channel_num = channel_num;
6867 chan->v2.band = IWX_PHY_BAND_24;
6869 chan->v2.band = IWX_PHY_BAND_5;
6870 chan->v2.iter_count = 1;
6871 chan->v2.iter_interval = 0;
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmreg.h1025 /* v1/v2 uCode file layout */
1045 } v2; member in union:iwm_ucode_header::__anon37
1136 * the v1/v2 style header by first four bytes being
3138 * the size of fw_channel_info from v1 to v2.

Completed in 381 milliseconds

12