| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A D | hashes.c | 130 int j, pow; in yura_hash() local 134 for (pow = 1, i = 1; i < len; i++) in yura_hash() 135 pow = pow * 10; in yura_hash() 140 a = (msg[0] - 48) * pow; in yura_hash() 144 for (pow = 1, j = i; j < len - 1; j++) in yura_hash() 145 pow = pow * 10; in yura_hash() 146 a = a + c * pow; in yura_hash() 151 for (pow = 1, j = i; j < len - 1; j++) in yura_hash() 152 pow = pow * 10; in yura_hash() 153 a = a + c * pow; in yura_hash() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/macintosh/ |
| H A D | windfarm_smu_sensors.c | 286 struct smu_cpu_power_sensor *pow = to_smu_cpu_power(sr); in smu_cpu_power_release() local 288 if (pow->volts) in smu_cpu_power_release() 289 wf_put_sensor(pow->volts); in smu_cpu_power_release() 290 if (pow->amps) in smu_cpu_power_release() 291 wf_put_sensor(pow->amps); in smu_cpu_power_release() 292 kfree(pow); in smu_cpu_power_release() 297 struct smu_cpu_power_sensor *pow = to_smu_cpu_power(sr); in smu_cpu_power_get() local 302 rc = pow->amps->ops->get_value(pow->amps, &s); in smu_cpu_power_get() 306 if (pow->fake_volts) { in smu_cpu_power_get() 311 rc = pow->volts->ops->get_value(pow->volts, &volts); in smu_cpu_power_get() [all …]
|
| /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 | riemann_zeta.tcc | 90 _Tp __term = std::pow(static_cast<_Tp>(__k), -__s); in __riemann_zeta_sum() 123 _Tp __term = __sgn / std::pow(__i, __s); in __riemann_zeta_alt() 129 __zeta /= _Tp(1) - std::pow(_Tp(2), _Tp(1) - __s); in __riemann_zeta_alt() 179 __zeta *= std::pow(_Tp(2) in __riemann_zeta_glob() 217 __term += __sgn * __bincoeff * std::pow(_Tp(1 + __j), -__s); in __riemann_zeta_glob() 229 __zeta /= _Tp(1) - std::pow(_Tp(2), _Tp(1) - __s); in __riemann_zeta_glob() 267 const _Tp __fact = _Tp(1) - std::pow(__prime[__i], -__s); in __riemann_zeta_product() 304 __zeta *= std::pow(_Tp(2) * __numeric_constants<_Tp>::__pi(), __s) in __riemann_zeta() 326 _Tp __zeta = std::pow(_Tp(2) in __riemann_zeta() 400 __term += __sgn * __bincoeff * std::pow(_Tp(__a + __j), -__s); in __hurwitz_zeta_glob()
|
| H A D | complex | 350 pow(const std::complex<_Tp>& __x, const _Up& __y) 353 return std::pow(std::complex<__type>(__x), __type(__y)); 358 pow(const _Tp& __x, const std::complex<_Up>& __y) 361 return std::pow(__type(__x), std::complex<__type>(__y)); 366 pow(const std::complex<_Tp>& __x, const std::complex<_Up>& __y) 369 return std::pow(std::complex<__type>(__x), 401 pow(const std::complex<_Tp>& __x, const _Tp& __y) 402 { return std::pow(__x, __y); } 406 pow(const _Tp& __x, const std::complex<_Tp>& __y) 407 { return std::pow(__x, __y); } [all …]
|
| H A D | ell_integral.tcc | 104 const _Tp __errtol = std::pow(__eps, _Tp(1) / _Tp(6)); in __ellint_rf() 321 const _Tp __errtol = std::pow(__eps / _Tp(8), _Tp(1) / _Tp(6)); in __ellint_rd() 324 const _Tp __lolim = _Tp(2) / std::pow(__max, _Tp(2) / _Tp(3)); in __ellint_rd() 325 const _Tp __uplim = std::pow(_Tp(0.1L) * __errtol / __min, _Tp(2) / _Tp(3)); in __ellint_rd() 520 const _Tp __errtol = std::pow(__eps / _Tp(30), _Tp(1) / _Tp(6)); in __ellint_rc() 573 const _Tp __lolim = std::pow(_Tp(5) * __min, _Tp(1)/_Tp(3)); in __ellint_rj() 575 * std::pow(_Tp(0.2L) * __max, _Tp(1)/_Tp(3)); in __ellint_rj() 600 const _Tp __errtol = std::pow(__eps / _Tp(8), _Tp(1) / _Tp(6)); in __ellint_rj()
|
| /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 | riemann_zeta.tcc | 90 _Tp __term = std::pow(static_cast<_Tp>(__k), -__s); in __riemann_zeta_sum() 123 _Tp __term = __sgn / std::pow(__i, __s); in __riemann_zeta_alt() 129 __zeta /= _Tp(1) - std::pow(_Tp(2), _Tp(1) - __s); in __riemann_zeta_alt() 179 __zeta *= std::pow(_Tp(2) in __riemann_zeta_glob() 217 __term += __sgn * __bincoeff * std::pow(_Tp(1 + __j), -__s); in __riemann_zeta_glob() 229 __zeta /= _Tp(1) - std::pow(_Tp(2), _Tp(1) - __s); in __riemann_zeta_glob() 267 const _Tp __fact = _Tp(1) - std::pow(__prime[__i], -__s); in __riemann_zeta_product() 304 __zeta *= std::pow(_Tp(2) * __numeric_constants<_Tp>::__pi(), __s) in __riemann_zeta() 326 _Tp __zeta = std::pow(_Tp(2) in __riemann_zeta() 400 __term += __sgn * __bincoeff * std::pow(_Tp(__a + __j), -__s); in __hurwitz_zeta_glob()
|
| H A D | complex | 350 pow(const std::complex<_Tp>& __x, const _Up& __y) 353 return std::pow(std::complex<__type>(__x), __type(__y)); 358 pow(const _Tp& __x, const std::complex<_Up>& __y) 361 return std::pow(__type(__x), std::complex<__type>(__y)); 366 pow(const std::complex<_Tp>& __x, const std::complex<_Up>& __y) 369 return std::pow(std::complex<__type>(__x), 401 pow(const std::complex<_Tp>& __x, const _Tp& __y) 402 { return std::pow(__x, __y); } 406 pow(const _Tp& __x, const std::complex<_Tp>& __y) 407 { return std::pow(__x, __y); } [all …]
|
| H A D | ell_integral.tcc | 104 const _Tp __errtol = std::pow(__eps, _Tp(1) / _Tp(6)); in __ellint_rf() 321 const _Tp __errtol = std::pow(__eps / _Tp(8), _Tp(1) / _Tp(6)); in __ellint_rd() 324 const _Tp __lolim = _Tp(2) / std::pow(__max, _Tp(2) / _Tp(3)); in __ellint_rd() 325 const _Tp __uplim = std::pow(_Tp(0.1L) * __errtol / __min, _Tp(2) / _Tp(3)); in __ellint_rd() 520 const _Tp __errtol = std::pow(__eps / _Tp(30), _Tp(1) / _Tp(6)); in __ellint_rc() 573 const _Tp __lolim = std::pow(_Tp(5) * __min, _Tp(1)/_Tp(3)); in __ellint_rj() 575 * std::pow(_Tp(0.2L) * __max, _Tp(1)/_Tp(3)); in __ellint_rj() 600 const _Tp __errtol = std::pow(__eps / _Tp(8), _Tp(1) / _Tp(6)); in __ellint_rj()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/ |
| H A D | f2clib.c | 33 integer pow, x, n; in pow_ii() local 47 for(pow = 1; ; ) in pow_ii() 50 pow *= x; in pow_ii() 56 return(pow); in pow_ii()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/ |
| H A D | sample_agamma_module.cpp | 100 Y_v10 = 4095 * pow(X_v10[i] / 4095, 1 / 1 + 0.0); in sample_agamma_module() 117 Y_v10 = 4095 * pow(X_v10[i] / 4095, 1 / 2.2 + 0.0); in sample_agamma_module() 149 Y_v11 = 4095 * pow(X_v11[i] / 4095, 1 / 1 + 0.0); in sample_agamma_module() 164 Y_v11 = 4095 * pow(X_v11[i] / 4095, 1 / 2.2 + 0.0); in sample_agamma_module() 191 Y_v11 = 4095 * pow(X_v11[i] / 4095, 1 / 1 + 0.0); in sample_agamma_module() 206 Y_v11 = 4095 * pow(X_v11[i] / 4095, 1 / 2.2 + 0.0); in sample_agamma_module()
|
| H A D | sample_ablc_module.cpp | 78 blc_attr.stBlc0Auto.iso[i] = 50 * pow(2, i); in sample_ablc_setAuto() 87 blc_attr.stBlc1Auto.iso[i] = 50 * pow(2, i); in sample_ablc_setAuto() 120 blc_attr.stBlc0Auto.iso[i] = 50 * pow(2, i); in sample_ablc_setAuto_v32() 129 blc_attr.stBlc1Auto.iso[i] = 50 * pow(2, i); in sample_ablc_setAuto_v32() 138 blc_attr.stBlcOBAuto.iso[i] = 50 * pow(2, i); in sample_ablc_setAuto_v32()
|
| /OK3568_Linux_fs/kernel/drivers/media/common/v4l2-tpg/ |
| H A D | v4l2-tpg-colors.c | 1168 return pow((-v + 0.055) / 1.055, 2.4); in transfer_srgb_to_rgb() 1169 return (v <= 0.04045) ? v / 12.92 : pow((v + 0.055) / 1.055, 2.4); in transfer_srgb_to_rgb() 1175 return -1.055 * pow(-v, 1.0 / 2.4) + 0.055; in transfer_rgb_to_srgb() 1178 return 1.055 * pow(v, 1.0 / 2.4) - 0.055; in transfer_rgb_to_srgb() 1183 return (v <= 0.0228) ? v * 4.0 : 1.1115 * pow(v, 0.45) - 0.1115; in transfer_rgb_to_smpte240m() 1189 return -1.099 * pow(-v, 0.45) + 0.099; in transfer_rgb_to_rec709() 1190 return (v < 0.018) ? v * 4.5 : 1.099 * pow(v, 0.45) - 0.099; in transfer_rgb_to_rec709() 1195 return (v < 0.081) ? v / 4.5 : pow((v + 0.099) / 1.099, 1.0 / 0.45); in transfer_rec709_to_rgb() 1200 return pow(v, 1.0 / 2.19921875); in transfer_rgb_to_oprgb() 1205 return pow(v, 1.0 / 2.6); in transfer_rgb_to_dcip3() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | compandt.c | 43 double in_lin = pow(10., in/20); in lsx_compandt_show() 68 double in_lin = pow(10., in/20); in lsx_compandt_show() 104 len = sqrt(pow(line2.x - line1.x, 2.) + pow(line2.y - line1.y, 2.)); in prepare_transfer_fn() 110 len = sqrt(pow(line3.x - line2.x, 2.) + pow(line3.y - line2.y, 2.)); in prepare_transfer_fn()
|
| H A D | loudness.c | 61 #define SPL(phon, t) (10 / t.af * log10(4.47e-3 * (pow(10., .025 * (phon)) - \ in make_filter() 62 1.15) + pow(.4 * pow(10., (t.tf + t.lu) / 10 - 9), t.af)) - t.lu + 94) in make_filter()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | tile_coordinate.hpp | 22 const double scale = std::pow(2.0, zoom); in fromLatLng() 31 const double scaleDiff = std::pow(2.0, zoom - z); in zoomTo() 36 const double scale = std::pow(2.0, tileID.canonical.z); in toGeometryCoordinate()
|
| H A D | interpolate.cpp | 16 return (std::pow(static_cast<double>(base), zoomProgress) - 1) / in interpolationFactor() 17 (std::pow(static_cast<double>(base), zoomDiff) - 1); in interpolationFactor()
|
| /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 | 32 template <class T> T pow( T, T ); 55 … template <> BOOST_QVM_INLINE_TRIVIAL float pow<float>( float x, float y ) { return ::powf(x,y); } in pow() function 77 …template <> BOOST_QVM_INLINE_TRIVIAL double pow<double>( double x, double y ) { return ::pow(x,y);… in pow() function
|
| /OK3568_Linux_fs/kernel/drivers/clk/sunxi/ |
| H A D | clk-sunxi.c | 726 u8 pow; member 733 .pow = 0, 756 .pow = 1, 770 .pow = 1, 799 data->pow ? CLK_DIVIDER_POWER_OF_TWO : 0, in sunxi_divider_clk_setup() 887 u8 pow; /* is it power-of-two based? */ member 906 { .shift = 0, .pow = 0, .critical = true }, /* M, DDR */ 907 { .shift = 16, .pow = 1, }, /* P, other */ 1063 flags = data->div[i].pow ? CLK_DIVIDER_POWER_OF_TWO : 0; in sunxi_divs_clk_setup()
|
| /OK3568_Linux_fs/kernel/Documentation/scheduler/ |
| H A D | sched-pelt.c | 26 x = ((1UL<<32)-1)*pow(y, i); in calc_runnable_avg_yN_inv() 103 y = pow(0.5, 1/(double)HALFLIFE); in main()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/shaders/ |
| H A D | pagecurl.fsh | 67 float dd = pow(1.0 - distance / 2.0, sharpness); 115 gray += (8.0 / 10.0) * (pow(1.0 - abs(yc / cylinderRadius), 2.0 / 10.0) / 2.0 + (5.0 / 10.0)); 159 … float shado = 1.0 - (sqrt(pow(point.x - 0.5, 2.0) + pow(point.y - 0.5, 2.0)) / 0.71); 160 shado *= pow(-yc / cylinderRadius, 3.0);
|
| H A D | vignette.fsh | 45 float cr = pow(0.1, 2.0); 46 float pt = pow(uv.x - 0.5, 2.0) + pow(uv.y - 0.5, 2.0);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/flex/flex/ |
| H A D | check-funcs.patch | 45 -pow dnl Used only by "examples/manual/expr" 57 +# pow - Used only by "examples/manual/expr". 61 +AC_CHECK_FUNCS([pow setlocale reallocarr reallocarray])
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/constants/ |
| H A D | calculate_constants.hpp | 414 …return pow(pi<T, policies::policy<policies::digits2<N> > >(), e<T, policies::policy<policies::digi… in compute() 453 …return pow(pi<T, policies::policy<policies::digits2<N> > >(), static_cast<T>(1)/ static_cast<T>(3)… in compute() 462 / pow(pi<T, policies::policy<policies::digits2<N> > >(), static_cast<T>(1)/ static_cast<T>(3)); in compute() 472 …return pow(e<T, policies::policy<policies::digits2<N> > >(), pi<T, policies::policy<policies::digi… in compute() 708 sum += ej_sign * -two_n / pow(T(j + 1), s); in zeta_polynomial_series() 715 sum += ej_sign * (ej_sum - two_n) / pow(T(j + 1), s); in zeta_polynomial_series() 721 return -sum / (two_n * (1 - pow(T(2), sc))); in zeta_polynomial_series() 808 T d = pow(3 + sqrt(T(8)), n); in zeta_series_derivative_2() 829 T d = pow(3 + sqrt(T(8)), n); in zeta_series_2() 918 / pow(four_minus_pi<T, policies::policy<policies::digits2<N> > >(), static_cast<T>(3./2)) in compute()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/ |
| H A D | transform_state.hpp | 99 double min_scale = std::pow(2, 0); 100 double max_scale = std::pow(2, util::DEFAULT_MAX_ZOOM);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeoprojection.cpp | 237 double mapEdgeSize = std::pow(2.0, cameraData.zoomLevel()) * defaultTileSize; in maximumCenterLatitudeAtZoom() 252 double mapEdgeSize = std::pow(2.0, cameraData.zoomLevel()) * defaultTileSize; in minimumCenterLatitudeAtZoom() 300 m_mapEdgeSize = std::pow(2.0, cameraData.zoomLevel()) * defaultTileSize; in setCameraData() 429 double scale = std::pow(0.5, zoomLevel - m_cameraData.zoomLevel()); in quickItemTransformation() 438 scale = std::pow(0.5, (zoomLevel - std::floor(zoomLevel)) + in quickItemTransformation() 604 double z = std::pow(2.0, m_cameraData.zoomLevel() - intZoomLevel) * defaultTileSize; in setupCamera() 607 double z_mercator = std::pow(2.0, m_cameraData.zoomLevel()) * defaultTileSize; in setupCamera() 724 const double upperBoundEpsilon = 1.0 / std::pow(10, 1.0 + m_cameraData.zoomLevel() / 5.0); in setupCamera()
|