Home
last modified time | relevance | path

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

12

/external/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
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Delementwise.cc209 case OperationType::POW: { in GenerateCode()
261 case OperationType::POW: in NewElementwiseNodeShader()
Delementwise_test.cc471 OperationType op_type = OperationType::POW; in TEST()
485 OperationType op_type = OperationType::POW; in TEST()
500 OperationType op_type = OperationType::POW; in TEST()
515 OperationType op_type = OperationType::POW; in TEST()
Dregistry.cc119 insert_elementwise_op(Type::POW); in Registry()
/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h426 template <int POW>
431 const int16x8_t shifted_val_pos = vrshrq_n_s16(val_pos, POW); in Divide16x8PowRound()
438 template <int POW>
443 const int64x2_t shifted_val_pos = vrshrq_n_s64(val_pos, POW); in Divide64x2PowRound()
451 template <int POW>
459 vsraq_n_s16(neg_offset, val_with_offset, POW); in Divide16x8Pow()
465 template <int POW>
473 vsraq_n_s64(neg_offset, val_with_offset, POW); in Divide64x2Pow()
Dquantization_utils_test.cc746 template <int POW>
749 const int64x2_t ret = Divide64x2Pow<POW>(val_64x2); in TestDivide64x2Pow()
758 template <int POW>
761 const int64x2_t shifted = Divide64x2PowRound<POW>(val_64x2); in TestDivide64x2PowRound()
765 EXPECT_EQ(rets[0], ref) << "in = " << val << ", " << POW in TestDivide64x2PowRound()
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DRiscBinaryArithmetic.pbtxt26 s: "POW"
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
DBinaryFunction.java72 public static final BinaryFunction POW = new BinaryFunction() { field in BinaryFunction
/external/mesa3d/src/mesa/program/
Dprogram_lexer.l219 POW{sat} { return_opcode( 1, BINSC_OP, POW, 3); }
/external/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()
/external/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.
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Doperations.h81 POW, enumerator
Doperations.cc165 case OperationType::POW: in ToString()
271 {"pow", OperationType::POW}, in OperationTypeFromString()
Dgpu_model_test_util.cc1164 pow_node->operation.type = ToString(OperationType::POW); in TestLinkingComplex0()
1269 op_def_two_input, OperationType::POW, sin_output->tensor.shape); in TestLinkingComplex0()
/external/igt-gpu-tools/assembler/
Dlex.l404 "pow" { yylval.integer = BRW_MATH_FUNCTION_POW; return POW; }
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Delementwise.cc173 case OperationType::POW: in GetTwoInputCode()
/external/mesa3d/src/intel/tools/
Di965_lex.l153 pow { yylval.integer = BRW_MATH_FUNCTION_POW; return POW; }
Di965_gram.y395 %token <integer> COS EXP FDIV INV INVM INTDIV INTDIVMOD INTMOD LOG POW RSQ
856 | POW
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DAbstractRealVector.java594 return mapToSelf(BinaryFunction.POW.fix2ndArgument(d)); in mapPowToSelf()
/external/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c2344 DECL_SPECIAL(POW) in DECL_SPECIAL() argument
3094 _OPI(POW, POW, V(0,0), V(3,0), V(0,0), V(3,0), 1, 2, SPECIAL(POW)),
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
Doperation_selector.cc748 case OperationType::POW: in GPUOperationFromNodePart0()

12