Searched refs:B2 (Results 1 - 25 of 85) sorted by relevance

1234

/macosx-10.10/llvmCore-3425.0.34/unittests/Support/
H A DCasting.cpp75 extern const bar *B2;
78 const bar *const B4 = B2;
82 EXPECT_TRUE(isa<foo>(B2));
90 const foo *F3 = cast<foo>(B2);
92 const foo *F4 = cast<foo>(B2);
106 const foo *F11 = cast_or_null<foo>(B2);
108 const foo *F12 = cast_or_null<foo>(B2);
119 const foo *F1 = dyn_cast<foo>(B2);
121 const foo *F2 = dyn_cast<foo>(B2);
133 const foo *F1 = dyn_cast_or_null<foo>(B2);
152 const bar *B2 = &B; member in namespace:__anon10827
[all...]
/macosx-10.10/ruby-106/ruby/missing/
H A Dlgamma_r.c24 #define B2 ( 1.0 / 6.0) macro
46 + (B4 / ( 4 * 3))) * w + (B2 / ( 2 * 1))) / x
H A Dtgamma.c48 #define B2 ( 1.0 / 6.0) macro
68 + (B4 / ( 4 * 3))) * w + (B2 / ( 2 * 1))) / x
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dia64-opc-b.c82 B0, OpX6BtypePaWhaDPr (0, 0x20, 0, a, 0, b, 0), {B2}, PSEUDO, 0, NULL
91 #define BR(a,b,c,d,e) B0, OpX6BtypePaWhaD (0, a, b, c, d, e), {B2}, EMPTY
92 #define BRP(a,b,c,d,e) B0, OpX6BtypePaWhaD (0, a, b, c, d, e), {B2}, PSEUDO, 0, NULL
93 #define BRT(a,b,c,d,e,f) B0, OpX6BtypePaWhaD (0, a, b, c, d, e), {B2}, f, 0, NULL
206 {"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}, PSEUD
[all...]
H A Dia64-opc.h62 #define B2 IA64_OPND_B2 macro
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/FieldGraph/
H A DCGraphModel.py56 B2 = self.phase[2] + 2 * 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.py56 B2 = self.phase[2] + 2 * 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.py56 B2 = self.phase[2] + 2 * 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.h34 #define B2 39 macro
/macosx-10.10/emacs-93/emacs/lisp/play/
H A Dmpuz.el217 (let (A B1 B2 C D E squares)
222 B2 (or B2 (mpuz-check-all-solved 4 9))
225 B1 B2)
226 (and E (or A (and B1 B2))))
236 ((and A (not (eq B2 C)))
240 ((and (not A) (or (and B2 C) (and B1 D)))
271 B2 C D E)
272 (while (if (= B1 (setq B2 (+ min (random (- 10 min)))))
274 (setq C (* A B2)
[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
77 /// block as B2.. Both blocks must be in the trace.
79 bool dominates(const BasicBlock *B1, const BasicBlock *B2) const {
80 int B1Idx = getBlockIndex(B1), B2Idx = getBlockIndex(B2);
/macosx-10.10/tcl-105/tk/tk/library/
H A Dscale.tcl55 bind Scale <B2-Motion> {
58 bind Scale <B2-Leave> { }
59 bind Scale <B2-Enter> { }
68 bind Scale <B3-Motion> [bind Scale <B2-Motion>]
69 bind Scale <B3-Leave> [bind Scale <B2-Leave>]
70 bind Scale <B3-Enter> [bind Scale <B2-Enter>]
H A Dscrlbar.tcl50 bind Scrollbar <B1-B2-Motion> {
68 bind Scrollbar <B2-1> {
71 bind Scrollbar <B2-Motion> {
80 bind Scrollbar <B2-ButtonRelease-1> {
81 # Do nothing: B2 release will handle it.
83 bind Scrollbar <B2-Leave> {
86 bind Scrollbar <B2-Enter> {
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dscale.tcl55 bind Scale <B2-Motion> {
58 bind Scale <B2-Leave> { }
59 bind Scale <B2-Enter> { }
68 bind Scale <B3-Motion> [bind Scale <B2-Motion>]
69 bind Scale <B3-Leave> [bind Scale <B2-Leave>]
70 bind Scale <B3-Enter> [bind Scale <B2-Enter>]
H A Dscrlbar.tcl50 bind Scrollbar <B1-B2-Motion> {
68 bind Scrollbar <B2-1> {
71 bind Scrollbar <B2-Motion> {
80 bind Scrollbar <B2-ButtonRelease-1> {
81 # Do nothing: B2 release will handle it.
83 bind Scrollbar <B2-Leave> {
86 bind Scrollbar <B2-Enter> {
/macosx-10.10/BerkeleyDB-21/db/test/
H A Drep003.tcl148 rep003_put $masterenv B2 b-two
169 rep003_check $clientenv B2 b-two
192 rep003_check $clientenv B2 b-two
206 rep003_check $clientenv B2 b-two
246 rep003_check $clientenv B2 b-two
/macosx-10.10/ruby-106/ruby/bootstraptest/
H A Dtest_class.rb79 assert_equal 'A::B2', %q( class A; end
81 class A::B2 < A::B; end
82 A::B2 )
85 class A::B2 < A::B; end
86 A::B2.class )
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/stringprep/
H A Dstringprep.tcl176 set B2 0
180 B.2 { set B2 1 }
194 if {$B2 || ($info & $B3Mask)} {
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/canvas/
H A Dcity.tcl46 bind .map <B2-Motion> {%W scan dragto %x %y}
/macosx-10.10/tcl-105/tk/tk/library/ttk/
H A Dscale.tcl19 bind TScale <B2-Motion> { ttk::scale::Drag %W %x %y }
H A Dscrollbar.tcl37 bind TScrollbar <B2-Motion> { ttk::scrollbar::Drag %W %x %y }
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A Dregguts.h223 #define B2(c) (((c)>>(2*BYTBITS)) & BYTMASK) macro
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.h237 #define B2(c) (((c)>>(2*BYTBITS)) & BYTMASK) macro
247 #define GETCOLOR(cm, c) ((cm)->tree->tptr[B3(c)]->tptr[B2(c)]->tptr[B1(c)]->tcolor[B0(c)])
/macosx-10.10/libpcap-48/libpcap/
H A Dscanner.l97 B2 ([0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f])
185 MAC ({B}:{B}:{B}:{B}:{B}:{B}|{B}\-{B}\-{B}\-{B}\-{B}\-{B}|{B}\.{B}\.{B}\.{B}\.{B}\.{B}|{B2}\.{B2}\.{B2}|{B2}{3})
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dcalculus.tcl476 set B2 [expr {$A/$xstep-0.5*$B+0.5*$C*$xstep}]
479 lappend bcoeff [expr {-$B1-$B2}]
539 set B2 [lindex $bcoeff $i]
542 set B2 [expr {$B2-$ratab*$C}]
544 lappend bcoeff2 $B2
546 set B $B2

Completed in 397 milliseconds

1234