Searched refs:v3 (Results 1 - 21 of 21) sorted by relevance

/haiku/src/add-ons/accelerants/radeon_hd/
H A Dencoder.cpp118 SELECT_CRTC_SOURCE_PARAMETERS_V3 v3; member in union:crtcSourceParam
233 args.v3.ucCRTC = crtcID;
237 args.v3.ucDstBpc = encoder_get_bpc();
246 args.v3.ucEncoderID
250 args.v3.ucEncoderID
254 args.v3.ucEncoderID
258 args.v3.ucEncoderID
262 args.v3.ucEncoderID
266 args.v3.ucEncoderID
270 args.v3
680 DIG_ENCODER_CONTROL_PARAMETERS_V3 v3; member in union:digEncoderControl
944 EXTERNAL_ENCODER_CONTROL_PS_ALLOCATION_V3 v3; member in union:externalEncoderControl
1316 DIG_TRANSMITTER_CONTROL_PARAMETERS_V3 v3; member in union:digTransmitterControl
[all...]
H A Dpll.cpp632 ADJUST_DISPLAY_PLL_PS_ALLOCATION_V3 v3; member in union:adjustPixelClock
658 args.v3.sInput.usPixelClock
660 args.v3.sInput.ucTransmitterID = encoderID;
661 args.v3.sInput.ucEncodeMode = encoderMode;
662 args.v3.sInput.ucDispPllConfig = 0;
664 args.v3.sInput.ucDispPllConfig
672 args.v3.sInput.ucDispPllConfig
678 args.v3.sInput.usPixelClock
685 args.v3.sInput.usPixelClock =
690 args.v3
822 PIXEL_CLOCK_PARAMETERS_V3 v3; member in union:setPixelClock
1022 PIXEL_CLOCK_PARAMETERS_V3 v3; member in union:setPixelClock
[all...]
H A Ddisplay.cpp1027 ENABLE_SPREAD_SPECTRUM_ON_PPLL_V3 v3; member in union:enableSS
1034 args.v3.usSpreadSpectrumAmountFrac = B_HOST_TO_LENDIAN_INT16(0);
1035 args.v3.ucSpreadSpectrumType
1039 args.v3.ucSpreadSpectrumType |= ATOM_PPLL_SS_TYPE_V3_P1PLL;
1042 args.v3.ucSpreadSpectrumType |= ATOM_PPLL_SS_TYPE_V3_P2PLL;
1045 args.v3.ucSpreadSpectrumType |= ATOM_PPLL_SS_TYPE_V3_DCPLL;
1053 args.v3.usSpreadSpectrumAmount = B_HOST_TO_LENDIAN_INT16(pll->ssAmount);
1054 args.v3.usSpreadSpectrumStep = B_HOST_TO_LENDIAN_INT16(pll->ssStep);
1055 args.v3.ucEnable = command;
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport.h112 min5(float v1, float v2, float v3, float v4, float v5) argument
114 return min_c(min4(v1, v2, v3, v4), v5);
118 max5(float v1, float v2, float v3, float v4, float v5) argument
120 return max_c(max4(v1, v2, v3, v4), v5);
/haiku/headers/libs/agg/
H A Dagg_vcgen_smooth_poly1.h70 const vertex_dist& v3);
H A Dagg_trans_affine.h99 double v3, double v4, double v5) :
100 sx(v0), shy(v1), shx(v2), sy(v3), tx(v4), ty(v5)
98 trans_affine(double v0, double v1, double v2, double v3, double v4, double v5) argument
H A Dagg_trans_perspective.h41 double v3, double v4, double v5,
44 shx(v3), sy (v4), w1(v5),
40 trans_perspective(double v0, double v1, double v2, double v3, double v4, double v5, double v6, double v7, double v8) argument
/haiku/src/system/boot/platform/amiga_m68k/
H A Drom_calls.h243 #define LP3(offs, rt, name, t1, v1, r1, t2, v2, r2, t3, v3, r3, bt, bn) \
247 t3 _##name##_v3 = (v3); \
265 #define LP3NR(offs, name, t1, v1, r1, t2, v2, r2, t3, v3, r3, bt, bn) \
269 t3 _##name##_v3 = (v3); \
287 #define LP3UB(offs, rt, name, t1, v1, r1, t2, v2, r2, t3, v3, r3) \
291 t3 _##name##_v3 = (v3); \
309 #define LP3NRUB(offs, name, t1, v1, r1, t2, v2, r2, t3, v3, r3) \
313 t3 _##name##_v3 = (v3); \
330 #define LP3FP(offs, rt, name, t1, v1, r1, t2, v2, r2, t3, v3, r3, bt, bn, fpt) \
335 t3 _##name##_v3 = (v3); \
[all...]
/haiku/src/libs/agg/src/
H A Dagg_vcgen_smooth_poly1.cpp83 const vertex_dist& v3)
91 double xm2 = v1.x + (v3.x - v1.x) * k2;
92 double ym2 = v1.y + (v3.y - v1.y) * k2;
80 calculate(const vertex_dist& v0, const vertex_dist& v1, const vertex_dist& v2, const vertex_dist& v3) argument
/haiku/src/apps/glteapot/
H A DGLObject.cpp391 int v3 = fTriangles[i].p1; local
415 fPoints[v3].nx,
416 fPoints[v3].ny,
417 fPoints[v3].nz
420 fPoints[v3].x,
421 fPoints[v3].y,
422 fPoints[v3].z
H A DVector3.h305 triple(const Vector3& v1, const Vector3& v2, const Vector3& v3) argument
307 return v1.triple(v2, v3);
/haiku/src/tools/cppunit/
H A DTestShell.cpp63 if (Verbosity() >= v3)
289 cout << indent << "-v3 Sets verbosity level to 3 (partial dynamic loading information, " << endl;
359 } else if (arg == "-v3") {
360 fVerbosityLevel = v3;
440 if (Verbosity() >= v3) {
449 if (Verbosity() >= v3)
452 if (Verbosity() >= v3) {
458 if (Verbosity() >= v3)
/haiku/src/system/libroot/posix/musl/math/
H A Dlgamma_r.c124 v3 = 7.69285150456672783825e-01, /* 0x3FE89DFB, 0xE45050AF */ variable
251 p2 = 1.0+y*(v1+y*(v2+y*(v3+y*(v4+y*v5))));
H A Dlgammaf_r.c59 v3 = 7.6928514242e-01, /* 0x3f44efdf */ variable
186 p2 = 1.0f+y*(v1+y*(v2+y*(v3+y*(v4+y*v5))));
H A Dlgammal.c160 v3 = 1.966450123004478374557778781564114347876E3L, variable
301 p2 = v0 + y * (v1 + y * (v2 + y * (v3 + y * (v4 + y * (v5 + y)))));
/haiku/headers/tools/cppunit/
H A DTestShell.h82 enum VerbosityLevel { v0, v1, v2, v3, v4 }; enumerator in enum:BTestShell::VerbosityLevel
/haiku/src/apps/haiku3d/
H A DVector3.h329 triple(const Vector3& v1, const Vector3& v2, const Vector3& v3) argument
331 return v1.triple(v2, v3);
/haiku/src/tests/system/kernel/util/
H A DVectorSetTest.cpp58 VectorSet<int> v3(0);
59 CHK(v3.Count() == 0);
60 CHK(v3.IsEmpty());
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h575 float* v3 = &curve[6]; local
578 bounds[0] = nsvg__minf(v0[0], v3[0]);
579 bounds[1] = nsvg__minf(v0[1], v3[1]);
580 bounds[2] = nsvg__maxf(v0[0], v3[0]);
581 bounds[3] = nsvg__maxf(v0[1], v3[1]);
590 a = -3.0 * v0[i] + 9.0 * v1[i] - 9.0 * v2[i] + 3.0 * v3[i];
612 v = nsvg__evalBezier(roots[j], v0[i], v1[i], v2[i], v3[i]);
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c3914 * in v3, except for the channel profile part of the
4500 energy_a = desc->v3.energy_a;
4501 energy_b = desc->v3.energy_b;
5275 rate_n_flags = le32toh(desc->v3.rate_n_flags);
5276 chanidx = desc->v3.channel;
5277 device_timestamp = le32toh(desc->v3.gp2_on_air_rise);
5720 printf("%s: firmware does not support phy-context-cmd v3/v4\n",
H A Dif_iwxreg.h1239 * @IWX_UCODE_TLV_API_REDUCED_SCAN_CONFIG: This ucode supports v3 of
3726 struct iwx_rx_mpdu_desc_v3 v3; member in union:iwx_rx_mpdu_desc::__anon39

Completed in 240 milliseconds