Home
last modified time | relevance | path

Searched refs:divides (Results 1 – 25 of 54) sorted by relevance

123

/external/libcxx/test/std/utilities/function.objects/arithmetic.operations/
Ddivides.pass.cpp22 typedef std::divides<int> F; in main()
29 typedef std::divides<> F2; in main()
35 constexpr int foo = std::divides<int> () (3, 2); in main()
38 constexpr double bar = std::divides<> () (3.0, 2); in main()
Dtransparent.pass.cpp43 static_assert ( !is_transparent<std::divides<int>>::value, "" ); in main()
44 static_assert ( !is_transparent<std::divides<std::string>>::value, "" ); in main()
45 static_assert ( is_transparent<std::divides<void>>::value, "" ); in main()
46 static_assert ( is_transparent<std::divides<>>::value, "" ); in main()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SpaceToBatchND.pbtxt22 `block_shape[i]` divides `input_shape[i + 1] + pad_start + pad_end`.
131 This operation divides "spatial" dimensions `[1, ..., M]` of the input into a
Dapi_def_SparseDenseCwiseDiv.pbtxt34 summary: "Component-wise divides a SparseTensor by a dense Tensor."
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/
Dconvergent.ll29 ; unrolled. The unroll count is the largest power of 2 that divides the
84 ; count 2 divides trip count 4. The loop unroll should respect the pragma.
105 ; count 2 divides trip multiple 2. The loop unroll should respect the pragma.
/external/swiftshader/third_party/subzero/tests_lit/assembler/arm32/
Dtrap.ll37 ; inserted if one divides by zero.
/external/grpc-grpc/src/proto/math/
Dmath.proto43 // Div divides DivArgs.dividend by DivArgs.divisor and returns the quotient
/external/llvm/docs/
DCompileCudaWithLLVM.rst236 * **Bypassing 64-bit divides**. `An existing optimization
238 enabled in the NVPTX backend. 64-bit integer divides are much slower than
240 divides in our benchmarks have a divisor and dividend which fit in 32-bits at
/external/tensorflow/tensorflow/lite/kernels/
Dfloor_div.cc39 return std::floor(std::divides<double>()(static_cast<double>(input1), in FloorDiv()
/external/llvm/test/CodeGen/NVPTX/
Dbypass-div.ll3 ; 64-bit divides and rems should be split into a fast and slow path where
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/
Dbypass-div.ll3 ; 64-bit divides and rems should be split into a fast and slow path where
/external/eigen/Eigen/src/Core/functors/
DStlFunctors.h24 struct functor_traits<std::divides<T> >
/external/llvm/test/Transforms/LoopUnroll/
Dconvergent.ll29 ; unrolled. The unroll count is the largest power of 2 that divides the
/external/llvm/test/Transforms/ConstantHoisting/ARM/
Dbad-cases.ll49 ; We don't want to convert constant divides because the benefit from converting
/external/mesa3d/src/gallium/state_trackers/clover/util/
Dfunctional.hpp69 struct divides { struct
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ConstantHoisting/ARM/
Dbad-cases.ll49 ; We don't want to convert constant divides because the benefit from converting
/external/python/cpython2/Doc/library/
Dfractions.rst133 largest integer that divides both *a* and *b*. ``gcd(a,b)`` has the same
/external/python/cpython3/Doc/library/
Dfractions.rst172 largest integer that divides both *a* and *b*. ``gcd(a,b)`` has the same
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCompileCudaWithLLVM.rst521 * `Bypassing 64-bit divides
525 64-bit integer divides are much slower than 32-bit ones on NVIDIA GPUs.
526 Many of the 64-bit divides in our benchmarks have a divisor and dividend
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dkernel.cpp56 map(divides(), grid_size, block_size); in launch()
/external/libcxx/include/
Dvalarray3829 __val_expr<_BinaryOp<divides<typename _Expr1::value_type>, _Expr1, _Expr2> >
3834 typedef _BinaryOp<divides<value_type>, _Expr1, _Expr2> _Op;
3835 return __val_expr<_Op>(_Op(divides<value_type>(), __x, __y));
3843 __val_expr<_BinaryOp<divides<typename _Expr::value_type>,
3849 typedef _BinaryOp<divides<value_type>, _Expr, __scalar_expr<value_type> > _Op;
3850 return __val_expr<_Op>(_Op(divides<value_type>(),
3859 __val_expr<_BinaryOp<divides<typename _Expr::value_type>,
3865 typedef _BinaryOp<divides<value_type>, __scalar_expr<value_type>, _Expr> _Op;
3866 return __val_expr<_Op>(_Op(divides<value_type>(),
/external/python/cpython3/Lib/email/
Darchitecture.rst52 The model divides a message into the two fundamental parts discussed by the
/external/skqp/docs/
DSkCanvas_Reference.bmh3283 IRect center divides the image into nine sections: four sides, four corners, and
3348 IRect center divides the image into nine sections: four sides, four corners, and
3565 IRect center divides the bitmap into nine sections: four sides, four corners,
3627 #Line # divides Bitmap or Image into a rectangular grid ##
3630 #Line # divides Bitmap or Image into a rectangular grid ##
3636 Lattice divides Bitmap or Image into a rectangular grid.
3735 Lattice lattice divides bitmap into a rectangular grid.
3814 Lattice lattice divides image into a rectangular grid.
/external/skia/docs/
DSkCanvas_Reference.bmh3226 IRect center divides the image into nine sections: four sides, four corners, and
3291 IRect center divides the image into nine sections: four sides, four corners, and
3508 IRect center divides the bitmap into nine sections: four sides, four corners,
3570 #Line # divides Bitmap or Image into a rectangular grid ##
3573 #Line # divides Bitmap or Image into a rectangular grid ##
3579 Lattice divides Bitmap or Image into a rectangular grid.
3678 Lattice lattice divides bitmap into a rectangular grid.
3757 Lattice lattice divides image into a rectangular grid.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/AArch64/
Dloop-vectorization-factors.ll267 ; even when %len exactly divides VF (since we extract from the second last index

123