Searched refs:bc (Results 1 - 25 of 282) sorted by relevance

1234567891011>>

/external/clang/test/CodeGenCXX/
H A Daddress-space-ref.cpp17 class bc;
18 typedef bc b __attribute__((address_space(1)));
24 // CHECK: define %class.bc addrspace(1)* @_Z3barRU3AS12bcS1_(%class.bc addrspace(1)* %x, %class.bc addrspace(1)* %y)
28 bc & bar2(bc &x, bc & y) {
32 // CHECK: define nonnull %class.bc* @_Z4bar2R2bcS0_(%class.bc* nonnul
[all...]
/external/testng/src/test/java/test/verify/
H A DVerify3SampleTest.java10 public void bc() { method in class:Verify3SampleTest
/external/mesa3d/src/gallium/drivers/r600/
H A Deg_asm.c30 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf) argument
41 bc->bytecode[id++] =
49 bc->bytecode[id++] = EG_V_SQ_CF_ALU_WORD1_SQ_CF_INST_EXTENDED |
56 bc->bytecode[id++] = S_SQ_CF_ALU_WORD0_ADDR(cf->addr >> 1) |
60 bc->bytecode[id++] = cf->inst |
69 bc->bytecode[id++] = S_SQ_CF_WORD0_ADDR(cf->addr >> 1);
70 bc->bytecode[id++] = cf->inst |
76 bc->bytecode[id++] = S_SQ_CF_ALLOC_EXPORT_WORD0_RW_GPR(cf->output.gpr) |
80 bc->bytecode[id] = S_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(cf->output.burst_count - 1) |
87 if (bc
[all...]
H A Dr600_asm.c36 static inline unsigned int r600_bytecode_get_num_operands(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) argument
41 switch (bc->chip_class) {
212 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id);
257 void r600_bytecode_init(struct r600_bytecode *bc, enum chip_class chip_class, enum radeon_family family) argument
261 bc->ar_handling = AR_HANDLE_RV6XX;
262 bc->r6xx_nop_after_rel_dst = 1;
264 bc->ar_handling = AR_HANDLE_NORMAL;
265 bc->r6xx_nop_after_rel_dst = 0;
268 LIST_INITHEAD(&bc->cf);
269 bc
272 r600_bytecode_add_cf(struct r600_bytecode *bc) argument
295 r600_bytecode_add_output(struct r600_bytecode *bc, const struct r600_bytecode_output *output) argument
342 is_alu_once_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) argument
423 is_alu_reduction_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) argument
444 is_alu_cube_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) argument
459 is_alu_mova_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) argument
493 is_alu_vec_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) argument
548 is_alu_trans_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) argument
584 is_alu_any_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) argument
590 is_nop_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) argument
603 assign_alu_units(struct r600_bytecode *bc, struct r600_bytecode_alu *alu_first, struct r600_bytecode_alu *assignment[5]) argument
692 reserve_cfile(struct r600_bytecode *bc, struct alu_bank_swizzle *bs, unsigned sel, unsigned chan) argument
734 check_vector(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, struct alu_bank_swizzle *bs, int bank_swizzle) argument
764 check_scalar(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, struct alu_bank_swizzle *bs, int bank_swizzle) argument
810 check_and_set_bank_swizzle(struct r600_bytecode *bc, struct r600_bytecode_alu *slots[5]) argument
893 replace_gpr_with_pv_ps(struct r600_bytecode *bc, struct r600_bytecode_alu *slots[5], struct r600_bytecode_alu *alu_prev) argument
985 r600_bytecode_alu_nliterals(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, uint32_t literal[4], unsigned *nliteral) argument
1011 r600_bytecode_alu_adjust_literals(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, uint32_t literal[4], unsigned nliteral) argument
1031 merge_inst_groups(struct r600_bytecode *bc, struct r600_bytecode_alu *slots[5], struct r600_bytecode_alu *alu_prev) argument
1203 r600_bytecode_alloc_kcache_line(struct r600_bytecode *bc, struct r600_bytecode_kcache *kcache, unsigned bank, unsigned line) argument
1263 r600_bytecode_alloc_inst_kcache_lines(struct r600_bytecode *bc, struct r600_bytecode_kcache *kcache, struct r600_bytecode_alu *alu) argument
1284 r600_bytecode_assign_kcache_banks(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, struct r600_bytecode_kcache * kcache) argument
1321 r600_bytecode_alloc_kcache_lines(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, int type) argument
1357 insert_nop_r6xx(struct r600_bytecode *bc) argument
1376 load_ar_r6xx(struct r600_bytecode *bc) argument
1403 load_ar(struct r600_bytecode *bc) argument
1431 r600_bytecode_add_alu_type(struct r600_bytecode *bc, const struct r600_bytecode_alu *alu, int type) argument
1552 r600_bytecode_add_alu(struct r600_bytecode *bc, const struct r600_bytecode_alu *alu) argument
1557 r600_bytecode_num_tex_and_vtx_instructions(const struct r600_bytecode *bc) argument
1574 last_inst_was_not_vtx_fetch(struct r600_bytecode *bc) argument
1591 r600_bytecode_add_vtx(struct r600_bytecode *bc, const struct r600_bytecode_vtx *vtx) argument
1638 r600_bytecode_add_tex(struct r600_bytecode *bc, const struct r600_bytecode_tex *tex) argument
1688 r600_bytecode_add_cfinst(struct r600_bytecode *bc, int inst) argument
1700 cm_bytecode_add_cf_end(struct r600_bytecode *bc) argument
1706 r600_bytecode_vtx_build(struct r600_bytecode *bc, struct r600_bytecode_vtx *vtx, unsigned id) argument
1735 r600_bytecode_tex_build(struct r600_bytecode *bc, struct r600_bytecode_tex *tex, unsigned id) argument
1765 r600_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id) argument
1817 r600_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf) argument
1901 r600_bytecode_build(struct r600_bytecode *bc) argument
2197 r600_bytecode_clear(struct r600_bytecode *bc) argument
2233 r600_bytecode_dump(struct r600_bytecode *bc) argument
2754 struct r600_bytecode bc; local
[all...]
H A Dr600_asm.h222 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf);
225 void r600_bytecode_init(struct r600_bytecode *bc, enum chip_class chip_class, enum radeon_family family);
226 void r600_bytecode_clear(struct r600_bytecode *bc);
227 int r600_bytecode_add_alu(struct r600_bytecode *bc, const struct r600_bytecode_alu *alu);
228 int r600_bytecode_add_vtx(struct r600_bytecode *bc, const struct r600_bytecode_vtx *vtx);
229 int r600_bytecode_add_tex(struct r600_bytecode *bc, const struct r600_bytecode_tex *tex);
230 int r600_bytecode_add_output(struct r600_bytecode *bc, const struct r600_bytecode_output *output);
231 int r600_bytecode_build(struct r600_bytecode *bc);
232 int r600_bytecode_add_cfinst(struct r600_bytecode *bc, int inst);
233 int r600_bytecode_add_alu_type(struct r600_bytecode *bc, cons
[all...]
/external/clang/test/Sema/
H A Dzvector.c7 vector bool char bc, bc2; variable
48 bc = bc2;
67 bc = sc2; // expected-error {{incompatible type}}
68 bc = uc2; // expected-error {{incompatible type}}
74 bc = sc_scalar; // expected-error {{incompatible type}}
75 bc = uc_scalar; // expected-error {{incompatible type}}
97 bc = us2; // expected-error {{incompatible type}}
98 bc = ui2; // expected-error {{incompatible type}}
99 bc = ul2; // expected-error {{incompatible type}}
100 bc
[all...]
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.type/
H A Dp1.cpp10 B<T>::C bc; // ok, B<T> is the current instantiation. member in struct:Example1::A
15 B<B<T>>::C bc; // ok, B<B<T>> is the current instantiation. member in struct:Example1::A
20 B<B<T>>::C bc; // expected-error {{missing 'typename'}} member in struct:Example1::A
/external/skia/src/effects/gradients/
H A DSkGradientBitmapCache.h41 AutoValidate(const SkGradientBitmapCache* bc) : fBC(bc) { bc->validate(); } argument
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dplot_bars.sh83 box_width=$(echo "(1.0-$tcp_space/2)/$num_flows" | bc -l)
87 abscissa=$(echo $x_start + 0.5 + 0.5*$box_width | bc)
90 abscissa=$(echo $abscissa + $box_width | bc)
93 abscissa=$(echo $abscissa + $tcp_space | bc)
97 abscissa=$(echo $abscissa + $box_width | bc)
101 box_width=$(echo 1.0/$num_flows | bc -l)
126 if (( $(bc <<< "$y > $y_max") == 1 )); then
138 if (( $(bc <<< "$y > $y_max") == 1 )) ; then
148 if (( $(bc <<< "$y > $y_max") == 1 )) ; then
153 y_max=$(echo $y_max*1.1 | bc)
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/bc/
H A DBCObjectIdentifiers.java1 package org.bouncycastle.asn1.bc;
15 public static final ASN1ObjectIdentifier bc = new ASN1ObjectIdentifier("1.3.6.1.4.1.22554"); field in interface:BCObjectIdentifiers
22 public static final ASN1ObjectIdentifier bc_pbe = bc.branch("1");
73 public static final ASN1ObjectIdentifier bc_sig = bc.branch("2");
87 // public static final ASN1ObjectIdentifier bc_exch = bc.branch("3");
/external/libcxx/test/std/containers/unord/unord.map/
H A Dbucket.pass.cpp44 size_t bc = c.bucket_count(); local
45 assert(bc >= 5);
47 LIBCPP_ASSERT(c.bucket(i) == i % bc);
64 size_t bc = c.bucket_count(); local
65 assert(bc >= 5);
67 LIBCPP_ASSERT(c.bucket(i) == i % bc);
/external/libcxx/test/std/containers/unord/unord.multimap/
H A Dbucket.pass.cpp44 size_t bc = c.bucket_count(); local
45 assert(bc >= 7);
47 LIBCPP_ASSERT(c.bucket(i) == i % bc);
64 size_t bc = c.bucket_count(); local
65 assert(bc >= 7);
67 LIBCPP_ASSERT(c.bucket(i) == i % bc);
/external/libcxx/test/std/containers/unord/unord.multiset/
H A Dbucket.pass.cpp43 size_t bc = c.bucket_count(); local
44 assert(bc >= 7);
46 LIBCPP_ASSERT(c.bucket(i) == i % bc);
63 size_t bc = c.bucket_count(); local
64 assert(bc >= 7);
66 LIBCPP_ASSERT(c.bucket(i) == i % bc);
/external/libcxx/test/std/containers/unord/unord.set/
H A Dbucket.pass.cpp43 size_t bc = c.bucket_count(); local
44 assert(bc >= 5);
46 LIBCPP_ASSERT(c.bucket(i) == i % bc);
62 size_t bc = c.bucket_count(); local
63 assert(bc >= 5);
65 LIBCPP_ASSERT(c.bucket(i) == i % bc);
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
H A DMakefile3 %.bc: %.ll
6 %.llc.s: %.bc
22 rm -f $(patsubst %.clean,%.bc,$@) $(patsubst %.clean,%.*.s,$@) \
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodemv.c17 static B_PREDICTION_MODE read_bmode(vp8_reader *bc, const vp8_prob *p) { argument
18 const int i = vp8_treed_read(bc, vp8_bmode_tree, p);
23 static MB_PREDICTION_MODE read_ymode(vp8_reader *bc, const vp8_prob *p) { argument
24 const int i = vp8_treed_read(bc, vp8_ymode_tree, p);
29 static MB_PREDICTION_MODE read_kf_ymode(vp8_reader *bc, const vp8_prob *p) { argument
30 const int i = vp8_treed_read(bc, vp8_kf_ymode_tree, p);
35 static MB_PREDICTION_MODE read_uv_mode(vp8_reader *bc, const vp8_prob *p) { argument
36 const int i = vp8_treed_read(bc, vp8_uv_mode_tree, p);
42 vp8_reader *const bc = &pbi->mbc[8]; local
46 mi->mbmi.mode = read_kf_ymode(bc, vp8_kf_ymode_pro
96 read_mvcontexts(vp8_reader *bc, MV_CONTEXT *mvc) argument
123 vp8_reader *const bc = &pbi->mbc[8]; local
187 decode_split_mv(vp8_reader *const bc, MODE_INFO *mi, const MODE_INFO *left_mb, const MODE_INFO *above_mb, MB_MODE_INFO *mbmi, int_mv best_mv, MV_CONTEXT *const mvc, int mb_to_left_edge, int mb_to_right_edge, int mb_to_top_edge, int mb_to_bottom_edge) argument
285 vp8_reader *const bc = &pbi->mbc[8]; local
[all...]
/external/v8/src/
H A Ddiy-fp.cc23 uint64_t bc = b * c; local
26 uint64_t tmp = (bd >> 32) + (ad & kM32) + (bc & kM32);
30 uint64_t result_f = ac + (ad >> 32) + (bc >> 32) + (tmp >> 32);
/external/libvpx/libvpx/vp8/encoder/
H A Dbitstream.c88 vp8_writer *const w = cpi->bc;
106 static void write_ymode(vp8_writer *bc, int m, const vp8_prob *p) { argument
107 vp8_write_token(bc, vp8_ymode_tree, p, vp8_ymode_encodings + m);
110 static void kfwrite_ymode(vp8_writer *bc, int m, const vp8_prob *p) { argument
111 vp8_write_token(bc, vp8_kf_ymode_tree, p, vp8_kf_ymode_encodings + m);
114 static void write_uv_mode(vp8_writer *bc, int m, const vp8_prob *p) { argument
115 vp8_write_token(bc, vp8_uv_mode_tree, p, vp8_uv_mode_encodings + m);
118 static void write_bmode(vp8_writer *bc, int m, const vp8_prob *p) { argument
119 vp8_write_token(bc, vp8_bmode_tree, p, vp8_bmode_encodings + m);
122 static void write_split(vp8_writer *bc, in argument
600 vp8_writer *const bc = cpi->bc; local
1046 put_delta_q(vp8_writer *bc, int delta_q) argument
1064 vp8_writer *const bc = cpi->bc; local
[all...]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/bc/
H A DBcDigestProvider.java1 package org.bouncycastle.operator.bc;
/external/clang/test/SemaCXX/
H A Doverload-call-copycon.cpp34 void test_copycon2(A a, const A ac, B b, B const bc, B volatile bv) { argument
36 copycon2(bc); // expected-error{{no matching constructor}}
45 void test_copycon3(B b, const B bc) { argument
47 copycon3(bc); // expected-error{{no matching constructor}}
/external/testng/src/test/java/test/
H A DBaseLogTest.java17 public void bc() { method in class:BaseLogTest
/external/testng/src/test/java/test/superclass/
H A DBase1.java8 public void bc() { method in class:Base1
H A DBase2.java10 public void bc() { method in class:Base2
/external/clang/test/CodeGen/
H A Dzvector.c6 volatile vector bool char bc, bc2; variable
279 // CHECK: [[VAL1:%[^ ]+]] = load volatile <16 x i8>, <16 x i8>* @bc
282 sc = bc + sc2;
291 // CHECK: [[VAL1:%[^ ]+]] = load volatile <16 x i8>, <16 x i8>* @bc
294 uc = bc + uc2;
467 // CHECK: [[VAL1:%[^ ]+]] = load volatile <16 x i8>, <16 x i8>* @bc
470 sc = bc - sc2;
479 // CHECK: [[VAL1:%[^ ]+]] = load volatile <16 x i8>, <16 x i8>* @bc
482 uc = bc - uc2;
921 bc
[all...]
/external/swiftshader/third_party/LLVM/utils/
H A DimportNLT.pl25 ($day, $mon, $year, $prog, $gccas, $bc, $llccompile, $llcbetacompile, $jitcompile,
32 if ($bc =~ /\d/)
35 ('$prog', STR_TO_DATE('$day $mon $year', '\%d \%M \%Y'), 'bytecode', $bc)") || die DBI->errstr;

Completed in 615 milliseconds

1234567891011>>