| /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); 89 using boost::math::modf;
|
| /OK3568_Linux_fs/buildroot/package/python-aiohttp/ |
| H A D | 0001-Bump-async-timeout-version-for-aiohttp-3.8-5299.patch | 242 from math import isclose, modf 283 - frac, integer = modf(cm._cancel_handler.when()) 287 + frac, integer = modf(cm.deadline) 296 - frac, integer = modf(cm._cancel_handler.when()) 300 + frac, integer = modf(cm.deadline)
|
| /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/src/mbgl/map/ |
| H A D | transform_state.cpp | 91 const float dxa = -std::modf(dx, &devNull) + angleCos * xShift + angleSin * yShift; in getProjMatrix() 92 const float dya = -std::modf(dy, &devNull) + angleCos * yShift + angleSin * xShift; in getProjMatrix()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/csscolorparser/ |
| H A D | csscolorparser.cpp | 266 h = std::modf(h, &i); in parse()
|
| /OK3568_Linux_fs/buildroot/package/olsr/ |
| H A D | 0003-pud-adapt-to-API-changes-in-gpsd-3-20.patch | 68 double fraction = modf(fabs(gpsdata->fix.time), &seconds);
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | flanger.c | 183 double frac_delay = modf(delay, &delay); in flow()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | math.h | 54 using std::modf;
|
| H A D | cmath | 69 #undef modf 372 using ::modf; 376 modf(float __x, float* __iptr) 380 modf(long double __x, long double* __iptr)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | math.h | 54 using std::modf;
|
| H A D | cmath | 69 #undef modf 372 using ::modf; 376 modf(float __x, float* __iptr) 380 modf(long double __x, long double* __iptr)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/ |
| H A D | config.hpp | 313 using std::modf;\
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | mathcalls.h | 110 __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | mathcalls.h | 110 __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/dnn/ |
| H A D | dnn.inl.hpp | 100 fracpart = std::modf(doubleValue, &intpart); in get()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | math.h | 92 extern double modf (double, double *);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | math.h | 92 extern double modf (double, double *);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qgeocoordinate.cpp | 488 double fraction = modf(azimuth, &whole); in azimuthTo()
|
| H A D | qlocationutils.cpp | 58 double min = 100.0 * modf(nmeaDegrees / 100.0, °); in qlocationutils_nmeaDegreesToDecimal()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | cmath | 110 floating_point modf (floating_point value, floating_point* iptr); 376 using ::modf;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | cmath | 110 floating_point modf (floating_point value, floating_point* iptr); 376 using ::modf;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/aarch64-none-linux-gnu/bits/ |
| H A D | c++config.h | 1934 # define modf _modf macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/arm-none-linux-gnueabihf/bits/ |
| H A D | c++config.h | 1934 # define modf _modf macro
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/winrt/ |
| H A D | qgeopositioninfosource_winrt.cpp | 572 value = modf(value, &mod); in onPositionChanged()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/ |
| H A D | simd | 410 template <class Abi> floatv<Abi> modf(floatv<Abi> value, floatv<Abi>* iptr); 411 template <class Abi> doublev<Abi> modf(doublev<Abi> value, doublev<Abi>* iptr); 412 template <class Abi> ldoublev<Abi> modf(ldoublev<Abi> value, ldoublev<Abi>* iptr);
|