Searched refs:B1 (Results 1 - 25 of 123) sorted by relevance

12345

/macosx-10.10/llvmCore-3425.0.34/unittests/Support/
H A DCasting.cpp73 extern bar &B1;
74 bar &B1 = B; member in namespace:__anon10827
77 const bar &B3 = B1;
81 EXPECT_TRUE(isa<foo>(B1));
88 foo &F1 = cast<foo>(B1);
101 foo *F8 = B1.baz();
114 foo *F15 = B1.caz();
128 foo *F5 = B1.daz();
141 foo *F5 = B1.naz();
149 //foo &F23 = cast_or_null<foo>(B1);
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dia64-opc-b.c206 {"br.call.sptk.few", B, OpPaWhcD (1, 0, 1, 0), {B1, B2}, EMPTY},
207 {"br.call.sptk", B, OpPaWhcD (1, 0, 1, 0), {B1, B2}, PSEUDO, 0, NULL},
208 {"br.call.sptk.few.clr", B, OpPaWhcD (1, 0, 1, 1), {B1, B2}, EMPTY},
209 {"br.call.sptk.clr", B, OpPaWhcD (1, 0, 1, 1), {B1, B2}, PSEUDO, 0, NULL},
210 {"br.call.spnt.few", B, OpPaWhcD (1, 0, 3, 0), {B1, B2}, EMPTY},
211 {"br.call.spnt", B, OpPaWhcD (1, 0, 3, 0), {B1, B2}, PSEUDO, 0, NULL},
212 {"br.call.spnt.few.clr", B, OpPaWhcD (1, 0, 3, 1), {B1, B2}, EMPTY},
213 {"br.call.spnt.clr", B, OpPaWhcD (1, 0, 3, 1), {B1, B2}, PSEUDO, 0, NULL},
214 {"br.call.dptk.few", B, OpPaWhcD (1, 0, 5, 0), {B1, B2}, EMPTY},
215 {"br.call.dptk", B, OpPaWhcD (1, 0, 5, 0), {B1, B
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/tile/
H A Drepeater.tcl42 bind Repeater <B1-Leave> { tile::Repeater::Pause %W }
43 bind Repeater <B1-Enter> { tile::Repeater::Resume %W } ;# @@@ see below
46 bind Repeater <B1-Enter> \
85 ## Pause -- B1-Leave binding
94 ## Resume -- B1-Enter binding
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/FieldGraph/
H A DCGraphModel.py55 B1 = self.phase[1] + self.spacing * cos(a)
58 phix = sin(B0) * E0 + sin(B1) * E1 + sin(B2) * E2
59 phiy = cos(B0) * E0 + cos(B1) * E1 + cos(B2) * E2
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/FieldGraph/
H A DCGraphModel.py55 B1 = self.phase[1] + self.spacing * cos(a)
58 phix = sin(B0) * E0 + sin(B1) * E1 + sin(B2) * E2
59 phiy = cos(B0) * E0 + cos(B1) * E1 + cos(B2) * E2
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/FieldGraph/
H A DCGraphModel.py55 B1 = self.phase[1] + self.spacing * cos(a)
58 phix = sin(B0) * E0 + sin(B1) * E1 + sin(B2) * E2
59 phiy = cos(B0) * E0 + cos(B1) * E1 + cos(B2) * E2
/macosx-10.10/Chess-310.6/sjeng/
H A Dsquares.h25 #define B1 27 macro
/macosx-10.10/emacs-93/emacs/lisp/play/
H A Dmpuz.el217 (let (A B1 B2 C D E squares)
221 (cond ((or (and (setq B1 (or B1 (mpuz-check-all-solved 4 7))
225 B1 B2)
226 (and E (or A (and B1 B2))))
238 ((and A (not (eq B1 D)))
240 ((and (not A) (or (and B2 C) (and B1 D)))
270 (B1 (+ min (random (- 10 min))))
272 (while (if (= B1 (setq B2 (+ min (random (- 10 min)))))
275 D (* A B1)
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Analysis/
H A DTrace.h76 /// Returns true if B1 occurs before B2 in the trace, or if it is the same
79 bool dominates(const BasicBlock *B1, const BasicBlock *B2) const { argument
80 int B1Idx = getBlockIndex(B1), B2Idx = getBlockIndex(B2);
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dsquare24 bind .s <B1-Motion> {center %x %y}
H A Dtoolbar.tcl55 bind $t.tearoff <B1-Motion> [list tearoff $t %X %Y]
56 bind $t.tearoff.to <B1-Motion> [list tearoff $t %X %Y]
57 bind $t.tearoff.to2 <B1-Motion> [list tearoff $t %X %Y]
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dsquare21 bind .s <B1-Motion> {center %x %y}
/macosx-10.10/BerkeleyDB-21/db/test/
H A Drep003.tcl132 rep003_put $masterenv B1 b-one
168 rep003_check $clientenv B1 b-one
191 rep003_check $clientenv B1 b-one
205 rep003_check $clientenv B1 b-one
245 rep003_check $clientenv B1 b-one
/macosx-10.10/tcl-105/tk/tk/library/
H A Dscrlbar.tcl47 bind Scrollbar <B1-Motion> {
50 bind Scrollbar <B1-B2-Motion> {
56 bind Scrollbar <B1-Leave> {
59 bind Scrollbar <B1-Enter> {
65 bind Scrollbar <B1-2> {
77 bind Scrollbar <B1-ButtonRelease-2> {
78 # Do nothing: B1 release will handle it.
H A Dscale.tcl42 bind Scale <B1-Motion> {
45 bind Scale <B1-Leave> { }
46 bind Scale <B1-Enter> { }
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dscrlbar.tcl47 bind Scrollbar <B1-Motion> {
50 bind Scrollbar <B1-B2-Motion> {
56 bind Scrollbar <B1-Leave> {
59 bind Scrollbar <B1-Enter> {
65 bind Scrollbar <B1-2> {
77 bind Scrollbar <B1-ButtonRelease-2> {
78 # Do nothing: B1 release will handle it.
H A Dscale.tcl42 bind Scale <B1-Motion> {
45 bind Scale <B1-Leave> { }
46 bind Scale <B1-Enter> { }
/macosx-10.10/ruby-106/ruby/missing/
H A Dlgamma_r.c23 #define B1 (-1.0 / 2.0) macro
H A Dtgamma.c47 #define B1 (-1.0 / 2.0) macro
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/controlwidget/
H A Drdial.tcl122 bind $win.c <B1-Motion> [list $self drag %W %x]
126 bind $win.c <Shift-B1-Motion> [list $self drag %W %x -1]
130 bind $win.c <Control-B1-Motion> [list $self drag %W %x 1]
136 bind $win.c <B1-Motion> [list $self drag %W %y]
140 bind $win.c <Shift-B1-Motion> [list $self drag %W %y -1]
144 bind $win.c <Control-B1-Motion> [list $self drag %W %y 1]
/macosx-10.10/tcl-105/tk/tk/library/ttk/
H A Dpanedwindow.tcl21 bind TPanedwindow <B1-Motion> { ttk::panedwindow::Drag %W %x %y }
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A Dregguts.h222 #define B1(c) (((c)>>BYTBITS) & BYTMASK) macro
230 #define GETCOLOR(cm, c) ((cm)->tree->tptr[B1(c)]->tcolor[B0(c)])
233 #define GETCOLOR(cm, c) ((cm)->tree->tptr[B3(c)]->tptr[B2(c)]->tptr[B1(c)]->tcolor[B0(c)])
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A Dregguts.h236 #define B1(c) (((c)>>BYTBITS) & BYTMASK) macro
244 #define GETCOLOR(cm, c) ((cm)->tree->tptr[B1(c)]->tcolor[B0(c)])
247 #define GETCOLOR(cm, c) ((cm)->tree->tptr[B3(c)]->tptr[B2(c)]->tptr[B1(c)]->tcolor[B0(c)])
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dwatch.itk474 watch bind minute <B1-Motion> \
479 watch bind hour <B1-Motion> \
484 watch bind second <B1-Motion> \
493 watch bind minute <B1-Motion> {}
496 watch bind hour <B1-Motion> {}
499 watch bind second <B1-Motion> {}
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A DSection.tcl121 bind .c <B1-Motion> [list Drag %x %y]
145 .c2 bind m1 <B1-Motion> {
149 .c2 bind m2 <B1-Motion> {

Completed in 300 milliseconds

12345