Home
last modified time | relevance | path

Searched refs:modf (Results 1 – 25 of 70) sorted by relevance

123

/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 Dround_fwd.hpp60 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 D0001-Bump-async-timeout-version-for-aiohttp-3.8-5299.patch242 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 Dmath_fwd.hpp1071 …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 Dtransform_state.cpp91 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 Dcsscolorparser.cpp266 h = std::modf(h, &i); in parse()
/OK3568_Linux_fs/buildroot/package/olsr/
H A D0003-pud-adapt-to-API-changes-in-gpsd-3-20.patch68 double fraction = modf(fabs(gpsdata->fix.time), &seconds);
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dflanger.c183 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 Dmath.h54 using std::modf;
H A Dcmath69 #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 Dmath.h54 using std::modf;
H A Dcmath69 #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 Dconfig.hpp313 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 Dmathcalls.h110 __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 Dmathcalls.h110 __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/dnn/
H A Ddnn.inl.hpp100 fracpart = std::modf(doubleValue, &intpart); in get()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dmath.h92 extern double modf (double, double *);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dmath.h92 extern double modf (double, double *);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeocoordinate.cpp488 double fraction = modf(azimuth, &whole); in azimuthTo()
H A Dqlocationutils.cpp58 double min = 100.0 * modf(nmeaDegrees / 100.0, &deg); in qlocationutils_nmeaDegreesToDecimal()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcmath110 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 Dcmath110 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 Dc++config.h1934 # 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 Dc++config.h1934 # define modf _modf macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/winrt/
H A Dqgeopositioninfosource_winrt.cpp572 value = modf(value, &mod); in onPositionChanged()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/
H A Dsimd410 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);

123