/llvm-project/libcxx/include/__math/ |
H A D | rounding_functions.h | 29 [[__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 D | bit_ceil.pass.cpp | 59 T ceil = 256; test() local
|
/llvm-project/mlir/include/mlir/Analysis/Presburger/ |
H A D | Fraction.h | 78 inline DynamicAPInt ceil(const Fraction &f) { return ceilDiv(f.num, f.den); } ceil() function
|
/llvm-project/mlir/include/mlir/Dialect/Affine/ |
H A D | Utils.h | 364 OpFoldResult ceil(AffineValueExpr lhs, AffineValueExpr rhs) { ceil() function
|
/llvm-project/libc/src/__support/FPUtil/ |
H A D | NearestIntegerOperations.h | 54 LIBC_INLINE T ceil(T x) { ceil() function
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | Padding.cpp | 59 auto ceil = [](int64_t val, int64_t multiple) { in computePaddedShape() local
|
/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/ |
H A D | LinalgNamedStructuredOps.yaml | 203 name: ceil play
|
/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_cmath.h | 49 __DEVICE__ float ceil(float __x) { return ::ceilf(__x); } in ceil() function
|
H A D | __clang_cuda_math.h | 74 __DEVICE__ double ceil(double __a) { return __nv_ceil(__a); } ceil() function
|
H A D | tgmath.h | 601 #define ceil(__x) __tg_ceil(__tg_promote1((__x))(__x)) macro
|
/llvm-project/libcxx/test/std/numerics/c.math/ |
H A D | cmath.pass.cpp | 43 Ambiguous ceil(Ambiguous){ return Ambiguous(); } ceil() function [all...] |
/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
H A D | math_h.pass.cpp | 43 Ambiguous ceil(Ambiguous){ return Ambiguous(); } in ceil() function
|
/llvm-project/libc/utils/MPFRWrapper/ |
H A D | MPFRUtils.cpp | 230 MPFRNumber ceil() const { ceil() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
|
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/lang/ |
H A D | comprehension.py | 292 ceil = UnaryFnType("ceil") variable in UnaryFn
|
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/ops/ |
H A D | core_named_ops.py | 76 def ceil( function
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | IntrinsicCall.cpp | 3004 mlir::Value ceil = genRuntimeCall("ceil", arg.getType(), {arg}); genCeiling() local
|
/llvm-project/polly/lib/External/isl/include/isl/ |
H A D | isl-noexceptions.h | 5064 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
|