MCPcopy Create free account
hub / github.com/VectorDB-NTU/RaBitQ-Library / ceil

Function ceil

include/rabitqlib/third/Eigen/src/Core/MathFunctions.h:1431–1432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1429
1430#if defined(EIGEN_GPUCC)
1431template<> EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE
1432float ceil(const float &x) { return ::ceilf(x); }
1433
1434template<> EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE
1435double ceil(const double &x) { return ::ceil(x); }

Callers 5

runMethod · 0.70
runMethod · 0.70
pceilFunction · 0.70
runMethod · 0.70
T (ceil)Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected