| /llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/ |
| H A D | Fraction.h | 63 inline int64_t floor(Fraction f) { return floorDiv(f.num, f.den); } in floor() function
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/tools/ |
| H A D | mlir_pytaco_api.py | 20 floor = mlir_pytaco.floor variable
|
| H A D | mlir_pytaco.py | 2183 def floor(a: Access) -> "_UnaryExpr": function
|
| /llvm-project-15.0.7/libc/src/__support/FPUtil/ |
| H A D | NearestIntegerOperations.h | 96 static inline T floor(T x) { in floor() function
|
| /llvm-project-15.0.7/mlir/lib/Conversion/MathToSPIRV/ |
| H A D | MathToSPIRV.cpp | 263 auto floor = rewriter.create<spirv::GLFloorOp>(loc, abs); in matchAndRewrite() local
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | __clang_cuda_cmath.h | 54 __DEVICE__ float floor(float __x) { return ::floorf(__x); } in floor() function
|
| H A D | __clang_cuda_math.h | 123 __DEVICE__ double floor(double __f) { return __nv_floor(__f); } in floor() function
|
| H A D | tgmath.h | 722 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x)) macro
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | math.h | 912 inline _LIBCPP_INLINE_VISIBILITY float floor(float __lcpp_x) _NOEXCEPT {return ::floorf… in floor() function 913 inline _LIBCPP_INLINE_VISIBILITY long double floor(long double __lcpp_x) _NOEXCEPT {return ::floorl… in floor() function 919 floor(_A1 __lcpp_x) _NOEXCEPT {return ::floor((double)__lcpp_x);} in floor() function
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/ |
| H A D | PolynomialApproximation.cpp | 923 auto floor = [&](Value a) { return builder.create<math::FloorOp>(a); }; in matchAndRewrite() local 1113 auto floor = [&](Value a) { return builder.create<math::FloorOp>(a); }; in matchAndRewrite() local
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/ |
| H A D | math_h.pass.cpp | 43 Ambiguous floor(Ambiguous){ return Ambiguous(); } in floor() function
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/c.math/ |
| H A D | cmath.pass.cpp | 44 Ambiguous floor(Ambiguous){ return Ambiguous(); } in floor() function
|
| /llvm-project-15.0.7/mlir/python/mlir/dialects/linalg/opdsl/lang/ |
| H A D | comprehension.py | 279 floor = UnaryFnType("floor") variable in UnaryFn
|
| /llvm-project-15.0.7/libc/utils/MPFRWrapper/ |
| H A D | MPFRUtils.cpp | 215 MPFRNumber floor() const { in floor() function in __llvm_libc::testing::mpfr::MPFRNumber
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IntrinsicCall.cpp | 2754 mlir::Value floor = genRuntimeCall("floor", arg.getType(), {arg}); in genFloor() local
|
| /llvm-project-15.0.7/polly/lib/External/isl/include/isl/ |
| H A D | isl-noexceptions.h | 5190 isl::aff aff::floor() const in floor() function 12231 isl::multi_aff multi_aff::floor() const in floor() function 15320 isl::pw_aff pw_aff::floor() const in floor() function 22507 isl::val val::floor() const in floor() function
|