/external/neven/Embedded/common/src/b_BitFeatureEm/ |
H A D | Functions.h | 43 #define bbf_BIT_SUM_8( vA ) ( bbf_bit8TblG[ vA ] ) 46 #define bbf_BIT_SUM_16( vA ) ( bbf_bit8TblG[ vA & 0x00FF ] + bbf_bit8TblG[ ( vA >> 8 ) & 0x00FF ] ) 49 #define bbf_BIT_SUM_32( vA ) ( bbf_bit8TblG[ vA & 0x00FF ] + bbf_bit8TblG[ ( vA >> 8 ) & 0x00FF ] + bbf_bit8TblG[ ( vA >> 16 ) & 0x00FF ] + bbf_bit8TblG[ ( vA >> 2 [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/ |
H A D | rtasm_ppc.h | 94 ppc_vaddfp(struct ppc_function *p,uint vD, uint vA, uint vB); 98 ppc_vsubfp(struct ppc_function *p, uint vD, uint vA, uint vB); 102 ppc_vminfp(struct ppc_function *p, uint vD, uint vA, uint vB); 106 ppc_vmaxfp(struct ppc_function *p, uint vD, uint vA, uint vB); 108 /** vector float mult add: vD = vA * vB + vC */ 110 ppc_vmaddfp(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC); 112 /** vector float negative mult subtract: vD = vA - vB * vC */ 114 ppc_vnmsubfp(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC); 118 ppc_vcmpgtfpx(struct ppc_function *p, uint vD, uint vA, uint vB); 122 ppc_vcmpgefpx(struct ppc_function *p, uint vD, uint vA, uin [all...] |
H A D | rtasm_ppc.c | 293 unsigned vA:5; member in struct:vx_inst::__anon12051 300 emit_vx(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, argument 306 inst.inst.vA = vA; 313 printf(format, vD, vB, vA); 315 printf(format, vD, vA, vB); 325 unsigned vA:5; member in struct:vxr_inst::__anon12052 333 emit_vxr(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, argument 339 inst.inst.vA = vA; 356 unsigned vA:5; member in struct:va_inst::__anon12053 364 emit_va(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, uint vC, const char *format) argument 587 ppc_vaddfp(struct ppc_function *p, uint vD, uint vA, uint vB) argument 594 ppc_vsubfp(struct ppc_function *p, uint vD, uint vA, uint vB) argument 601 ppc_vminfp(struct ppc_function *p, uint vD, uint vA, uint vB) argument 608 ppc_vmaxfp(struct ppc_function *p, uint vD, uint vA, uint vB) argument 615 ppc_vmaddfp(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC) argument 623 ppc_vnmsubfp(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC) argument 631 ppc_vcmpgtfpx(struct ppc_function *p, uint vD, uint vA, uint vB) argument 638 ppc_vcmpgefpx(struct ppc_function *p, uint vD, uint vA, uint vB) argument 645 ppc_vcmpeqfpx(struct ppc_function *p, uint vD, uint vA, uint vB) argument 736 ppc_vand(struct ppc_function *p, uint vD, uint vA, uint vB) argument 743 ppc_vandc(struct ppc_function *p, uint vD, uint vA, uint vB) argument 750 ppc_vor(struct ppc_function *p, uint vD, uint vA, uint vB) argument 757 ppc_vnor(struct ppc_function *p, uint vD, uint vA, uint vB) argument 764 ppc_vxor(struct ppc_function *p, uint vD, uint vA, uint vB) argument 771 ppc_vmove(struct ppc_function *p, uint vD, uint vA) argument 806 ppc_vperm(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC) argument 813 ppc_vsel(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC) argument 850 ppc_vslw(struct ppc_function *p, uint vD, uint vA, uint vB) argument [all...] |
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
H A D | rtasm_ppc.h | 94 ppc_vaddfp(struct ppc_function *p,uint vD, uint vA, uint vB); 98 ppc_vsubfp(struct ppc_function *p, uint vD, uint vA, uint vB); 102 ppc_vminfp(struct ppc_function *p, uint vD, uint vA, uint vB); 106 ppc_vmaxfp(struct ppc_function *p, uint vD, uint vA, uint vB); 108 /** vector float mult add: vD = vA * vB + vC */ 110 ppc_vmaddfp(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC); 112 /** vector float negative mult subtract: vD = vA - vB * vC */ 114 ppc_vnmsubfp(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC); 118 ppc_vcmpgtfpx(struct ppc_function *p, uint vD, uint vA, uint vB); 122 ppc_vcmpgefpx(struct ppc_function *p, uint vD, uint vA, uin [all...] |
H A D | rtasm_ppc.c | 293 unsigned vA:5; member in struct:vx_inst::__anon22413 300 emit_vx(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, argument 306 inst.inst.vA = vA; 313 printf(format, vD, vB, vA); 315 printf(format, vD, vA, vB); 325 unsigned vA:5; member in struct:vxr_inst::__anon22414 333 emit_vxr(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, argument 339 inst.inst.vA = vA; 356 unsigned vA:5; member in struct:va_inst::__anon22415 364 emit_va(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, uint vC, const char *format) argument 587 ppc_vaddfp(struct ppc_function *p, uint vD, uint vA, uint vB) argument 594 ppc_vsubfp(struct ppc_function *p, uint vD, uint vA, uint vB) argument 601 ppc_vminfp(struct ppc_function *p, uint vD, uint vA, uint vB) argument 608 ppc_vmaxfp(struct ppc_function *p, uint vD, uint vA, uint vB) argument 615 ppc_vmaddfp(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC) argument 623 ppc_vnmsubfp(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC) argument 631 ppc_vcmpgtfpx(struct ppc_function *p, uint vD, uint vA, uint vB) argument 638 ppc_vcmpgefpx(struct ppc_function *p, uint vD, uint vA, uint vB) argument 645 ppc_vcmpeqfpx(struct ppc_function *p, uint vD, uint vA, uint vB) argument 736 ppc_vand(struct ppc_function *p, uint vD, uint vA, uint vB) argument 743 ppc_vandc(struct ppc_function *p, uint vD, uint vA, uint vB) argument 750 ppc_vor(struct ppc_function *p, uint vD, uint vA, uint vB) argument 757 ppc_vnor(struct ppc_function *p, uint vD, uint vA, uint vB) argument 764 ppc_vxor(struct ppc_function *p, uint vD, uint vA, uint vB) argument 771 ppc_vmove(struct ppc_function *p, uint vD, uint vA) argument 806 ppc_vperm(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC) argument 813 ppc_vsel(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC) argument 850 ppc_vslw(struct ppc_function *p, uint vD, uint vA, uint vB) argument [all...] |
/external/neven/Embedded/common/src/b_TensorEm/ |
H A D | Functions.h | 53 uint32 bts_absIntLog2( int32 vA );
|
H A D | Functions.c | 38 uint32 bts_absIntLog2( int32 vA ) 40 return bbs_intLog2( bbs_abs( vA ) );
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
H A D | SCCP.java | 274 int vA = ((CstInteger) cA).getValue(); 277 constantSuccessor = (vA == 0); 280 constantSuccessor = (vA != 0); 283 constantSuccessor = (vA < 0); 286 constantSuccessor = (vA >= 0); 289 constantSuccessor = (vA <= 0); 292 constantSuccessor = (vA > 0); 305 int vA = ((CstInteger) cA).getValue(); 309 constantSuccessor = (vA == vB); 312 constantSuccessor = (vA ! [all...] |
/external/clang/test/CodeGen/ |
H A D | volatile.c | 10 volatile int vA[10]; variable 59 i=vA[2]; 60 // CHECK: load volatile i32* getelementptr {{.*}} @vA 132 vA[2]=i; 134 // CHECK: store volatile i32 {{.*}}, i32* getelementptr {{.*}} @vA
|
/external/chromium_org/third_party/skia/src/sfnt/ |
H A D | SkOTTable_OS_2.h | 31 struct VA : SkOTTableOS2_VA { } vA; member in union:SkOTTableOS2::Version
|
/external/skia/src/sfnt/ |
H A D | SkOTTable_OS_2.h | 31 struct VA : SkOTTableOS2_VA { } vA; member in union:SkOTTableOS2::Version
|
/external/valgrind/main/VEX/priv/ |
H A D | guest_ppc_toIR.c | 13592 do_vvec_fp_cmp ( IRTemp vA, IRTemp vB, UChar XT, UChar flag_rC, argument 13609 assign(frA_hi, unop(Iop_ReinterpI64asF64, unop(Iop_V128HIto64, mkexpr( vA )))); 13611 assign(frA_lo, unop(Iop_ReinterpI64asF64, unop(Iop_V128to64, mkexpr( vA )))); 13688 IRTemp vA = newTemp( Ity_V128 ); local 13696 assign( vA, getVSReg( XA ) ); 13704 do_vvec_fp_cmp(vA, vB, XT, flag_rC, PPC_CMP_EQ); 13712 do_vvec_fp_cmp(vA, vB, XT, flag_rC, PPC_CMP_GE); 13720 do_vvec_fp_cmp(vA, vB, XT, flag_rC, PPC_CMP_GT); 13730 assign( vD, binop(Iop_CmpEQ32Fx4, mkexpr(vA), mkexpr(vB)) ); 13744 assign( vD, binop(Iop_CmpGE32Fx4, mkexpr(vA), mkexp 13783 IRTemp vA = newTemp( Ity_V128 ); local 13941 IRTemp vA = newTemp( Ity_V128 ); local 14166 IRTemp vA = newTemp( Ity_V128 ); local 14505 IRTemp vA = newTemp(Ity_V128); local 14959 IRTemp vA = newTemp(Ity_V128); local 15017 IRTemp vA = newTemp(Ity_V128); local 15109 IRTemp vA = newTemp(Ity_V128); local 15374 IRTemp vA = newTemp(Ity_V128); local 15517 IRTemp vA = newTemp(Ity_V128); local 15694 IRTemp vA = newTemp(Ity_V128); local 15959 IRTemp vA = newTemp(Ity_V128); local 16070 IRTemp vA = newTemp(Ity_V128); local [all...] |
/external/chromium_org/content/browser/indexed_db/ |
H A D | indexed_db_leveldb_coding_unittest.cc | 838 std::string vA = WrappedEncodeByte(n); local 841 EXPECT_EQ(vA.size(), vB.size()); 842 EXPECT_EQ(*vA.begin(), *vB.begin());
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
H A D | v8-raytrace.js | 801 var vA = Flog.RayTracer.Color.prototype.multiplyScalar(color, 0.5); 803 color = Flog.RayTracer.Color.prototype.addScalar(vA,dB);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
H A D | v8-raytrace.js | 801 var vA = Flog.RayTracer.Color.prototype.multiplyScalar(color, 0.5); 803 color = Flog.RayTracer.Color.prototype.addScalar(vA,dB);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
H A D | v8-raytrace.js | 770 var vA = Flog.RayTracer.Color.prototype.multiplyScalar(color, 0.5); 772 color = Flog.RayTracer.Color.prototype.addScalar(vA,dB);
|
/external/chromium_org/v8/benchmarks/ |
H A D | raytrace.js | 775 var vA = Flog.RayTracer.Color.prototype.multiplyScalar(color, 0.5); 777 color = Flog.RayTracer.Color.prototype.addScalar(vA,dB);
|
/external/v8/benchmarks/ |
H A D | raytrace.js | 775 var vA = Flog.RayTracer.Color.prototype.multiplyScalar(color, 0.5); 777 color = Flog.RayTracer.Color.prototype.addScalar(vA,dB);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
H A D | nv50_ir_ra.cpp | 1197 const LValue *vA = node->getValue(); local 1202 if (vA->compound | vB->compound) { 1204 for (Value::DefCIterator D = vA->defs.begin(); D != vA->defs.end(); ++D) { 1237 vA->id, vB->id, intf->reg, intf->colors);
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
H A D | nv50_ir_ra.cpp | 1197 const LValue *vA = node->getValue(); local 1202 if (vA->compound | vB->compound) { 1204 for (Value::DefCIterator D = vA->defs.begin(); D != vA->defs.end(); ++D) { 1237 vA->id, vB->id, intf->reg, intf->colors);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.help.base_3.5.2.v201011171123.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/chromium_org/v8/tools/profviz/ |
H A D | gnuplot-4.6.3-emscripten.js | [all...] |