Searched refs:v2 (Results 1 - 25 of 38) sorted by last modified time

12

/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
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;
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
/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/headers/libs/agg/
H A Dagg_trans_perspective.h40 trans_perspective(double v0, double v1, double v2, argument
43 sx (v0), shy(v1), w0(v2),
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_math_stroke.h91 const vertex_dist& v2,
104 const vertex_dist& v2,
205 const vertex_dist& v2,
218 v2.x + dx2, v2.y - dy2,
237 // First check if v0 and v2 lie on the opposite sides of vector:
246 ((x2 - v2.x)*dy1 - (v2.y - y2)*dx1 < 0.0))
355 const vertex_dist& v2,
365 dx2 = m_width * (v2
202 calc_miter(VC& out_vertices, const vertex_dist& v0, const vertex_dist& v1, const vertex_dist& v2, double dx1, double dy1, double dx2, double dy2, line_join_e lj, double ml) argument
352 calc_join(VC& out_vertices, const vertex_dist& v0, const vertex_dist& v1, const vertex_dist& v2, double len1, double len2) argument
[all...]
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);
/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/accelerants/radeon_hd/
H A Dencoder.cpp117 SELECT_CRTC_SOURCE_PARAMETERS_V2 v2; member in union:crtcSourceParam
172 args.v2.ucCRTC = crtcID;
173 args.v2.ucEncodeMode
182 args.v2.ucEncoderID
186 args.v2.ucEncoderID
190 args.v2.ucEncoderID
194 args.v2.ucEncoderID
198 args.v2.ucEncoderID
202 args.v2.ucEncoderID
208 args.v2
554 LVDS_ENCODER_CONTROL_PS_ALLOCATION_V2 v2; member in union:lvdsEncoderControl
679 DIG_ENCODER_CONTROL_PARAMETERS_V2 v2; member in union:digEncoderControl
1315 DIG_TRANSMITTER_CONTROL_PARAMETERS_V2 v2; member in union:digTransmitterControl
[all...]
H A Ddisplayport.cpp50 PROCESS_AUX_CHANNEL_TRANSACTION_PARAMETERS_V2 v2; member in union:auxChannelTransaction
55 args.v2.lpAuxRequest = B_HOST_TO_LENDIAN_INT16(0 + 4);
56 args.v2.lpDataOut = B_HOST_TO_LENDIAN_INT16(16 + 4);
57 args.v2.ucDataOutLen = 0;
58 args.v2.ucChannelID = dpInfo->auxPin;
59 args.v2.ucDelay = delay / 10;
62 args.v2.ucHPD_ID = connector_pick_atom_hpdid(connectorIndex);
72 *ack = args.v2.ucReplyStatus;
74 switch (args.v2.ucReplyStatus) {
H A Ddisplay.cpp1026 ENABLE_SPREAD_SPECTRUM_ON_PPLL_V2 v2; member in union:enableSS
1057 args.v2.usSpreadSpectrumPercentage
1059 args.v2.ucSpreadSpectrumType
1063 args.v2.ucSpreadSpectrumType |= ATOM_PPLL_SS_TYPE_V2_P1PLL;
1066 args.v2.ucSpreadSpectrumType |= ATOM_PPLL_SS_TYPE_V3_P2PLL;
1069 args.v2.ucSpreadSpectrumType |= ATOM_PPLL_SS_TYPE_V3_DCPLL;
1077 args.v2.usSpreadSpectrumAmount = B_HOST_TO_LENDIAN_INT16(pll->ssAmount);
1078 args.v2.usSpreadSpectrumStep = B_HOST_TO_LENDIAN_INT16(pll->ssStep);
1079 args.v2.ucEnable = command;
H A Dpll.cpp821 PIXEL_CLOCK_PARAMETERS_V2 v2; member in union:setPixelClock
843 args.v2.usPixelClock
845 args.v2.usRefDiv = B_HOST_TO_LENDIAN_INT16(pll->referenceDiv);
846 args.v2.usFbDiv = B_HOST_TO_LENDIAN_INT16(pll->feedbackDiv);
847 args.v2.ucFracFbDiv = pll->feedbackDivFrac;
848 args.v2.ucPostDiv = pll->postDiv;
849 args.v2.ucPpll = pll->id;
850 args.v2.ucCRTC = crtcID;
851 args.v2.ucRefDivSrc = 1;
1021 PIXEL_CLOCK_PARAMETERS_V2 v2; member in union:setPixelClock
1092 SET_DCE_CLOCK_PS_ALLOCATION_V2_1 v2; member in union:setDCEClock
[all...]
/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.
/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/glteapot/
H A DGLObject.cpp393 int v2 = fTriangles[i].p3; local
405 fPoints[v2].nx,
406 fPoints[v2].ny,
407 fPoints[v2].nz
410 fPoints[v2].x,
411 fPoints[v2].y,
412 fPoints[v2].z
/haiku/src/system/libroot/posix/musl/math/
H A Dlgammaf_r.c58 v2 = 2.1284897327e+00, /* 0x4008392d */ variable
186 p2 = 1.0f+y*(v1+y*(v2+y*(v3+y*(v4+y*v5))));
H A Dlgammal.c159 v2 = 3.786631705644460255229513563657226008015E3L, variable
301 p2 = v0 + y * (v1 + y * (v2 + y * (v3 + y * (v4 + y * (v5 + y)))));
H A Dlgamma_r.c123 v2 = 2.12848976379893395361e+00, /* 0x40010725, 0xA42B18F5 */ variable
251 p2 = 1.0+y*(v1+y*(v2+y*(v3+y*(v4+y*v5))));
/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/src/kits/interface/
H A DAffineTransform.cpp500 IsEqualEpsilon(double v1, double v2, double epsilon) argument
502 return fabs(v1 - v2) <= double(epsilon);
/haiku/src/libs/glut/
H A Dglut_shapes.c287 crossprod(GLfloat v1[3], GLfloat v2[3], GLfloat prod[3]) argument
289 GLfloat p[3]; /* in case prod == v1 or v2 */
291 p[0] = v1[1] * v2[2] - v2[1] * v1[2];
292 p[1] = v1[2] * v2[0] - v2[2] * v1[0];
293 p[2] = v1[0] * v2[1] - v2[0] * v1[1];
393 subdivide(GLfloat * v0, GLfloat * v1, GLfloat * v2, argument
406 w0[n] = (i * v0[n] + j * v1[n] + k * v2[
[all...]
/haiku/headers/tools/cppunit/
H A DTestShell.h82 enum VerbosityLevel { v0, v1, v2, v3, v4 }; enumerator in enum:BTestShell::VerbosityLevel
87 bool BeVerbose() const { return Verbosity() >= v2; };
/haiku/src/tests/servers/app/bitmap_drawing/
H A Dmain.cpp28 random_number_between(float v1, float v2) argument
30 if (v1 < v2)
31 return v1 + fmod(rand() / 1000.0, (v2 - v1));
32 else if (v2 < v1)
33 return v2 + fmod(rand() / 1000.0, (v1 - v2));
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorField.cpp103 float v2 = 0; local
110 v2 = 1.0 - fMarkerPosition.y / Height();
116 v2 = 1.0 - fMarkerPosition.y / Height();
119 v2 = 1.0 - fMarkerPosition.x / Width();
126 v2 = 1.0 - fMarkerPosition.y / Height();
132 message->AddFloat("value", v2);
/haiku/src/tests/system/kernel/util/
H A DVectorSetTest.cpp53 VectorSet<string> v2(100);
54 CHK(v2.Count() == 0);
55 CHK(v2.IsEmpty());

Completed in 379 milliseconds

12