/external/v8/src/ |
D | utils.h | 247 inline double Pow(double x, double y) { in Pow() function
|
/external/protobuf/src/google/protobuf/util/ |
D | time_util.cc | 185 static int64 Pow(int64 x, int y) { in Pow() function
|
/external/shaderc/spirv-headers/include/spirv/1.1/ |
D | OpenCL.std.h | 84 Pow = 48, enumerator
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | OpenCL.std.h | 84 Pow = 48, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.0/ |
D | OpenCL.std.h | 84 Pow = 48, enumerator
|
/external/libmojo/third_party/jinja2/ |
D | nodes.py | 758 class Pow(BinExpr): class
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | SimplifyLibCalls.cpp | 1460 PowOpt Pow; Exp2Opt Exp2; UnaryDoubleFPOpt UnaryDoubleFP; member in __anon8ab0c8510311::SimplifyLibCalls
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | math_grad_test.cc | 868 TEST_F(NaryGradTest, Pow) { in TEST_F() argument
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | computation_builder.cc | 1000 ComputationDataHandle ComputationBuilder::Pow( in Pow() function in xla::ComputationBuilder
|
/external/tensorflow/tensorflow/core/ops/ |
D | math_grad_test.cc | 729 TEST_F(MathGradTest, Pow) { in TEST_F() argument
|
/external/python/cpython2/Include/ |
D | Python-ast.h | 18 typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShift=7, enumerator
|
/external/python/cpython3/Include/ |
D | Python-ast.h | 18 typedef enum _operator { Add=1, Sub=2, Mult=3, MatMult=4, Div=5, Mod=6, Pow=7, enumerator
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | randomized_tests.cc | 2432 TEST_F(OpTest, Pow) { in TEST_F() argument
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 14248 func Pow(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { func
|