Home
last modified time | relevance | path

Searched defs:Pow (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/
Dutils.h247 inline double Pow(double x, double y) { in Pow() function
/external/protobuf/src/google/protobuf/util/
Dtime_util.cc185 static int64 Pow(int64 x, int y) { in Pow() function
/external/shaderc/spirv-headers/include/spirv/1.1/
DOpenCL.std.h84 Pow = 48, enumerator
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DOpenCL.std.h84 Pow = 48, enumerator
/external/shaderc/spirv-headers/include/spirv/1.0/
DOpenCL.std.h84 Pow = 48, enumerator
/external/libmojo/third_party/jinja2/
Dnodes.py758 class Pow(BinExpr): class
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSimplifyLibCalls.cpp1460 PowOpt Pow; Exp2Opt Exp2; UnaryDoubleFPOpt UnaryDoubleFP; member in __anon8ab0c8510311::SimplifyLibCalls
/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad_test.cc868 TEST_F(NaryGradTest, Pow) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/client/
Dcomputation_builder.cc1000 ComputationDataHandle ComputationBuilder::Pow( in Pow() function in xla::ComputationBuilder
/external/tensorflow/tensorflow/core/ops/
Dmath_grad_test.cc729 TEST_F(MathGradTest, Pow) { in TEST_F() argument
/external/python/cpython2/Include/
DPython-ast.h18 typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShift=7, enumerator
/external/python/cpython3/Include/
DPython-ast.h18 typedef enum _operator { Add=1, Sub=2, Mult=3, MatMult=4, Div=5, Mod=6, Pow=7, enumerator
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc2432 TEST_F(OpTest, Pow) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go14248 func Pow(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { func