Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/numerics/bit/bit.pow.two/
H A Dbit_ceil.pass.cpp59 T ceil = 256; in test() local
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DFraction.h65 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 Dmlir_pytaco_api.py19 ceil = mlir_pytaco.ceil variable
H A Dmlir_pytaco.py2168 def ceil(a: Access) -> "_UnaryExpr": function
/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A DNearestIntegerOperations.h57 static inline T ceil(T x) { in ceil() function
/llvm-project-15.0.7/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); } in ceil() function
H A Dtgmath.h601 #define ceil(__x) __tg_ceil(__tg_promote1((__x))(__x)) macro
/llvm-project-15.0.7/libcxx/include/
H A Dmath.h852 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 Dmath_h.pass.cpp38 Ambiguous ceil(Ambiguous){ return Ambiguous(); } in ceil() function
/llvm-project-15.0.7/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp39 Ambiguous ceil(Ambiguous){ return Ambiguous(); } in ceil() function
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DArithmeticOps.cpp430 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 Dcomprehension.py278 ceil = UnaryFnType("ceil") variable in UnaryFn
/llvm-project-15.0.7/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp185 MPFRNumber ceil() const { in ceil() function in __llvm_libc::testing::mpfr::MPFRNumber
/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp2393 mlir::Value ceil = genRuntimeCall("ceil", arg.getType(), {arg}); in genCeiling() local
/llvm-project-15.0.7/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