/external/libcxx/test/std/utilities/function.objects/arithmetic.operations/ |
D | divides.pass.cpp | 22 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()
|
D | transparent.pass.cpp | 43 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/ |
D | api_def_SpaceToBatchND.pbtxt | 22 `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
|
D | api_def_SparseDenseCwiseDiv.pbtxt | 34 summary: "Component-wise divides a SparseTensor by a dense Tensor."
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/ |
D | convergent.ll | 29 ; 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/ |
D | trap.ll | 37 ; inserted if one divides by zero.
|
/external/grpc-grpc/src/proto/math/ |
D | math.proto | 43 // Div divides DivArgs.dividend by DivArgs.divisor and returns the quotient
|
/external/llvm/docs/ |
D | CompileCudaWithLLVM.rst | 236 * **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/ |
D | floor_div.cc | 39 return std::floor(std::divides<double>()(static_cast<double>(input1), in FloorDiv()
|
/external/llvm/test/CodeGen/NVPTX/ |
D | bypass-div.ll | 3 ; 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/ |
D | bypass-div.ll | 3 ; 64-bit divides and rems should be split into a fast and slow path where
|
/external/eigen/Eigen/src/Core/functors/ |
D | StlFunctors.h | 24 struct functor_traits<std::divides<T> >
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | convergent.ll | 29 ; unrolled. The unroll count is the largest power of 2 that divides the
|
/external/llvm/test/Transforms/ConstantHoisting/ARM/ |
D | bad-cases.ll | 49 ; We don't want to convert constant divides because the benefit from converting
|
/external/mesa3d/src/gallium/state_trackers/clover/util/ |
D | functional.hpp | 69 struct divides { struct
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ConstantHoisting/ARM/ |
D | bad-cases.ll | 49 ; We don't want to convert constant divides because the benefit from converting
|
/external/python/cpython2/Doc/library/ |
D | fractions.rst | 133 largest integer that divides both *a* and *b*. ``gcd(a,b)`` has the same
|
/external/python/cpython3/Doc/library/ |
D | fractions.rst | 172 largest integer that divides both *a* and *b*. ``gcd(a,b)`` has the same
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | CompileCudaWithLLVM.rst | 521 * `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/ |
D | kernel.cpp | 56 map(divides(), grid_size, block_size); in launch()
|
/external/libcxx/include/ |
D | valarray | 3829 __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/ |
D | architecture.rst | 52 The model divides a message into the two fundamental parts discussed by the
|
/external/skqp/docs/ |
D | SkCanvas_Reference.bmh | 3283 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/ |
D | SkCanvas_Reference.bmh | 3226 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/ |
D | loop-vectorization-factors.ll | 267 ; even when %len exactly divides VF (since we extract from the second last index
|