Searched defs:Pow (Results 1 - 10 of 10) sorted by relevance

/external/libmojo/third_party/jinja2/
H A Dnodes.py758 class Pow(BinExpr): class in inherits:BinExpr
/external/protobuf/src/google/protobuf/util/
H A Dtime_util.cc185 static int64 Pow(int64 x, int y) { function in namespace:google::protobuf::util
219 nanos = nanos * Pow(10, 9 - nanos_part.length());
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1460 PowOpt Pow; Exp2Opt Exp2; UnaryDoubleFPOpt UnaryDoubleFP; member in class:__anon23079::SimplifyLibCalls
1538 Optimizations["powf"] = &Pow;
1539 Optimizations["pow"] = &Pow;
1540 Optimizations["powl"] = &Pow;
1541 Optimizations["llvm.pow.f32"] = &Pow;
1542 Optimizations["llvm.pow.f64"] = &Pow;
1543 Optimizations["llvm.pow.f80"] = &Pow;
1544 Optimizations["llvm.pow.f128"] = &Pow;
1545 Optimizations["llvm.pow.ppcf128"] = &Pow;
/external/v8/src/
H A Dutils.h247 inline double Pow(double x, double y) { function in namespace:v8::internal
/external/python/cpython2/Include/
H A DPython-ast.h18 typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShift=7, enumerator in enum:_operator
/external/shaderc/spirv-headers/include/spirv/1.0/
H A DOpenCL.std.h84 Pow = 48, enumerator in enum:OpenCLLIB::Entrypoints
/external/shaderc/spirv-headers/include/spirv/1.1/
H A DOpenCL.std.h84 Pow = 48, enumerator in enum:OpenCLLIB::Entrypoints
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DOpenCL.std.h84 Pow = 48, enumerator in enum:OpenCLLIB::Entrypoints
/external/python/cpython3/Include/
H A DPython-ast.h18 typedef enum _operator { Add=1, Sub=2, Mult=3, MatMult=4, Div=5, Mod=6, Pow=7, enumerator in enum:_operator
/external/tensorflow/tensorflow/compiler/xla/client/
H A Dcomputation_builder.cc1000 ComputationDataHandle ComputationBuilder::Pow( function in class:xla::ComputationBuilder

Completed in 406 milliseconds