Searched defs:clamp (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/__algorithm/ |
| H A D | clamp.h | 27 clamp(const _Tp& __v, const _Tp& __lo, const _Tp& __hi, _Compare __comp) in clamp() function 38 clamp(const _Tp& __v, const _Tp& __lo, const _Tp& __hi) in clamp() function
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | AMDGPUModifierSyntax.rst | 1422 clamp subsection 1620 clamp subsection 1652 Note: output modifiers are applied before :ref:`clamping<amdgpu_synid_clamp>` (if any). argument 1907 clamp subsection 1912 .. _amdgpu_synid_mad_mix: 2000 clamp subsection
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | MisExpect.cpp | 150 uint32_t clamp(uint64_t value, uint32_t low, uint32_t hi) { in clamp() function
|
| /llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/ |
| H A D | TosaToLinalgNamed.cpp | 946 auto clamp = clampHelper<arith::CmpIOp>( in matchAndRewrite() local
|
| H A D | TosaToLinalg.cpp | 185 auto clamp = clampHelper<arith::CmpIOp>( in createLinalgBodyCalculationForElementwiseOp() local
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | io-stmt.cpp | 847 static auto constexpr clamp{(std::numeric_limits<int>::max() - '9') / 10}; in GetNextDataEdit() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/ |
| H A D | PolynomialApproximation.cpp | 200 static Value clamp(ImplicitLocOpBuilder &builder, Value value, Value lowerBound, in clamp() function
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 64 int64_t clamp(int64_t Value, int64_t Low, int64_t High) { in clamp() function
|