| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qlocationutils_p.h | 127 azimuth = fmod(azimuth, 360.0); in azimuthToCardinalDirection4() 140 azimuth = fmod(azimuth, 360.0); in azimuthToCardinalDirection8() 162 azimuth = fmod(azimuth, 360.0); in azimuthToCardinalDirection16() 200 double remainder = fmod(lng + 180.0, 360.0); in wrapLongExt() 201 return fmod(remainder + 360.0, 360.0) - 180.0; in wrapLongExt()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/math/ |
| H A D | wrap.hpp | 13 return std::fmod((std::fmod((value - min), d) + d), d) + min; in wrap()
|
| /OK3568_Linux_fs/buildroot/package/uhd/ |
| H A D | 0005-core-remove-boost-math-in-favor-of-std-cmath.patch | 56 - double if_freq = std::abs(std::fmod(fe_conn.get_if_freq(), _tick_rate)); 58 + double if_freq = std::abs(std::fmod(fe_if_freq, _tick_rate)); 88 - double if_freq = std::abs(std::fmod(fe_conn.get_if_freq(), _adc_rate)); 90 + double if_freq = std::abs(std::fmod(fe_if_freq, _adc_rate));
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | tbldo.S | 346 .long pmod |$21-0 fmod all 347 .long pmod |$21-1 fmod all 348 .long pmod |$21-2 fmod all 349 .long pmod |$21-3 fmod all 350 .long pmod |$21-4 fmod all 351 .long serror |$21-5 fmod ERROR 352 .long serror |$21-6 fmod ERROR 353 .long serror |$21-7 fmod ERROR
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | get_anchors.cpp | 127 std::fmod((shapedLabelLength / 2 + fixedExtraOffset) * boxScale * overscaling, spacing) : in getAnchors() 128 std::fmod(spacing / 2 * overscaling, spacing); in getAnchors()
|
| H A D | check_max_angle.cpp | 59 angleDelta = std::fabs(std::fmod(angleDelta + 3 * M_PI, M_PI * 2) - M_PI); in checkMaxAngle()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/cairo/cairo/ |
| H A D | CVE-2019-6461.patch | 20 angle_max = fmod (angle_max - angle_min, 2 * M_PI);
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | stv0900_core.c | 881 fmod, in stv0900_activate_s2_modcod() local 900 fmod = 14; in stv0900_activate_s2_modcod() 903 fmod = 13; in stv0900_activate_s2_modcod() 906 fmod = 11; in stv0900_activate_s2_modcod() 909 fmod = 7; in stv0900_activate_s2_modcod() 917 0xf0 | fmod); in stv0900_activate_s2_modcod() 920 (fmod << 4) | 0xf); in stv0900_activate_s2_modcod()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/d/ |
| H A D | d-tree.def | 25 /* Floating point modulus that expands to a call to fmod. */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/d/ |
| H A D | d-tree.def | 25 /* Floating point modulus that expands to a call to fmod. */
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/ |
| H A D | math.hpp | 76 …mplate <> BOOST_QVM_INLINE_TRIVIAL double mod<double>( double x, double y ) { return ::fmod(x,y); } in mod()
|
| /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 | 60 using std::fmod;
|
| H A D | cmath | 64 #undef fmod 275 using ::fmod; 279 fmod(float __x, float __y) 283 fmod(long double __x, long double __y) 290 fmod(_Tp __x, _Up __y) 293 return fmod(__type(__x), __type(__y));
|
| /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 | 60 using std::fmod;
|
| H A D | cmath | 64 #undef fmod 275 using ::fmod; 279 fmod(float __x, float __y) 283 fmod(long double __x, long double __y) 290 fmod(_Tp __x, _Up __y) 293 return fmod(__type(__x), __type(__y));
|
| /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 | 312 using std::fmod;\
|
| /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 | 168 __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
|
| /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/tr1/ |
| H A D | math.h | 59 using std::tr1::fmod;
|
| H A D | riemann_zeta.tcc | 173 if (_GLIBCXX_MATH_NS::fmod(__s,_Tp(2)) == _Tp(0)) in __riemann_zeta_glob()
|
| /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/tr1/ |
| H A D | math.h | 59 using std::tr1::fmod;
|
| H A D | riemann_zeta.tcc | 173 if (_GLIBCXX_MATH_NS::fmod(__s,_Tp(2)) == _Tp(0)) in __riemann_zeta_glob()
|
| /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 | 168 __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | synth.c | 75 LSX_ENUM_ITEM(synth_, fmod) 488 phase = fmod(phase + chan->phase, 1.0); in flow()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | math.h | 113 extern double fmod (double, double);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/ |
| H A D | vertex_longitude.hpp | 321 CT vertex_lon = std::fmod(lon1 + dlon, 2 * pi); in apply()
|