Searched refs:REPL (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 34 #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 }, 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 }, 74 { 1, 1, 0, 0, 0, 0, REPL, "RCC", TGSI_OPCODE_RCC }, [all …]
|
/external/llvm/docs/tutorial/ |
D | BuildingAJIT1.rst | 43 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
|
D | BuildingAJIT5.rst | 28 KaleidoscopeJIT class, and the REPL itself.**
|
D | BuildingAJIT2.rst | 251 | | 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
|
D | LangImpl04.rst | 371 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/valgrind/none/tests/mips32/ |
D | mips32_dsp.stdout.exp-LE | 3216 -------- REPL.PH -------- 3254 -------- REPL.QB --------
|
D | mips32_dsp.stdout.exp-BE | 3216 -------- REPL.PH -------- 3254 -------- REPL.QB --------
|