Home
last modified time | relevance | path

Searched refs:subroutine (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/external/llvm-project/flang/module/
Domp_lib.h118 subroutine omp_set_num_threads(nthreads) bind(c)
121 end subroutine omp_set_num_threads
148 subroutine omp_set_dynamic(enable) bind(c)
151 end subroutine omp_set_dynamic
163 subroutine omp_set_nested(enable) bind(c)
166 end subroutine omp_set_nested
173 subroutine omp_set_schedule(kind, modifier) bind(c)
176 end subroutine omp_set_schedule
178 subroutine omp_get_schedule(kind, modifier) bind(c)
181 end subroutine omp_get_schedule
[all …]
/external/llvm-project/openmp/runtime/src/include/
Domp_lib.f90.var156 subroutine omp_set_num_threads(num_threads) bind(c)
159 end subroutine omp_set_num_threads
161 subroutine omp_set_dynamic(dynamic_threads) bind(c)
164 end subroutine omp_set_dynamic
166 subroutine omp_set_nested(nested) bind(c)
169 end subroutine omp_set_nested
216 subroutine omp_set_max_active_levels(max_levels) bind(c)
219 end subroutine omp_set_max_active_levels
248 subroutine omp_set_schedule(kind, chunk_size) bind(c)
252 end subroutine omp_set_schedule
[all …]
Domp_lib.h.var240 subroutine omp_set_num_threads(num_threads) bind(c)
243 end subroutine omp_set_num_threads
245 subroutine omp_set_dynamic(dynamic_threads) bind(c)
248 end subroutine omp_set_dynamic
250 subroutine omp_set_nested(nested) bind(c)
253 end subroutine omp_set_nested
300 subroutine omp_set_max_active_levels(max_levels) bind(c)
303 end subroutine omp_set_max_active_levels
332 subroutine omp_set_schedule(kind, chunk_size) bind(c)
336 end subroutine omp_set_schedule
[all …]
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java67 …MethodInfo method, int pos, CodeIterator iter, Frame frame, Subroutine subroutine) throws BadBytec… in execute() argument
115 evalLoad(Type.INTEGER, iter.byteAt(pos + 1), frame, subroutine); in execute()
118 evalLoad(Type.LONG, iter.byteAt(pos + 1), frame, subroutine); in execute()
121 evalLoad(Type.FLOAT, iter.byteAt(pos + 1), frame, subroutine); in execute()
124 evalLoad(Type.DOUBLE, iter.byteAt(pos + 1), frame, subroutine); in execute()
127 evalLoad(Type.OBJECT, iter.byteAt(pos + 1), frame, subroutine); in execute()
133 evalLoad(Type.INTEGER, opcode - ILOAD_0, frame, subroutine); in execute()
139 evalLoad(Type.LONG, opcode - LLOAD_0, frame, subroutine); in execute()
145 evalLoad(Type.FLOAT, opcode - FLOAD_0, frame, subroutine); in execute()
151 evalLoad(Type.DOUBLE, opcode - DLOAD_0, frame, subroutine); in execute()
[all …]
DAnalyzer.java173 Subroutine subroutine = subroutines[pos]; in analyzeNextEntry() local
176 executor.execute(method, pos, iter, frame, subroutine); in analyzeNextEntry()
188 mergeRet(queue, iter, pos, frame, subroutine); in analyzeNextEntry()
360 …et(IntQueue queue, CodeIterator iter, int pos, Frame frame, Subroutine subroutine) throws BadBytec… in mergeRet() argument
361 if (subroutine == null) in mergeRet()
364 for (int caller:subroutine.callers()) { in mergeRet()
376 for (int index:subroutine.accessed()) { in mergeRet()
/external/llvm-project/flang/lib/Semantics/
Dcheck-declarations.cpp70 const Symbol &subroutine, SourceName, const Symbol &derivedType);
849 const Symbol &subroutine, SourceName finalName, const Symbol &derivedType) { in CheckFinal() argument
850 if (!IsModuleProcedure(subroutine)) { in CheckFinal()
851 SayWithDeclaration(subroutine, finalName, in CheckFinal()
853 subroutine.name(), derivedType.name()); in CheckFinal()
856 const Procedure *proc{Characterize(subroutine)}; in CheckFinal()
861 SayWithDeclaration(subroutine, finalName, in CheckFinal()
863 subroutine.name(), derivedType.name()); in CheckFinal()
867 SayWithDeclaration(subroutine, finalName, in CheckFinal()
869 subroutine.name(), derivedType.name()); in CheckFinal()
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dvulkan.frag.out38 ERROR: 0:66: 'subroutine' : not allowed when generating SPIR-V
39 ERROR: 0:66: 'subroutine' : feature not yet implemented
40 ERROR: 0:67: 'subroutine' : not allowed when generating SPIR-V
41 ERROR: 0:67: 'subroutine' : feature not yet implemented
/external/mesa3d/docs/relnotes/
D11.1.2.rst45 Segfault when compiling shader with a subroutine that takes a
48 glUniformSubroutinesuiv segfaults when subroutine uniform is bound to
63 - glsl: fix subroutine lowering reusing actual parmaters
152 - glsl: fix segfault linking subroutine uniform with explicit location
/external/mesa3d/src/mesa/main/
Dshaderobj.h191 _mesa_shader_stage_from_subroutine(GLenum subroutine) in _mesa_shader_stage_from_subroutine() argument
193 switch (subroutine) { in _mesa_shader_stage_from_subroutine()
/external/llvm-project/polly/test/ScopInfo/
Dmultidim_fortran_2d.ll4 ; subroutine init_array(ni, nj, pi, pj, a)
17 ; end subroutine
Dmultidim_fortran_2d_params.ll5 ; subroutine init_array(ni, nj, pi, pj, a)
18 ; end subroutine
/external/deqp-deps/glslang/Test/
D400.frag197 subroutine(subT1, subT2);
198 subroutine float subT1() { return 1.0; }
199 subroutine float subT2() { return 1.0; }
Dvulkan.frag66 subroutine int fooS; // ERROR, not in SPV
67 subroutine int fooSub(); // ERROR, not in SPV
/external/libxml2/vms/
Dbuild_libxml.com237 $!- the BUILD subroutine. Compile then insert into library or link as required
239 $BUILD: subroutine
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageSizeTests.cpp430 std::string GenShader(int stage, bool ms_and_1d, bool subroutine) in GenShader() argument
461 if (subroutine) in GenShader()
492 if (subroutine) in GenShader()
623 long Run(int stage, bool ms_and_1d, ivec4 expected_result[7], bool subroutine = false) in Run() argument
627 std::string vs = GenShader<T>(stage, ms_and_1d, subroutine); in Run()
637 std::string tcs = GenShader<T>(stage, ms_and_1d, subroutine); in Run()
650 std::string tes = GenShader<T>(stage, ms_and_1d, subroutine); in Run()
661 std::string gs = GenShader<T>(stage, ms_and_1d, subroutine); in Run()
670 std::string cs = GenShader<T>(stage, ms_and_1d, subroutine); in Run()
679 std::string fs = GenShader<T>(stage, ms_and_1d, subroutine); in Run()
/external/llvm-project/llvm/docs/HistoricalNotes/
D2001-05-19-ExceptionResponse.txt11 > is like a subroutine because it needs to be entered from many points (end of
17 modelled as a subroutine (as java bytecodes do), which is really
/external/llvm/docs/HistoricalNotes/
D2001-05-19-ExceptionResponse.txt11 > is like a subroutine because it needs to be entered from many points (end of
17 modelled as a subroutine (as java bytecodes do), which is really
/external/e2fsprogs/lib/ss/
Dct_c.sed13 # sub: <subroutine name>
80 # First, parse out the subroutine name
/external/llvm-project/llvm/test/Transforms/Util/
Dstrip-nonlinetable-debuginfo-subroutinetypes.ll2 ; Test that subroutine types are downgraded to (void)().
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DBaseRecognizer.pm459 my ($package, $filename, $line, $subroutine) = @frame;
465 if ($subroutine eq NEXT_TOKEN_RULE_NAME) {
473 push @{$rules}, $subroutine;
/external/llvm-project/flang/docs/
DBijectiveInternalNameUniquing.md42 subroutine sub
106 subroutine sub
Df2018-grammar.md19 R503 external-subprogram -> function-subprogram | subroutine-subprogram
37 R512 internal-subprogram -> function-subprogram | subroutine-subprogram
176 R753 final-procedure-stmt -> FINAL [::] final-subroutine-name-list
705 function-subprogram | subroutine-subprogram |
736 subroutine-stmt [specification-part] end-subroutine-stmt
783 R1534 subroutine-subprogram ->
784 subroutine-stmt [specification-part] [execution-part]
785 [internal-subprogram-part] end-subroutine-stmt
786 R1535 subroutine-stmt ->
787 [prefix] SUBROUTINE subroutine-name
[all …]
/external/cblas/
DREADME.android33 Replace Fortran wrappers either with calls to the Eigen "subroutine" versions
/external/llvm/test/MC/Disassembler/Hexagon/
Djr.txt4 # Call subroutine from register
/external/llvm-project/llvm/test/MC/Disassembler/Hexagon/
Djr.txt4 # Call subroutine from register

12345678910>>...12