Home
last modified time | relevance | path

Searched refs:REPL (Results 1 – 25 of 27) sorted by relevance

12

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c34 #define REPL TGSI_OUTPUT_REPLICATE macro
43 { 1, 1, 0, 0, 0, 0, REPL, "RCP", TGSI_OPCODE_RCP },
44 { 1, 1, 0, 0, 0, 0, REPL, "RSQ", TGSI_OPCODE_RSQ },
49 { 1, 2, 0, 0, 0, 0, REPL, "DP3", TGSI_OPCODE_DP3 },
50 { 1, 2, 0, 0, 0, 0, REPL, "DP4", TGSI_OPCODE_DP4 },
60 { 1, 1, 0, 0, 0, 0, REPL, "SQRT", TGSI_OPCODE_SQRT },
61 { 1, 3, 0, 0, 0, 0, REPL, "DP2A", TGSI_OPCODE_DP2A },
68 { 1, 1, 0, 0, 0, 0, REPL, "EX2", TGSI_OPCODE_EX2 },
69 { 1, 1, 0, 0, 0, 0, REPL, "LG2", TGSI_OPCODE_LG2 },
70 { 1, 2, 0, 0, 0, 0, REPL, "POW", TGSI_OPCODE_POW },
[all …]
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info_opcodes.h4 OPCODE(1, 1, REPL, RCP)
5 OPCODE(1, 1, REPL, RSQ)
10 OPCODE(1, 2, REPL, DP3)
11 OPCODE(1, 2, REPL, DP4)
21 OPCODE(1, 1, REPL, SQRT)
29 OPCODE(1, 1, REPL, EX2)
30 OPCODE(1, 1, REPL, LG2)
31 OPCODE(1, 2, REPL, POW)
37 OPCODE(1, 1, REPL, COS)
41 OPCODE(1, 1, REPL, PK2H)
[all …]
Dtgsi_info.c34 #define REPL TGSI_OUTPUT_REPLICATE macro
/external/llvm/docs/tutorial/
DBuildingAJIT1.rst43 To provide input for our JIT we will use the Kaleidoscope REPL from
95 the REPL code from `Chapter 7 <LangImpl7.html>`_ of that tutorial to supply the
96 input for our JIT: Each time the user enters an expression the REPL will add a
98 expression is a top-level expression like '1+1' or 'sin(x)', the REPL will also
102 of this tutorial we'll modify the REPL to enable new interactions with our JIT
338 impossible to re-define symbols in the REPL, but will make our symbol
DBuildingAJIT5.rst28 KaleidoscopeJIT class, and the REPL itself.**
DBuildingAJIT2.rst251 | | below. In our REPL this is our default way to search for |
259 | | REPL we use this method to search for functions |
291 Our current REPL is eager: Each function definition is optimized and compiled as
DLangImpl04.rst371 that will make our environment more REPL-like: Functions can be added to the
488 With these changes made, lets try our REPL again (I removed the dump of the
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
DBuildingAJIT1.rst48 To provide input for our JIT we will use the Kaleidoscope REPL from
99 the REPL code from `Chapter 7 <LangImpl07.html>`_ of that tutorial to supply the
100 input for our JIT: Each time the user enters an expression the REPL will add a
102 expression is a top-level expression like '1+1' or 'sin(x)', the REPL will also
106 of this tutorial we'll modify the REPL to enable new interactions with our JIT
357 impossible to re-define symbols in the REPL, but will make our symbol
DBuildingAJIT5.rst28 KaleidoscopeJIT class, and the REPL itself.**
DBuildingAJIT2.rst249 | | below. In our REPL this is our default way to search for |
257 | | REPL we use this method to search for functions |
289 Our current REPL is eager: Each function definition is optimized and compiled as
DLangImpl04.rst398 that will make our environment more REPL-like: Functions can be added to the
517 With these changes made, let's try our REPL again (I removed the dump of the
/external/bcc/tools/
Dtclobjnew_example.txt10 in irb (the Ruby REPL):
Dcobjnew_example.txt10 in irb (the Ruby REPL):
Djavaobjnew_example.txt10 in irb (the Ruby REPL):
Drubyobjnew_example.txt10 in irb (the Ruby REPL):
Drubyflow_example.txt114 ./uflow -C '<stdin>' -l python 180 # trace only REPL-defined methods
Djavaflow_example.txt114 ./uflow -C '<stdin>' -l python 180 # trace only REPL-defined methods
Dphpflow_example.txt114 ./uflow -C '<stdin>' -l python 180 # trace only REPL-defined methods
Dtclflow_example.txt114 ./uflow -C '<stdin>' -l python 180 # trace only REPL-defined methods
Dperlflow_example.txt114 ./uflow -C '<stdin>' -l python 180 # trace only REPL-defined methods
Dpythonflow_example.txt114 ./uflow -C '<stdin>' -l python 180 # trace only REPL-defined methods
/external/python/cpython3/Tools/c-globals/
DREADME8 * globals used exclusively in main or in the REPL
Dignored-globals.txt36 # REPL
/external/bcc/tools/lib/
Duobjnew_example.txt10 in irb (the Ruby REPL):
Duflow_example.txt114 ./uflow -C '<stdin>' -l python 180 # trace only REPL-defined methods

12