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

Function floor

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

Source from the content-addressed store, hash-verified

1409
1410#if defined(EIGEN_GPUCC)
1411template<> EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE
1412float floor(const float &x) { return ::floorf(x); }
1413
1414template<> EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE
1415double floor(const double &x) { return ::floor(x); }

Callers 3

pfloorFunction · 0.70
runMethod · 0.70
T (floor)Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected