HomeSort by relevance Sort by last modified time
    Searched defs:Prod (Results 1 - 8 of 8) sorted by null

  /external/tensorflow/tensorflow/contrib/reduce_slice_ops/kernels/
reduce_slice_ops.h 25 #define Prod(a, b) ((a) * (b))
63 func(Prod, functor::reduce_functions::one, ##__VA_ARGS__) func( \
  /device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
XenStore.c 333 @param Prod The producer index for the ring to test.
342 XENSTORE_RING_IDX Prod
345 return ((Prod - Cons) <= XENSTORE_RING_SIZE);
353 @param Prod The producer index for the ring.
363 IN XENSTORE_RING_IDX Prod,
369 Len = XENSTORE_RING_SIZE - MASK_XENSTORE_IDX (Prod);
370 if ((XENSTORE_RING_SIZE - (Prod - Cons)) < Len) {
371 Len = XENSTORE_RING_SIZE - (Prod - Cons);
374 return (Buffer + MASK_XENSTORE_IDX (Prod));
382 @param Prod The producer index for the ring.
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
reduction_gpu_kernels.cu.h 70 struct Prod {
79 struct Prod<std::complex<float>> {
89 struct Prod<std::complex<double>> {
731 (std::is_same<Op, Prod<T>>::value ||
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionExpander.cpp 782 Value *Prod = 0;
786 if (!Prod) {
788 Prod = expand(Op);
792 Prod = InsertNoopCastOfTo(Prod, Ty);
793 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod);
798 Prod = InsertNoopCastOfTo(Prod, Ty);
800 if (isa<Constant>(Prod)) std::swap(Prod, W)
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 751 Value *Prod = nullptr;
754 if (!Prod) {
756 Prod = expand(Op);
759 Prod = InsertNoopCastOfTo(Prod, Ty);
760 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod);
764 Prod = InsertNoopCastOfTo(Prod, Ty);
766 if (isa<Constant>(Prod)) std::swap(Prod, W)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCompares.cpp 771 // Compute Prod = CI * DivRHS. We are essentially solving an equation
775 Constant *Prod = ConstantExpr::getMul(CmpRHS, DivRHS);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 928 milliseconds