/external/toybox/tests/ |
D | expand.test | 18 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/ |
D | elementwise.cc | 209 case OperationType::POW: { in GenerateCode() 261 case OperationType::POW: in NewElementwiseNodeShader()
|
D | elementwise_test.cc | 471 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()
|
D | registry.cc | 119 insert_elementwise_op(Type::POW); in Registry()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantization_utils.h | 426 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()
|
D | quantization_utils_test.cc | 746 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/ |
D | RiscBinaryArithmetic.pbtxt | 26 s: "POW"
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/ |
D | BinaryFunction.java | 72 public static final BinaryFunction POW = new BinaryFunction() { field in BinaryFunction
|
/external/mesa3d/src/mesa/program/ |
D | program_lexer.l | 219 POW{sat} { return_opcode( 1, BINSC_OP, POW, 3); }
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 70 OP12(POW)
|
D | tgsi_info_opcodes.h | 31 OPCODE(1, 2, REPL, POW)
|
D | tgsi_lowering.c | 1470 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/ |
D | 10.4.3.rst | 66 - st/nine: Fix POW implementation
|
D | 11.0.3.rst | 62 - mesa: Add abs input modifier to base for POW in ffvertex_prog
|
D | 7.10.1.rst | 318 - i965/fs: Apply source modifier workarounds to POW as well.
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | operations.h | 81 POW, enumerator
|
D | operations.cc | 165 case OperationType::POW: in ToString() 271 {"pow", OperationType::POW}, in OperationTypeFromString()
|
D | gpu_model_test_util.cc | 1164 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/ |
D | lex.l | 404 "pow" { yylval.integer = BRW_MATH_FUNCTION_POW; return POW; }
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | elementwise.cc | 173 case OperationType::POW: in GetTwoInputCode()
|
/external/mesa3d/src/intel/tools/ |
D | i965_lex.l | 153 pow { yylval.integer = BRW_MATH_FUNCTION_POW; return POW; }
|
D | i965_gram.y | 395 %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/ |
D | AbstractRealVector.java | 594 return mapToSelf(BinaryFunction.POW.fix2ndArgument(d)); in mapPowToSelf()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 2344 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/ |
D | operation_selector.cc | 748 case OperationType::POW: in GPUOperationFromNodePart0()
|