Home
last modified time | relevance | path

Searched refs:POW (Results 1 – 25 of 41) sorted by relevance

12

/third_party/toybox/tests/
Dexpand.test18 POW=15
21 for i in $(seq $POW); do
32 POW=15
34 for i in $(seq $POW); do
37 if [ $POW -gt 0 ]; then
/third_party/gettext/gettext-runtime/po/
Dpl.po112 msgstr "Składnia: %s [OPCJA] [FORMAT-POWŁOKI]\n"
127 msgstr " -v, --variables wypisanie zmiennych z FORMATU-POWŁOKI\n"
156 "są zastępowane wartościami zmiennych. Jeżeli jest podany FORMAT-POWŁOKI,\n"
167 "wynik składa się ze zmiennych środowiska podanych w FORMACIE-POWŁOKI, każda w\n"
/third_party/mesa3d/src/mesa/program/
Dprogram_lexer.l219 POW{sat} { return_opcode( 1, BINSC_OP, POW, 3); }
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h70 OP12(POW)
Dtgsi_info_opcodes.h31 OPCODE(1, 2, REPL, POW)
Dtgsi_lowering.c1470 OPCS(POW) || in tgsi_transform_lowering()
1504 if (OPCS(POW)) { in tgsi_transform_lowering()
1505 newlen += POW_GROW * OPCS(POW); in tgsi_transform_lowering()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/
Drec_parse_graph.h91 {POW, OperatorType::kRecElmWiseOp},
/third_party/mesa3d/docs/relnotes/
D10.4.3.rst66 - st/nine: Fix POW implementation
D11.0.3.rst62 - mesa: Add abs input modifier to base for POW in ffvertex_prog
D7.10.1.rst318 - i965/fs: Apply source modifier workarounds to POW as well.
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dops_utils.h321 constexpr char POW[] = "Pow"; variable
/third_party/mesa3d/src/intel/tools/
Di965_lex.l154 pow { yylval.integer = BRW_MATH_FUNCTION_POW; return POW; }
Di965_gram.y405 %token <integer> COS EXP FDIV INV INVM INTDIV INTDIVMOD INTMOD LOG POW RSQ
866 | POW
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_auto_parallel.cc136 SQRT, CAST, POW, in IsElementWiseOperator()
166 …LOG, REDUCE_MEAN, REAL_DIV, SIGMOID, POW, MAXIMUM, MINIMUM, EQUAL, NOT_EQUAL, LOGICALNOT, GATHERV2… in IsSplittableOperator()
/third_party/openGLES/extensions/NV/
DNV_vertex_program2_option.txt249 MAX, MIN, MOV, MUL, OPTION, OUTPUT, PARAM, POW, RCC, RCP, RET,
348 POW[C] s,s ssss exponentiate
1049 <BINSCop> ::= "POW"
DNV_vertex_program3.txt194 MAX, MIN, MOV, MUL, OPTION, OUTPUT, PARAM, POPA, POW, PUSHA, RCC,
333 POW X X s,s ssss exponentiate
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_vertex_program2_option.txt249 MAX, MIN, MOV, MUL, OPTION, OUTPUT, PARAM, POW, RCC, RCP, RET,
348 POW[C] s,s ssss exponentiate
1049 <BINSCop> ::= "POW"
DNV_vertex_program3.txt194 MAX, MIN, MOV, MUL, OPTION, OUTPUT, PARAM, POPA, POW, PUSHA, RCC,
333 POW X X s,s ssss exponentiate
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c2363 DECL_SPECIAL(POW) in DECL_SPECIAL() argument
3122 _OPI(POW, POW, V(0,0), V(3,0), V(0,0), V(3,0), 1, 2, SPECIAL(POW)),
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c92 OPN(POW, 2|SCALAR_FLAG),
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/
Dschema.fbs303 POW = 78,
/third_party/mindspore/third_party/proto/tensorflow/lite/
Dschema.fbs303 POW = 78,
Dschema_2.4.1.fbs305 POW = 78,
/third_party/openGLES/extensions/ARB/
DARB_vertex_program.txt2295 <BINSCop> ::= "POW"
2702 PARAM, POW, RCP, RSQ, SGE, SLT, SUB, SWZ, TEMP, XPD, program, result,
3527 POW s,s ssss exponentiate
4160 Section 2.14.5.20, POW: Exponentiate
4162 The POW instruction approximates the value of the first scalar operand
5012 * POW: exponentiation. On VP1.0 and VP1.1 hardware, this
5605 OP_POWER_EXT "POW" (h)
5710 ARB_vertex_program's "POW" is the equivalent function.
5713 take a scalar operand, whereas ARB_vertex_program's "POW"
6583 POW may be a LOG/MUL/EXP sequence, but isn't
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_vertex_program.txt2285 <BINSCop> ::= "POW"
2692 PARAM, POW, RCP, RSQ, SGE, SLT, SUB, SWZ, TEMP, XPD, program, result,
3517 POW s,s ssss exponentiate
4150 Section 2.14.5.20, POW: Exponentiate
4152 The POW instruction approximates the value of the first scalar operand
5002 * POW: exponentiation. On VP1.0 and VP1.1 hardware, this
5595 OP_POWER_EXT "POW" (h)
5700 ARB_vertex_program's "POW" is the equivalent function.
5703 take a scalar operand, whereas ARB_vertex_program's "POW"
6573 POW may be a LOG/MUL/EXP sequence, but isn't
[all …]

12