Searched refs:v1 (Results 1 - 25 of 74) sorted by relevance

123

/haiku/src/tests/servers/app/benchmark/
H A DTestSupport.h13 random_number_between(float v1, float v2) argument
15 if (v1 < v2)
16 return v1 + fmod(rand() / 1000.0, (v2 - v1));
17 else if (v2 < v1)
18 return v2 + fmod(rand() / 1000.0, (v1 - v2));
19 return v1;
/haiku/headers/build/os/package/hpkg/v1/
H A DHPKGDefs.h1 #include <../os/package/hpkg/v1/HPKGDefs.h>
H A DPackageAttributeValue.h1 #include <../os/package/hpkg/v1/PackageAttributeValue.h>
H A DPackageContentHandler.h1 #include <../os/package/hpkg/v1/PackageContentHandler.h>
H A DPackageData.h1 #include <../os/package/hpkg/v1/PackageData.h>
H A DPackageDataReader.h1 #include <../os/package/hpkg/v1/PackageDataReader.h>
H A DPackageEntry.h1 #include <../os/package/hpkg/v1/PackageEntry.h>
H A DPackageEntryAttribute.h1 #include <../os/package/hpkg/v1/PackageEntryAttribute.h>
H A DPackageReader.h1 #include <../os/package/hpkg/v1/PackageReader.h>
/haiku/headers/build/private/package/hpkg/v1/
H A DHPKGDefsPrivate.h1 #include <../private/package/hpkg/v1/HPKGDefsPrivate.h>
H A DPackageInfoContentHandler.h1 #include <../private/package/hpkg/v1/PackageInfoContentHandler.h>
H A DPackageReaderImpl.h1 #include <../private/package/hpkg/v1/PackageReaderImpl.h>
H A DReaderImplBase.h1 #include <../private/package/hpkg/v1/ReaderImplBase.h>
/haiku/src/kits/package/hpkg/v1/
H A DHPKGDefsV1.cpp7 #include <package/hpkg/v1/HPKGDefs.h>
H A DPackageEntryAttributeV1.cpp7 #include <package/hpkg/v1/PackageEntryAttribute.h>
H A DPackageDataV1.cpp7 #include <package/hpkg/v1/PackageData.h>
11 #include <package/hpkg/v1/HPKGDefsPrivate.h>
H A DPackageContentHandlerV1.cpp7 #include <package/hpkg/v1/PackageContentHandler.h>
H A DPackageReaderV1.cpp7 #include <package/hpkg/v1/PackageReader.h>
12 #include <package/hpkg/v1/PackageReaderImpl.h>
H A DPackageEntryV1.cpp7 #include <package/hpkg/v1/PackageEntry.h>
/haiku/headers/libs/agg/
H A Dagg_math_stroke.h85 const vertex_dist& v1,
90 const vertex_dist& v1,
103 const vertex_dist& v1,
204 const vertex_dist& v1,
211 double xi = v1.x;
212 double yi = v1.y;
216 v1.x + dx1, v1.y - dy1,
217 v1.x + dx2, v1
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
290 calc_cap(VC& out_vertices, const vertex_dist& v0, const vertex_dist& v1, double len) 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...]
/haiku/src/apps/glteapot/
H A DVector3.h165 inline float triple(const Vector3& v1, const Vector3& v2) const argument
167 return m_x * (v1.y() * v2.z() - v1.z() * v2.y()) +
168 m_y * (v1.z() * v2.x() - v1.x() * v2.z()) +
169 m_z * (v1.x() * v2.y() - v1.y() * v2.x());
197 inline void setInterpolate3(const Vector3& v0, const Vector3& v1, float rt) argument
200 m_x = s * v0.x() + rt * v1.x();
201 m_y = s * v0.y() + rt * v1
225 operator +(const Vector3& v1, const Vector3& v2) argument
231 operator *(const Vector3& v1, const Vector3& v2) argument
237 operator -(const Vector3& v1, const Vector3& v2) argument
268 operator /(const Vector3& v1, const Vector3& v2) argument
274 dot(const Vector3& v1, const Vector3& v2) argument
280 distance2(const Vector3& v1, const Vector3& v2) argument
287 distance(const Vector3& v1, const Vector3& v2) argument
293 angle(const Vector3& v1, const Vector3& v2) argument
299 cross(const Vector3& v1, const Vector3& v2) argument
305 triple(const Vector3& v1, const Vector3& v2, const Vector3& v3) argument
311 lerp(const Vector3& v1, const Vector3& v2, const float& t) argument
[all...]
/haiku/src/apps/haiku3d/
H A DVector3.h176 inline float triple(const Vector3& v1, const Vector3& v2) const argument
178 return m_x * (v1.y() * v2.z() - v1.z() * v2.y())
179 + m_y * (v1.z() * v2.x() - v1.x() * v2.z())
180 + m_z * (v1.x() * v2.y() - v1.y() * v2.x());
208 inline void setInterpolate3(const Vector3& v0, const Vector3& v1, float rt) argument
211 m_x = s * v0.x() + rt * v1.x();
212 m_y = s * v0.y() + rt * v1
237 operator +(const Vector3& v1, const Vector3& v2) argument
244 operator *(const Vector3& v1, const Vector3& v2) argument
251 operator -(const Vector3& v1, const Vector3& v2) argument
287 operator /(const Vector3& v1, const Vector3& v2) argument
294 dot(const Vector3& v1, const Vector3& v2) argument
301 distance2(const Vector3& v1, const Vector3& v2) argument
308 distance(const Vector3& v1, const Vector3& v2) argument
315 angle(const Vector3& v1, const Vector3& v2) argument
322 cross(const Vector3& v1, const Vector3& v2) argument
329 triple(const Vector3& v1, const Vector3& v2, const Vector3& v3) argument
336 lerp(const Vector3& v1, const Vector3& v2, const float& t) argument
[all...]
/haiku/src/libs/agg/src/
H A Dagg_vcgen_smooth_poly1.cpp81 const vertex_dist& v1,
86 double k1 = v0.dist / (v0.dist + v1.dist);
87 double k2 = v1.dist / (v1.dist + v2.dist);
91 double xm2 = v1.x + (v3.x - v1.x) * k2;
92 double ym2 = v1.y + (v3.y - v1.y) * k2;
94 m_ctrl1_x = v1.x + m_smooth_value * (v2.x - xm1);
95 m_ctrl1_y = v1
80 calculate(const vertex_dist& v0, const vertex_dist& v1, const vertex_dist& v2, const vertex_dist& v3) argument
[all...]
/haiku/headers/os/package/hpkg/v1/
H A DPackageEntryAttribute.h9 #include <package/hpkg/v1/PackageData.h>
/haiku/src/add-ons/accelerants/radeon_hd/
H A Dencoder.cpp116 SELECT_CRTC_SOURCE_PS_ALLOCATION v1; member in union:crtcSourceParam
128 args.v1.ucCRTC = crtcID;
132 args.v1.ucDevice = ATOM_DEVICE_DFP1_INDEX;
138 args.v1.ucDevice = ATOM_DEVICE_LCD1_INDEX;
140 args.v1.ucDevice = ATOM_DEVICE_DFP3_INDEX;
145 args.v1.ucDevice = ATOM_DEVICE_DFP2_INDEX;
151 args.v1.ucDevice = ATOM_DEVICE_TV1_INDEX;
154 args.v1.ucDevice = ATOM_DEVICE_CV_INDEX;
156 args.v1.ucDevice = ATOM_DEVICE_CRT1_INDEX;
162 args.v1
553 LVDS_ENCODER_CONTROL_PS_ALLOCATION v1; member in union:lvdsEncoderControl
678 DIG_ENCODER_CONTROL_PS_ALLOCATION v1; member in union:digEncoderControl
943 EXTERNAL_ENCODER_CONTROL_PS_ALLOCATION v1; member in union:externalEncoderControl
1314 DIG_TRANSMITTER_CONTROL_PS_ALLOCATION v1; member in union:digTransmitterControl
[all...]

Completed in 85 milliseconds

123