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

1234567

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DTypeBuilder.h25 /// known at compile time. To support cross-compilation, we define a
31 /// to guarantee that its result is suitable for cross-compilation.
79 // Types for use with cross-compilable TypeBuilders. These correspond
96 template<typename T, bool cross> class TypeBuilder<const T, cross>
97 : public TypeBuilder<T, cross> {};
98 template<typename T, bool cross> class TypeBuilder<volatile T, cross>
99 : public TypeBuilder<T, cross> {};
100 template<typename T, bool cross> clas
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A Dupvar.test54 test {"upvar" can cross interp boundaries to access local variables} {
60 test {"upvar" can cross interp boundaries to access global variables} {
82 test {"upvar" can cross class interp boundaries} {
94 test {"upvar" can cross class interp boundaries back to main interp} {
H A Duplevel.test83 test {"uplevel" can cross class interps to access global variables} {
92 test {"uplevel" can cross several class interps to access global variables} {
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gpu/
H A DLoopBlinnClassifier.cpp54 float a1 = b0 * b3.cross(b2);
55 float a2 = b1 * b0.cross(b3);
56 float a3 = b2 * b1.cross(b0);
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/plotchart/
H A Dplotdemos13.tcl26 $p dataconfig series2 -type both -symbol cross -colour red
40 $p dataconfig series3 -type both -symbol cross -colour blue
H A Dplotdemos16.tcl30 $p dataconfig ode113 -symbol cross -colour green -type both
H A Dplotdemos12.tcl41 $p dataconfig series1 -type both -symbol cross
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Dcrossexec.sh20 : cross compiler a.out execution
24 tmp=/tmp/cross$$
33 [+NAME?crossexec - cross compiler a.out execution]
34 [+DESCRIPTION?\bcrossexec\b runs a cross-compiled \acommand\a in an environment
35 that supports a cross-compilation architecture different from the
36 current host. The cross environment is determined by \acrosstype\a,
39 the cross compiler host and access details.]
109 *) echo "$command: $type: unknown cross compiler host type" >&2
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DWrap.pm84 First, attach the transmutex multiplier to the cross-wired
93 multiplier to the cross-wired quantum
102 First, attach the transmutex multiplier to the cross-wired quantum
109 multiplier to the cross-wired quantum
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DWrap.pm84 First, attach the transmutex multiplier to the cross-wired
93 multiplier to the cross-wired quantum
102 First, attach the transmutex multiplier to the cross-wired quantum
109 multiplier to the cross-wired quantum
/macosx-10.9.5/llvmCore-3425.0.33/unittests/VMCore/
H A DTypeBuilderTest.cpp185 template<bool cross> class TypeBuilder<MyType, cross> {
191 st.push_back(TypeBuilder<int, cross>::get(Context));
192 st.push_back(TypeBuilder<int*, cross>::get(Context));
193 st.push_back(TypeBuilder<void*[], cross>::get(Context));
208 template<bool cross> class TypeBuilder<MyPortableType, cross> {
214 st.push_back(TypeBuilder<types::i<32>, cross>::get(Context));
215 st.push_back(TypeBuilder<types::i<32>*, cross>::get(Context));
216 st.push_back(TypeBuilder<types::i<8>*[], cross>
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFloatPoint3D.h99 // Sets this FloatPoint3D to the cross product of the passed two.
102 void cross(const FloatPoint3D& a, const FloatPoint3D& b) function in class:WebCore::FloatPoint3D
112 // Convenience function returning "this cross point" as a
114 FloatPoint3D cross(const FloatPoint3D& point) const function in class:WebCore::FloatPoint3D
117 result.cross(*this, point);
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkGetF0.h62 extern void get_fast_cands(), a_to_aca(), cross(), crossf(), crossfi(),
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/tcllib/
H A Dplotdemos2.rb61 %w(plus cross circle up down dot upfilled downfilled).each{|sym|
H A Dplotdemos3.rb71 %w(plus cross circle up down dot upfilled downfilled).each{|sym|
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/cursor/
H A Dcursor.tcl25 box_spiral center_ptr circle clock coffee_mug cross cross_reverse \
44 lappend cursors text cross-hair
/macosx-10.9.5/Heimdal-323.92.1/tools/
H A Dkdc-log-analyze.pl150 print "\tNumber of V4 cross realms (krb4 and 524) requests: $v4_cross\n";
152 print "\tTop ten realms performing V4 cross requests:\n";
157 print "\tNumber of V45 cross realms requests: $v5_cross\n";
159 print "\tTop ten realms performing V4 cross requests:\n";
301 print "\tNumber of cross-realm tgs out: $tgs_xrealm_out\n";
303 print "\tTop ten realms used for out cross-realm:\n";
305 print "\tTop ten principals use out cross-realm:\n";
308 print "\tNumber of cross-realm tgs in: $tgs_xrealm_in\n";
310 print "\tTop ten realms used for in cross-realm:\n";
312 print "\tTop ten principals use in cross
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DPannerNode.cpp283 FloatPoint3D listenerRight = listenerFront.cross(listenerUp);
289 FloatPoint3D up = listenerRight.cross(listenerFrontNorm);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Djgraph.vim24 syn keyword jgraphType circle box diamond triangle x cross ellipse
/macosx-10.9.5/vim-53/src/GvimExt/
H A DMake_ming.mak10 # If cross-compiling set this to yes, else set it to no
/macosx-10.9.5/CPANInternal-140/Path-Class/lib/Path/
H A DClass.pm63 C<'/home/ken/foo.txt'> or C<'C:\Windows\Foo.txt'>) in a cross-platform
144 Although it is much easier to write cross-platform-friendly code with
/macosx-10.9.5/llvmCore-3425.0.33/
H A DMakefile20 # When cross-compiling, there are some things (tablegen) that need to
105 # If we're cross-compiling, build the build-hosted tools first
107 all:: cross-compile-build-tools
112 cross-compile-build-tools:
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dchain.test116 test chain-1.5 {chained methods can cross multiple-inheritance branches} {
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/htdocs/raw/
H A Dmem_event.exp46 possible too but has the disadvantage of difficult cross-version
/macosx-10.9.5/tcl-102/tcl/tcl/tools/
H A Dtcltk-man2html.tcl830 ## build a cross-reference link if appropriate
832 proc cross-reference {ref} {
891 puts stderr "multiple cross reference to $ref in $manual(name-$lref) from $manual(wing-file)/$manual(tail)"
952 ## return the cross reference
965 ## insert as many cross references into this text string as are appropriate
967 proc insert-cross-references {text} {
970 ## we identify cross references by:
1022 return $head[insert-cross-references $tail]
1041 return "$head``[cross-reference $body]''[insert-cross
[all...]

Completed in 331 milliseconds

1234567