Home
last modified time | relevance | path

Searched refs:sbase (Results 1 – 10 of 10) sorted by relevance

/external/iproute2/ip/
Difcfg4 local sbase fwd
5 sbase=/proc/sys/net/ipv4/conf
7 if [ -d $sbase ]; then
8 for dir in $sbase/*/forwarding; do
/external/llvm/lib/Target/R600/
DVIInstructions.td21 (SIload_constant v4i32:$sbase, IMM20bit:$offset),
22 (S_BUFFER_LOAD_DWORD_IMM $sbase, (as_i32imm $offset))
DVIInstrFormats.td93 bits<7> sbase;
98 let Inst{5-0} = sbase{6-1};
DSIInstructions.td2121 (constant_load (add i64:$sbase, (i64 IMM8bitDWORD:$offset))),
2122 (vt (Instr_IMM $sbase, (as_dword_i32imm $offset)))
2127 (constant_load (add i64:$sbase, (i64 IMM32bit:$offset))),
2128 (vt (Instr_SGPR $sbase, (S_MOV_B32 (i32 (as_i32imm $offset)))))
2133 (constant_load i64:$sbase),
2134 (vt (Instr_IMM $sbase, 0))
2142 (constant_load (add i64:$sbase, (i64 IMM20bit:$offset))),
2143 (vt (Instr_IMM $sbase, (as_i32imm $offset)))
2148 (constant_load (add i64:$sbase, (i64 IMM32bit:$offset))),
2149 (vt (Instr_SGPR $sbase, (S_MOV_B32 (i32 (as_i32imm $offset)))))
[all …]
DSIInstrFormats.td212 bits<7> sbase;
217 let Inst{14-9} = sbase{6-1};
DSIInstrInfo.td769 (ins baseClass:$sbase, u32imm:$offset),
770 opName#" $dst, $sbase, $offset", []
775 (ins baseClass:$sbase, SReg_32:$soff),
776 opName#" $dst, $sbase, $soff", []
DSIInstrInfo.cpp267 AMDGPU::OpName::sbase); in getLdStBaseRegImmOfs()
1919 const MachineOperand *SBase = getNamedOperand(*MI, AMDGPU::OpName::sbase); in splitSMRD()
/external/opencv/cv/src/
Dcvdistransform.cpp632 const uchar *sbase = src->data.ptr; in icvDistanceATS_L1_8u() local
645 dbase[0] = (uchar)(sbase[0] == 0 ? 0 : 255); in icvDistanceATS_L1_8u()
649 dbase[x] = (uchar)(sbase[x] == 0 ? 0 : lut[dbase[x-1]]); in icvDistanceATS_L1_8u()
653 sbase += srcstep; in icvDistanceATS_L1_8u()
657 a = sbase[0] == 0 ? 0 : lut[dbase[-dststep]]; in icvDistanceATS_L1_8u()
662 a = sbase[x] == 0 ? 0 : lut[MIN(a, dbase[x - dststep])]; in icvDistanceATS_L1_8u()
/external/deqp/framework/referencerenderer/
DrrFragmentOperations.cpp541 const float sbase = saturation(cbase); in setLumSat() local
545 if (sbase > 0.0f) in setLumSat()
546 color = (cbase - minbase) * ssat / sbase; in setLumSat()
/external/iproute2/doc/
Dip-cref.tex3154 local sbase fwd
3155 sbase=/proc/sys/net/ipv4/conf
3157 if [ -d $sbase ]; then
3158 for dir in $sbase/*/forwarding; do