Searched refs:ipart (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/detail/ |
| H A D | round_fwd.hpp | 60 T modf(const T& v, T* ipart, const Policy& pol); 62 T modf(const T& v, T* ipart); 64 T modf(const T& v, int* ipart, const Policy& pol); 66 T modf(const T& v, int* ipart); 68 T modf(const T& v, long* ipart, const Policy& pol); 70 T modf(const T& v, long* ipart); 73 T modf(const T& v, boost::long_long_type* ipart, const Policy& pol); 75 T modf(const T& v, boost::long_long_type* ipart);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/ |
| H A D | math_fwd.hpp | 1071 …inline T modf(const T& v, boost::long_long_type* ipart){ using boost::math::modf; return modf(v, i… 1477 inline T modf(const T& v, T* ipart){ using boost::math::modf; return modf(v, ipart, Policy()); }\ 1480 …inline T modf(const T& v, int* ipart){ using boost::math::modf; return modf(v, ipart, Policy()); }\ 1483 …inline T modf(const T& v, long* ipart){ using boost::math::modf; return modf(v, ipart, Policy()); …
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/ |
| H A D | default_ops.hpp | 1226 T ipart; in eval_modf() local 1227 eval_trunc(ipart, arg); in eval_modf() 1228 eval_subtract(result, arg, ipart); in eval_modf()
|