Searched refs:v4 (Results 1 - 14 of 14) sorted by relevance

/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/src/add-ons/accelerants/radeon_hd/
H A Dencoder.cpp681 DIG_ENCODER_CONTROL_PARAMETERS_V4 v4; member in union:digEncoderControl
822 args.v4.ucAction = command;
823 args.v4.usPixelClock = B_HOST_TO_LENDIAN_INT16(pixelClock / 10);
826 args.v4.ucPanelMode = panelMode;
828 args.v4.ucEncoderMode = encoderMode;
830 if (args.v4.ucEncoderMode == ATOM_ENCODER_MODE_DP
831 || args.v4.ucEncoderMode == ATOM_ENCODER_MODE_DP_MST) {
833 args.v4.ucLaneNum = dpInfo->laneCount;
835 args.v4.ucConfig
838 args.v4
1317 DIG_TRANSMITTER_CONTROL_PARAMETERS_V4 v4; member in union:digTransmitterControl
[all...]
/haiku/src/system/boot/platform/amiga_m68k/
H A Drom_calls.h376 #define LP4(offs, rt, name, t1, v1, r1, t2, v2, r2, t3, v3, r3, t4, v4, r4, bt, bn) \
381 t4 _##name##_v4 = (v4); \
400 #define LP4NR(offs, name, t1, v1, r1, t2, v2, r2, t3, v3, r3, t4, v4, r4, bt, bn) \
405 t4 _##name##_v4 = (v4); \
424 #define LP4FP(offs, rt, name, t1, v1, r1, t2, v2, r2, t3, v3, r3, t4, v4, r4, bt, bn, fpt) \
430 t4 _##name##_v4 = (v4); \
449 #define LP5(offs, rt, name, t1, v1, r1, t2, v2, r2, t3, v3, r3, t4, v4, r4, t5, v5, r5, bt, bn) \
454 t4 _##name##_v4 = (v4); \
475 #define LP5NR(offs, name, t1, v1, r1, t2, v2, r2, t3, v3, r3, t4, v4, r4, t5, v5, r5, bt, bn) \
480 t4 _##name##_v4 = (v4); \
[all...]
/haiku/src/system/libroot/posix/musl/math/
H A Dlgamma_r.c125 v4 = 1.04222645593369134254e-01, /* 0x3FBAAE55, 0xD6537C88 */ variable
251 p2 = 1.0+y*(v1+y*(v2+y*(v3+y*(v4+y*v5))));
H A Dlgammaf_r.c60 v4 = 1.0422264785e-01, /* 0x3dd572af */ variable
186 p2 = 1.0f+y*(v1+y*(v2+y*(v3+y*(v4+y*v5))));
H A Dlgammal.c161 v4 = 4.741359068914069299837355438370682773122E2L, 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/headers/private/kernel/platform/efi/
H A Dtypes.h115 efi_ipv4_addr v4; member in union:__anon6
/haiku/headers/libs/agg/
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/tools/cppunit/
H A DTestShell.cpp75 if (Verbosity() >= v4 && i->second)
291 cout << indent << "-v4 Sets verbosity level to 4 (complete dynamic loading information, " << endl;
361 } else if (arg == "-v4") {
362 fVerbosityLevel = v4;
/haiku/src/tests/system/kernel/util/
H A DVectorSetTest.cpp63 VectorSet<string> v4(0);
64 CHK(v4.Count() == 0);
65 CHK(v4.IsEmpty());
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c2924 iflib_get_ip_forwarding(struct lro_ctrl *lc, bool *v4, bool *v6) argument
2931 *v4 = V_ipforwarding;
2964 iflib_get_ip_forwarding(struct lro_ctrl *lc __unused, bool *v4 __unused, bool *v6 __unused)
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c3913 * All the values in iwx_nvm_get_info_rsp v4 are the same as
3920 int v4 = isset(sc->sc_ucode_api, IWX_UCODE_TLV_API_REGULATORY_NVM_INFO); local
3921 size_t resp_len = v4 ? sizeof(*rsp) : sizeof(*rsp_v3);
3972 if (v4) {
5720 printf("%s: firmware does not support phy-context-cmd v3/v4\n",

Completed in 273 milliseconds