| /llvm-project-15.0.7/libcxx/test/std/numerics/bit/bit.pow.two/ |
| H A D | bit_ceil.pass.cpp | 59 T ceil = 256; in test() local
|
| /llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/ |
| H A D | Fraction.h | 65 inline int64_t ceil(Fraction f) { return ceilDiv(f.num, f.den); } in ceil() function
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/tools/ |
| H A D | mlir_pytaco_api.py | 19 ceil = mlir_pytaco.ceil variable
|
| H A D | mlir_pytaco.py | 2168 def ceil(a: Access) -> "_UnaryExpr": function
|
| /llvm-project-15.0.7/libc/src/__support/FPUtil/ |
| H A D | NearestIntegerOperations.h | 57 static inline T ceil(T x) { in ceil() function
|
| /llvm-project-15.0.7/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); } in ceil() function
|
| H A D | tgmath.h | 601 #define ceil(__x) __tg_ceil(__tg_promote1((__x))(__x)) macro
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | math.h | 852 inline _LIBCPP_INLINE_VISIBILITY float ceil(float __lcpp_x) _NOEXCEPT {return ::ceilf(_… in ceil() function 853 inline _LIBCPP_INLINE_VISIBILITY long double ceil(long double __lcpp_x) _NOEXCEPT {return ::ceill(_… in ceil() function 859 ceil(_A1 __lcpp_x) _NOEXCEPT {return ::ceil((double)__lcpp_x);} in ceil() function
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/ |
| H A D | math_h.pass.cpp | 38 Ambiguous ceil(Ambiguous){ return Ambiguous(); } in ceil() function
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/c.math/ |
| H A D | cmath.pass.cpp | 39 Ambiguous ceil(Ambiguous){ return Ambiguous(); } in ceil() function
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/ |
| H A D | ArithmeticOps.cpp | 430 APInt ceil = signedCeilNonnegInputs(posA, b, overflowOrDiv0); in fold() local 435 APInt ceil = signedCeilNonnegInputs(a, posB, overflowOrDiv0); in fold() local
|
| /llvm-project-15.0.7/mlir/python/mlir/dialects/linalg/opdsl/lang/ |
| H A D | comprehension.py | 278 ceil = UnaryFnType("ceil") variable in UnaryFn
|
| /llvm-project-15.0.7/libc/utils/MPFRWrapper/ |
| H A D | MPFRUtils.cpp | 185 MPFRNumber ceil() const { in ceil() function in __llvm_libc::testing::mpfr::MPFRNumber
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IntrinsicCall.cpp | 2393 mlir::Value ceil = genRuntimeCall("ceil", arg.getType(), {arg}); in genCeiling() local
|
| /llvm-project-15.0.7/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
|