/external/neven/Embedded/common/src/b_BitFeatureEm/ |
D | Functions.h | 43 #define bbf_BIT_SUM_8( vA ) ( bbf_bit8TblG[ vA ] ) argument 46 #define bbf_BIT_SUM_16( vA ) ( bbf_bit8TblG[ vA & 0x00FF ] + bbf_bit8TblG[ ( vA >> 8 ) & 0x00FF ] ) argument 49 #define bbf_BIT_SUM_32( vA ) ( bbf_bit8TblG[ vA & 0x00FF ] + bbf_bit8TblG[ ( vA >> 8 ) & 0x00FF ] … argument
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/ |
D | rtasm_ppc.c | 293 unsigned vA:5; member 300 emit_vx(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, in emit_vx() 325 unsigned vA:5; member 333 emit_vxr(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, in emit_vxr() 356 unsigned vA:5; member 364 emit_va(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, uint vC, in emit_va() 587 ppc_vaddfp(struct ppc_function *p, uint vD, uint vA, uint vB) in ppc_vaddfp() 594 ppc_vsubfp(struct ppc_function *p, uint vD, uint vA, uint vB) in ppc_vsubfp() 601 ppc_vminfp(struct ppc_function *p, uint vD, uint vA, uint vB) in ppc_vminfp() 608 ppc_vmaxfp(struct ppc_function *p, uint vD, uint vA, uint vB) in ppc_vmaxfp() [all …]
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_ppc.c | 293 unsigned vA:5; member 300 emit_vx(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, in emit_vx() 325 unsigned vA:5; member 333 emit_vxr(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, in emit_vxr() 356 unsigned vA:5; member 364 emit_va(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, uint vC, in emit_va() 587 ppc_vaddfp(struct ppc_function *p, uint vD, uint vA, uint vB) in ppc_vaddfp() 594 ppc_vsubfp(struct ppc_function *p, uint vD, uint vA, uint vB) in ppc_vsubfp() 601 ppc_vminfp(struct ppc_function *p, uint vD, uint vA, uint vB) in ppc_vminfp() 608 ppc_vmaxfp(struct ppc_function *p, uint vD, uint vA, uint vB) in ppc_vmaxfp() [all …]
|
/external/neven/Embedded/common/src/b_TensorEm/ |
D | Functions.c | 38 uint32 bts_absIntLog2( int32 vA ) in bts_absIntLog2()
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
D | SCCP.java | 274 int vA = ((CstInteger) cA).getValue(); in simulateBranch() local 305 int vA = ((CstInteger) cA).getValue(); in simulateBranch() local 402 int vA = ((CstInteger) cA).getValue(); in simulateMath() local
|
/external/chromium_org/third_party/skia/src/sfnt/ |
D | SkOTTable_OS_2.h | 31 struct VA : SkOTTableOS2_VA { } vA; member
|
/external/skia/src/sfnt/ |
D | SkOTTable_OS_2.h | 31 struct VA : SkOTTableOS2_VA { } vA; member
|
/external/clang/test/CodeGen/ |
D | volatile.c | 11 volatile int vA[10]; variable
|
/external/valgrind/main/VEX/priv/ |
D | guest_ppc_toIR.c | 14586 do_vvec_fp_cmp ( IRTemp vA, IRTemp vB, UChar XT, UChar flag_rC, in do_vvec_fp_cmp() 14682 IRTemp vA = newTemp( Ity_V128 ); in dis_vvec_cmp() local 14777 IRTemp vA = newTemp( Ity_V128 ); in dis_vxs_misc() local 14987 IRTemp vA = newTemp( Ity_V128 ); in dis_vx_logic() local 15292 IRTemp vA = newTemp( Ity_V128 ); in dis_vx_permute_misc() local 15631 IRTemp vA = newTemp(Ity_V128); in dis_av_arith() local 16138 IRTemp vA = newTemp(Ity_V128); in dis_av_logic() local 16217 IRTemp vA = newTemp(Ity_V128); in dis_av_cmp() local 16327 IRTemp vA = newTemp(Ity_V128); in dis_av_multarith() local 16592 IRTemp vA = newTemp(Ity_V128); in dis_av_polymultarith() local [all …]
|
/external/chromium_org/content/browser/indexed_db/ |
D | indexed_db_leveldb_coding_unittest.cc | 977 std::string vA = WrappedEncodeByte(n); in TEST() local
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_ra.cpp | 1197 const LValue *vA = node->getValue(); in checkInterference() local
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_ra.cpp | 1197 const LValue *vA = node->getValue(); in checkInterference() local
|