/external/llvm/examples/Kaleidoscope/Chapter9/ |
toy.cpp | 842 static DISubroutineType *CreateFunctionType(unsigned NumArgs, DIFile *Unit) { [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter9/ |
toy.cpp | 842 static DISubroutineType *CreateFunctionType(unsigned NumArgs, DIFile *Unit) { [all...] |
/external/capstone/ |
config.mk | 42 # - Floating Point Unit (FPU)
|
/external/eigen/unsupported/test/ |
autodiff.cpp | 268 //set unit vectors for the derivative directions (partial derivatives of the input vector) 277 x(0).value().derivatives() = VectorXd::Unit(2,0); 278 x(1).value().derivatives() = VectorXd::Unit(2,1);
|
/external/elfutils/tests/ |
run-readelf-const-values.sh | 64 Compilation unit at offset 0: 66 Unit type: compile (1) 103 Compilation unit at offset 102:
|
/external/llvm/lib/Fuzzer/ |
FuzzerMutate.cpp | 80 const Unit &Other = (*Corpus)[Idx]; 89 assert(NewSize <= MaxSize && "CustomCrossOver returned overisized unit"); 216 const Unit &Other = (*Corpus)[Idx]; 222 assert(NewSize > 0 && "CrossOver returned empty unit"); 223 assert(NewSize <= MaxSize && "CrossOver returned overisized unit");
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_tex.c | 299 GLuint unit = ctx->Texture.CurrentUnit; local 300 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit]; 315 if ( rmesa->hw.tf.cmd[TF_TFACTOR_0 + unit] != envColor ) { 317 rmesa->hw.tf.cmd[TF_TFACTOR_0 + unit] = envColor; 339 if ( (rmesa->hw.tex[unit].cmd[TEX_PP_TXFORMAT_X] & R200_LOD_BIAS_MASK) != b ) { 340 R200_STATECHANGE( rmesa, tex[unit] ); 341 rmesa->hw.tex[unit].cmd[TEX_PP_TXFORMAT_X] &= ~R200_LOD_BIAS_MASK; 342 rmesa->hw.tex[unit].cmd[TEX_PP_TXFORMAT_X] |= b; 350 rmesa->hw.spr.cmd[SPR_POINT_SPRITE_CNTL] |= R200_PS_GEN_TEX_0 << unit; 451 GLuint unit = ctx->Texture.CurrentUnit; local [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
RDFRegisters.cpp | 325 auto AliasedRegs = [this] (uint32_t Unit, BitVector &Regs) { 326 for (MCRegUnitRootIterator R(Unit, &PRI.getTRI()); R.isValid(); ++R) 334 // Get all the registers aliased to the first unit in the bit vector. 339 // For each other unit, intersect it with the set of all registers 340 // aliased that unit.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/ |
debug-names-verify-unhashed-names.s | 42 .long .Lcu_end0-.Lcu_start0 # Length of Unit 74 .long 1 # Header: compilation unit count 75 .long 0 # Header: local type unit count 76 .long 0 # Header: foreign type unit count 81 .long .Lcu_begin0 # Compilation unit 0
|
lookup.s | 23 # CHECK: Compile Unit: length = 0x00000060 version = 0x0004 abbr_offset = 0x0000 addr_size = 0x08 (next unit at 0x00000064) 164 .long 96 ## Length of Unit
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/ |
FileAnalysis.cpp | 415 for (auto &Unit : DWARF->compile_units()) { 416 const auto &LineTable = DWARF->getLineTableForUnit(Unit.get());
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
CodeGenRegisters.cpp | 228 /// Preincrement. Move to the next unit. 248 // Return true of this unit appears in RegUnits. 249 static bool hasRegUnit(CodeGenRegister::RegUnitList &RegUnits, unsigned Unit) { 250 return RegUnits.test(Unit); 418 // Absent any ad hoc aliasing, we create one register unit per leaf register. 422 // When there is ad hoc aliasing, we simply create one unit per edge in the 434 unsigned Unit = RegBank.newRegUnit(this, AR); 435 RegUnits.set(Unit); 436 AR->RegUnits.set(Unit); 440 // a leaf register with ad hoc aliases doesn't get its own unit - it isn' [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/ |
patcomp.py | 98 assert node.type == self.syms.Unit
|
/external/antlr/runtime/Ruby/test/unit/ |
test-trees.rb | 5 require 'test/unit' 11 class TestTreeNodeStream < Test::Unit::TestCase 313 class TestCommonTreeNodeStream < Test::Unit::TestCase 456 class TestCommonTree < Test::Unit::TestCase 792 class TestTreeContext < Test::Unit::TestCase
|
/external/autotest/client/deps/glbench/src/ |
testbase.cc | 171 test->Unit(), name_png);
|
windowmanagercompositingtest.cc | 27 virtual const char* Unit() const { return "1280x768_fps"; }
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
GMRES.h | 107 v = VectorType::Unit(m, k - 1);
|
/external/llvm/test/tools/dsymutil/Inputs/scattered-reloc/ |
1.s | 80 .long 52 @ Length of Unit
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_swtcl.c | 191 if (ctx->Texture.Unit[i]._Current && 192 ctx->Texture.Unit[i]._Current->Target == GL_TEXTURE_CUBE_MAP) { 201 if (ctx->Texture.Unit[i]._Current && 202 ctx->Texture.Unit[i]._Current->Target == GL_TEXTURE_CUBE_MAP) {
|
/external/mesa3d/src/mesa/state_tracker/ |
st_atom_texture.c | 56 * Get a pipe_sampler_view object from a texture unit. 71 texObj = ctx->Texture.Unit[texUnit]._Current; 112 GLuint unit; local 123 for (unit = 0; samplers_used || unit < old_max; 124 unit++, samplers_used >>= 1, texel_fetch_samplers >>= 1) { 128 const GLuint texUnit = prog->SamplerUnits[unit]; 159 num_textures = unit + 1; 162 pipe_sampler_view_reference(&(sampler_views[unit]), sampler_view); 174 GLuint unit = u_bit_scan(&external_samplers_used) local [all...] |
/external/python/cpython2/Lib/lib2to3/ |
patcomp.py | 97 assert node.type == self.syms.Unit
|
/external/python/cpython3/Lib/lib2to3/ |
patcomp.py | 97 assert node.type == self.syms.Unit
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
DWARFFormValue.h | 81 /// \p Context and \p Unit allows extracting information if the form refers 86 const DWARFUnit *Unit = nullptr);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/Inputs/scattered-reloc/ |
1.s | 80 .long 52 @ Length of Unit
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cfi-verify/X86/Inputs/ |
unprotected-lineinfo.s | 139 .long 38 # Length of Unit
|