Home
last modified time | relevance | path

Searched defs:ceil (Results 1 – 17 of 17) sorted by relevance

/llvm-project/libcxx/include/__math/
H A Drounding_functions.h29 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI float ceil(float __x) _NOEXCEPT { return __builtin_ceilf(__x); } in ceil() function
32 [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI double ceil(double __x) _NOEXCEPT { in ceil() function
36 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI long double ceil(long double __x) _NOEXCEPT { in ceil() function
41 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI double ceil(_A1 __x) _NOEXCEPT { in ceil() function
/llvm-project/libcxx/test/std/numerics/bit/bit.pow.two/
H A Dbit_ceil.pass.cpp59 T ceil = 256; test() local
/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DFraction.h78 inline DynamicAPInt ceil(const Fraction &f) { return ceilDiv(f.num, f.den); } ceil() function
/llvm-project/mlir/include/mlir/Dialect/Affine/
H A DUtils.h364 OpFoldResult ceil(AffineValueExpr lhs, AffineValueExpr rhs) { ceil() function
/llvm-project/libc/src/__support/FPUtil/
H A DNearestIntegerOperations.h54 LIBC_INLINE T ceil(T x) { ceil() function
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DPadding.cpp59 auto ceil = [](int64_t val, int64_t multiple) { in computePaddedShape() local
/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgNamedStructuredOps.yaml203 name: ceil play
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h49 __DEVICE__ float ceil(float __x) { return ::ceilf(__x); } in ceil() function
H A D__clang_cuda_math.h74 __DEVICE__ double ceil(double __a) { return __nv_ceil(__a); } ceil() function
H A Dtgmath.h601 #define ceil(__x) __tg_ceil(__tg_promote1((__x))(__x)) macro
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp43 Ambiguous ceil(Ambiguous){ return Ambiguous(); } ceil() function
[all...]
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp43 Ambiguous ceil(Ambiguous){ return Ambiguous(); } in ceil() function
/llvm-project/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp230 MPFRNumber ceil() const { ceil() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/lang/
H A Dcomprehension.py292 ceil = UnaryFnType("ceil") variable in UnaryFn
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/ops/
H A Dcore_named_ops.py76 def ceil( function
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp3004 mlir::Value ceil = genRuntimeCall("ceil", arg.getType(), {arg}); genCeiling() local
/llvm-project/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h5064 isl::aff aff::ceil() const in ceil() function
15221 isl::pw_aff pw_aff::ceil() const in ceil() function
22462 isl::val val::ceil() const in ceil() function