/external/vixl/test/aarch32/ |
test-simulator-cond-rd-operand-rn-ror-amount-a32.cc | 130 // `Inputs` have various layouts across generated tests so they absolutely 146 struct Inputs { 164 const Inputs* inputs; member in struct:vixl::aarch32::__anon38338::TestLoopData 167 static const Inputs kCondition[] = {{NFlag, 0xabababab, 0xabababab}, 183 static const Inputs kRdIsRn[] = {{NoFlag, 0x00000000, 0x00000000}, 215 static const Inputs kRdIsNotRn[] = {{NoFlag, 0x00000002, 0xcccccccc}, 416 static const Inputs kRotations[] = {{NoFlag, 0xabababab, 0x00000000}, [all...] |
test-simulator-cond-rd-operand-rn-ror-amount-t32.cc | 130 // `Inputs` have various layouts across generated tests so they absolutely 146 struct Inputs { 164 const Inputs* inputs; member in struct:vixl::aarch32::__anon38339::TestLoopData 167 static const Inputs kCondition[] = {{NFlag, 0xabababab, 0xabababab}, 183 static const Inputs kRdIsRn[] = {{NoFlag, 0x00000000, 0x00000000}, 215 static const Inputs kRdIsNotRn[] = {{NoFlag, 0x00000002, 0xcccccccc}, 416 static const Inputs kRotations[] = {{NoFlag, 0xabababab, 0x00000000}, [all...] |
test-simulator-cond-rd-operand-rn-t32.cc | 138 // `Inputs` have various layouts across generated tests so they absolutely 152 struct Inputs { 170 const Inputs* inputs; member in struct:vixl::aarch32::__anon38346::TestLoopData 173 static const Inputs kCondition[] = {{NFlag, 0xabababab, 0xabababab}, 189 static const Inputs kRdIsRn[] = {{NoFlag, 0x00000000, 0x00000000}, 221 static const Inputs kRdIsNotRn[] = {{NoFlag, 0x00000002, 0xcccccccc}, 581 // We record all inputs to the instructions as outputs. This way, we also check 585 const Inputs* outputs; 632 results[i]->outputs = new Inputs[kTests[i].input_size] [all...] |
test-simulator-rd-rn-rm-a32.cc | 130 // `Inputs` have various layouts across generated tests so they absolutely 144 struct Inputs { 162 const Inputs* inputs; member in struct:vixl::aarch32::__anon38372::TestLoopData 165 static const Inputs kRnIsRm[] = {{0xffffffe0, 0x00007fff, 0x00007fff}, 366 static const Inputs kRnIsNotRm[] = {{0x00007ffe, 0x00007ffe, 0x80000000}, [all...] |
test-simulator-rd-rn-rm-t32.cc | 130 // `Inputs` have various layouts across generated tests so they absolutely 144 struct Inputs { 162 const Inputs* inputs; member in struct:vixl::aarch32::__anon38373::TestLoopData 165 static const Inputs kRnIsRm[] = {{0xffffffe0, 0x00007fff, 0x00007fff}, 366 static const Inputs kRnIsNotRm[] = {{0x00007ffe, 0x00007ffe, 0x80000000}, [all...] |
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
AutoFixFilter.java | 259 Frame[] inputs = {input, mHistFrame, mDensityFrame}; local 260 mShaderProgram.process(inputs, output);
|
/frameworks/compile/mclinker/lib/LD/ |
Archive.cpp | 52 /// inputs - get the input tree built from this archive 53 InputTree& Archive::inputs() { function in class:mcld::Archive 57 /// inputs - get the input tree built from this archive 58 const InputTree& Archive::inputs() const { function in class:mcld::Archive
|
GNUArchiveReader.cpp | 104 pArchive.inputs().root(), 375 pArchive.inputs().insert(parent->lastPos, *(parent->move), *member); 422 pArchive.inputs().root(),
|
/frameworks/ml/nn/runtime/test/ |
TestGenerated.cpp | 53 // Go through all inputs 113 MixedTyped inputs = example.first; local 120 // Set all inputs 121 for_all(inputs, [&execution](int idx, const void* p, size_t s) {
|
/frameworks/ml/nn/tools/test_generator/ |
test_generator.py | 238 # for enumerating inputs 240 # Holds reference to all Inputs; used by Topoligcal sort as starting nodes. 391 inputs = [ str(x) for x in self.ins ] 392 return "Operation:" + self.optype + " " + ", ".join(inputs) 398 inputs = Operand.print_operands(self.ins); 401 "{"+", ".join(inputs)+"}, {" + ", ".join(outputs) + "});" 598 inputs = Example.dump_mixed_types(i) 600 print ('//Input(s)\n%s,' % inputs , file = example_file) 720 .inputs = {{{ins}}}, 810 # Phase 3: add inputs and output 812 inputs = Operand.print_operands(Input.get_inputs(True)); variable [all...] |
/frameworks/support/room/compiler/ |
build.gradle | 67 inputs.dir("$projectDir/SQLite.g4")
|
/system/tools/aidl/tests/ |
aidl_test_client_primitives.cpp | 99 vector<String16> inputs = { local 110 for (const auto& input : inputs) {
|
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
ilo_shader_fs.c | 170 switch (fcc->tgsi.inputs[slot].interp) { 175 if (fcc->tgsi.inputs[slot].centroid) 187 if (fcc->tgsi.inputs[slot].centroid) 225 if (fcc->tgsi.inputs[slot].semantic_name == TGSI_SEMANTIC_FOG) { 244 switch (fcc->tgsi.inputs[slot].semantic_name) { [all...] |
/external/guava/guava/src/com/google/common/collect/ |
Iterables.java | 471 * {@code inputs}. The input iterators are not polled until necessary. 478 public static <T> Iterable<T> concat(Iterable<? extends T>... inputs) { 479 return concat(ImmutableList.copyOf(inputs)); 485 * {@code inputs}. The input iterators are not polled until necessary. 493 final Iterable<? extends Iterable<? extends T>> inputs) { 494 checkNotNull(inputs); 498 return Iterators.concat(iterators(inputs)); [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
Iterables.java | 454 * {@code inputs}. The input iterators are not polled until necessary. 461 public static <T> Iterable<T> concat(Iterable<? extends T>... inputs) { 462 return concat(ImmutableList.copyOf(inputs)); 468 * {@code inputs}. The input iterators are not polled until necessary. 476 final Iterable<? extends Iterable<? extends T>> inputs) { 477 checkNotNull(inputs); 481 return Iterators.concat(iterators(inputs)); [all...] |
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
fd4_program.c | 505 unsigned compmask = s[FS].v->inputs[j].compmask; 507 uint32_t inloc = s[FS].v->inputs[j].inloc; 509 if ((s[FS].v->inputs[j].interpolate == INTERP_MODE_FLAT) || 510 (s[FS].v->inputs[j].rasterflat && emit->rasterflat)) { 522 gl_varying_slot slot = s[FS].v->inputs[j].slot;
|
/external/v8/src/compiler/ |
bytecode-graph-builder.cc | 32 // inputs to nodes representing the value being bound. This is done because 354 Node::Inputs inputs = (*state_values)->inputs(); local 355 if (inputs.count() != count) return true; 357 if (inputs[i] != values[i]) { 568 Node** const inputs = &exit_controls_.front(); local 569 Node* end = graph()->NewNode(common()->End(input_count), input_count, inputs); 2351 int inputs = control->op()->ControlInputCount() + 1; local 2374 int inputs = control->op()->ControlInputCount(); local 2391 int inputs = control->op()->ControlInputCount(); local [all...] |
/external/vixl/tools/ |
generate_tests.py | 116 "inputs": [ 158 Inputs are described in a very similar way: 194 files to describe what instructions to test and with what `inputs` and 209 "inputs: [ 210 // List of inputs the instruction can be affected by. 302 - List of inputs: 309 "inputs": [ 417 "inputs": [ 439 "inputs": [ 448 // values in "rn" and "rm". Additionally, we include "qbit" in the inputs, [all...] |
/frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/solver/ |
TypeAdapterStore.kt | 385 private fun findTypeConverter(inputs: List<TypeMirror>, outputs: List<TypeMirror>) 387 if (inputs.isEmpty()) { 391 inputs.forEach { input -> 406 inputs.forEach { input -> 417 excludes.addAll(inputs)
|
/external/mesa3d/src/gallium/drivers/vc4/ |
vc4_program.c | 734 c->inputs[attr * 4 + i] = 743 c->inputs[attr * 4 + 0] = qir_ITOF(c, qir_reg(QFILE_FRAG_X, 0)); 744 c->inputs[attr * 4 + 1] = qir_ITOF(c, qir_reg(QFILE_FRAG_Y, 0)); 745 c->inputs[attr * 4 + 2] = 749 c->inputs[attr * 4 + 3] = qir_RCP(c, qir_FRAG_W(c)); 781 c->inputs[attr * 4 + i] = 2461 struct vc4_fs_inputs inputs; local 2826 const struct vc4_fs_inputs *inputs = key; local [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_llvm.c | 602 const LLVMValueRef (*inputs)[TGSI_NUM_CHANNELS], 622 inputs, 664 LLVMValueRef *inputs, 708 inputs[i] = lp_build_extract_broadcast(gallivm, 722 LLVMValueRef *inputs, 770 NULL, inputs); 773 inputs[i] = LLVMBuildBitCast(builder, inputs[i], 779 inputs[i] = LLVMBuildBitCast(builder, inputs[i], blduivec.vec_type, "") 1783 LLVMValueRef inputs[PIPE_MAX_SHADER_INPUTS][TGSI_NUM_CHANNELS]; local [all...] |
/external/deqp/modules/glshared/ |
glsShaderLibraryCase.cpp | 151 for (size_t ndx = 0; ndx < spec.values.inputs.size(); ndx++) 153 const Value& val = spec.values.inputs[ndx]; 173 for (size_t ndx = 0; ndx < spec.values.inputs.size(); ndx++) 175 const Value& val = spec.values.inputs[ndx]; 297 for (size_t ndx = 0; ndx < spec.values.inputs.size(); ndx++) 299 const Value& val = spec.values.inputs[ndx]; 372 for (size_t ndx = 0; ndx < spec.values.inputs.size(); ndx++) 374 const Value& val = spec.values.inputs[ndx]; 440 for (size_t ndx = 0; ndx < specParams.caseSpec.values.inputs.size(); ndx++) 442 const Value& val = specParams.caseSpec.values.inputs[ndx] [all...] |
/art/compiler/optimizing/ |
reference_type_propagation.cc | 894 HInputsRef inputs = instr->GetInputs(); local [all...] |
/external/boringssl/src/util/fipstools/ |
delocate.go | 261 // symbols in two different .s inputs don't collide. 318 // different .s inputs don't collide. [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_rast_debug.c | 150 const struct lp_rast_shader_inputs *inputs = arg.shade_tile; local 159 if (inputs->disable) 201 if (tri->inputs.disable) {
|