Searched refs:cross (Results 1 - 25 of 45) sorted by relevance

12

/haiku-fatelf/build/scripts/
H A Dbuild_cross_tools78 # create the object and installation directories for the cross compilation tools
79 installDir=$haikuOutputDir/cross-tools
80 objDir=$haikuOutputDir/cross-tools-build
166 make cross || {
172 make install-gcc-cross || {
173 echo "ERROR: Installing the cross compiler failed." >&2
194 echo "binutils and gcc for cross compilation have been built successfully!"
H A Dbuild_cross_tools_gcc4101 # create the object and installation directories for the cross compilation tools
102 installDir=$haikuOutputDir/cross-tools
103 objDir=$haikuOutputDir/cross-tools-build
167 echo "ERROR: Installing the cross compiler failed." >&2
204 echo "binutils and gcc for cross compilation have been built successfully!"
/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathFrame.h96 Vec3<T> n = t.cross( pk - pi ); n.normalize();
103 n = t.cross( v ); n.normalize();
106 Vec3<T> b = t.cross( n );
150 a = ti.cross( tj );
H A DImathMatrixAlgo.h237 // (the direction vectors must have a non-zero cross product)
500 if (row[0].dot (row[1].cross (row[2])) < 0)
817 if (upDir.cross (targetDir).length () == 0)
819 upDir = targetDir.cross (Vec3<T> (1, 0, 0));
821 upDir = targetDir.cross(Vec3<T> (0, 0, 1));
828 Vec3<T> targetPerpDir = upDir.cross (targetDir);
829 Vec3<T> targetUpDir = targetDir.cross (targetPerpDir);
H A DImathVec.h155 // Right-handed cross product, i.e. z component of
159 T cross (const Vec2 &v) const;
348 // Right-handed cross product
351 Vec3 cross (const Vec3 &v) const;
751 Vec2<T>::cross (const Vec2 &v) const function in class:Imath::Vec2
1142 Vec3<T>::cross (const Vec3 &v) const function in class:Imath::Vec3
/haiku-fatelf/
H A Dconfigure29 --build-cross-tools <build tools dir>
30 Assume cross compilation. <build tools dir>
33 directory under "cross-tools". The HAIKU_* tools
35 --build-cross-tools-gcc4 <arch> <build tools dir>
36 Like "--build-cross-tools" just that gcc 4 will
37 be used for cross-compilation. Note, that the
42 --cross-tools-prefix <prefix>
43 Assume cross compilation. <prefix> should be a
44 path to the directory where the cross
70 -j<n> Only relevant for --build-cross
[all...]
/haiku-fatelf/src/add-ons/accelerants/skeleton/engine/
H A Dgeneral.c187 void setup_virtualized_heads(bool cross) argument
189 if (cross)
343 status_t eng_general_output_select(bool cross) argument
351 if (cross)
353 LOG(4,("INIT: switching analog outputs to be cross-connected\n"));
387 status_t eng_general_head_select(bool cross) argument
393 if (cross)
395 LOG(4,("INIT: switching CRTC/DAC use to be cross-connected\n"));
/haiku-fatelf/src/apps/glteapot/
H A DVector3.h156 inline Vector3 cross(const Vector3& v) const function in class:Vector3
299 cross(const Vector3& v1, const Vector3& v2) function
301 return v1.cross(v2);
345 y = wAxis.cross( *this );
H A DQuaternion.h385 Vector3 c = v0.cross(v1);
/haiku-fatelf/src/apps/haiku3d/
H A DVector3.h167 inline Vector3 cross(const Vector3& v) const function in class:Vector3
322 cross(const Vector3& v1, const Vector3& v2) function
324 return v1.cross(v2);
379 y = wAxis.cross( *this );
H A DMeshInstance.cpp98 Vector3 normal(lu.cross(lv));
156 Vector3 normal(lu.cross(lv));
H A DQuaternion.h393 Vector3 c = v0.cross(v1);
/haiku-fatelf/src/add-ons/accelerants/nvidia_gpgpu/engine/
H A Dnv_general.c236 void setup_virtualized_heads(bool cross) argument
238 if (cross)
406 status_t nv_general_output_select(bool cross) argument
411 if (cross)
413 LOG(4,("INIT: switching analog outputs to be cross-connected\n"));
442 status_t nv_general_head_select(bool cross) argument
448 if (cross)
450 LOG(4,("INIT: switching CRTC/DAC use to be cross-connected\n"));
/haiku-fatelf/src/add-ons/accelerants/via/engine/
H A Dgeneral.c212 void setup_virtualized_heads(bool cross) argument
214 if (cross)
369 status_t eng_general_output_select(bool cross) argument
377 if (cross)
379 LOG(4,("INIT: switching analog outputs to be cross-connected\n"));
413 status_t eng_general_head_select(bool cross) argument
419 if (cross)
421 LOG(4,("INIT: switching CRTC/DAC use to be cross-connected\n"));
/haiku-fatelf/src/apps/icon-o-matic/
H A DCanvasView.cpp467 BPoint cross(i * scale, i * scale);
468 ConvertFromCanvas(&cross);
469 view->StrokeLine(BPoint(canvas.left, cross.y),
470 BPoint(canvas.right, cross.y));
471 view->StrokeLine(BPoint(cross.x, canvas.top),
472 BPoint(cross.x, canvas.bottom));
/haiku-fatelf/headers/libs/agg/
H A Dagg_renderer_markers.h485 void cross(int x, int y, int r) function in class:agg::renderer_markers
570 case marker_cross: cross(x, y, r); break;
611 case marker_cross: do { cross (int(*x), int(*y), int(r)); ++x; ++y; } while(--n); break;
639 case marker_cross: do { cross (int(*x), int(*y), int(*r)); ++x; ++y; ++r; } while(--n); break;
667 case marker_cross: do { base_type::fill_color(*fc); cross (int(*x), int(*y), int(*r)); ++x; ++y; ++r; ++fc; } while(--n); break;
695 case marker_cross: do { base_type::fill_color(*fc); base_type::line_color(*lc); cross (int(*x), int(*y), int(*r)); ++x; ++y; ++r; ++fc; ++lc; } while(--n); break;
/haiku-fatelf/src/libs/ncurses/
H A Ddist.mk115 # .ali files contain cross referencing information required by gnathtml.
/haiku-fatelf/src/add-ons/accelerants/nvidia/engine/
H A Dnv_general.c1441 void setup_virtualized_heads(bool cross) argument
1443 if (cross)
1622 status_t nv_general_output_select(bool cross) argument
1630 if (cross)
1632 LOG(4,("INIT: switching analog outputs to be cross-connected\n"));
1666 status_t nv_general_head_select(bool cross) argument
1672 if (cross)
1674 LOG(4,("INIT: switching CRTC/DAC use to be cross-connected\n"));
/haiku-fatelf/src/bin/gdb/gdb/gdbserver/
H A Dconfigure660 # If we can't run a trivial program, we are probably using a cross compiler.
683 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
684 echo "configure:685: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgspath.c349 static int hatch(hpgs_reader *reader, double spacing, double angle, int cross, hpgs_bool winding) argument
427 if (cross)
/haiku-fatelf/src/bin/bash/
H A DMANIFEST10 cross-build d
206 cross-build/cygwin32.cache f
207 cross-build/x86-beos.cache f
208 cross-build/opennt.cache f
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Dconfigure914 # If we can't run a trivial program, we are probably using a cross compiler.
931 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
932 echo "configure:933: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
/haiku-fatelf/src/bin/gdb/gdb/
H A DChangeLog-3.x656 * dbxread.c (read_type): When we get a cross-reference, resolve
1499 there isn't a ',' after a cross-reference.
1535 actually found in the symbol to end a cross reference.
1587 past [sue] defining type of cross ref.
1613 * dbxread.c (read_type): Set type name of a cross reference type
1750 to keep a list of cross references to as yet undefined types.
2710 * gdb.texinfo: Added cross reference from attach command to remote
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dconfigure693 If a cross compiler is detected then cross compile mode will be used." >&2
836 --host=HOST cross-compile to build programs to run on HOST [BUILD]
857 --with-cross-host=HOST Configuring with a cross compiler
1328 # Check whether --with-cross-host or --without-cross-host was given.
2175 # the compiler is broken, or we cross compile.
2178 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2179 # If not cross compilin
[all...]
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex51 % The extra TeX runs get the cross-reference information correct.
1104 % be able to disable indexing, cross-referencing, and contents, for test runs.
5715 \message{cross references,}
5728 % cross-references.
5734 % Write a cross-reference definition for the current node. #1 is the
5752 % \setref{NAME}{SNT} defines a cross-reference point NAME (a node or an
5783 % @xref, @pxref, and @ref generate cross-references. For \xrefX, #1 is
5784 % the node name, #2 the name of the Info cross-reference, #3 the printed
5933 % Define \refx{NAME}{SUFFIX} to reference a cross-reference string named NAME.
5948 \message{\linenumber Undefined cross referenc
[all...]

Completed in 271 milliseconds

12