Searched refs:_nop (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/panfrost/bifrost/test/ |
D | bi_interpret.c | 575 int _nop = 0; in bit_step() local 576 float f = frexp_log(srcs[1].f32, &_nop); in bit_step() 618 int _nop = 0; in bit_step() local 619 float f = frexp_log(srcs[0].f32, &_nop); in bit_step()
|
/external/python/cpython3/Lib/ |
D | shutil.py | 351 def _nop(*args, ns=None, follow_symlinks=None): function 359 return getattr(os, name, _nop) 364 fn = getattr(os, name, _nop) 367 return _nop
|
/external/emma/core/java12/com/vladium/jcd/opcodes/ |
D | IOpcodes.java | 21 int _nop = 0x00; // 00 0 0 field
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringMIPS32.h | 478 void _nop() { Context.insert<InstMIPS32Sll>(getZero(), getZero(), 0); } in _nop() function
|
D | IceTargetLoweringX8664.h | 617 void _nop(SizeT Variant) { Context.insert<Insts::Nop>(Variant); } in _nop() function
|
D | IceTargetLoweringX8632.h | 623 void _nop(SizeT Variant) { Context.insert<Insts::Nop>(Variant); } in _nop() function
|
D | IceTargetLoweringARM32.h | 457 void _nop() { Context.insert<InstARM32Nop>(); } in _nop() function
|