| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/ |
| H A D | differential_quantities.hpp | 90 CT const ep2 = e2 / math::sqr(one_minus_f); in apply() 112 CT const cos_alp0_sqr = c1 - math::sqr(sin_alp0); in apply() 118 CT const dn1 = math::sqrt(c1 + ep2 * math::sqr(sin_bet1)); in apply() 119 CT const dn2 = math::sqrt(c1 + ep2 * math::sqr(sin_bet2)); in apply() 180 … CT const sin_4sig1 = c2 * sin_2sig1 * (math::sqr(cos_sig1) - math::sqr(sin_sig1)); // sin(4sig1) in J12_f() 181 … CT const sin_4sig2 = c2 * sin_2sig2 * (math::sqr(cos_sig2) - math::sqr(sin_sig2)); // sin(4sig2) in J12_f() 208 CT const cos_alp0_quad = math::sqr(cos_alp0_sqr); in J12_f() 209 CT const sin3_2sig1 = math::sqr(sin_2sig1) * sin_2sig1; in J12_f() 210 CT const sin3_2sig2 = math::sqr(sin_2sig2) * sin_2sig2; in J12_f() 266 … CT const sin_4sig1 = c2 * sin_2sig1 * (math::sqr(cos_sig1) - math::sqr(sin_sig1)); // sin(4sig1) in J12_ep_sqr() [all …]
|
| H A D | vincenty_inverse.hpp | 109 CT const temp_den_U1 = math::sqrt(c1 + math::sqr(tan_U1)); in apply() 110 CT const temp_den_U2 = math::sqrt(c1 + math::sqr(tan_U2)); in apply() 144 …sin_sigma = math::sqrt(math::sqr(cos_U2 * sin_lambda) + math::sqr(cos_U1 * sin_U2 - sin_U1 * cos_U… in apply() 147 cos2_alpha = c1 - math::sqr(sin_alpha); in apply() 149 cos2_2sigma_m = math::sqr(cos_2sigma_m); in apply() 183 CT sqr_u = cos2_alpha * ( math::sqr(radius_a / radius_b) - c1 ); // above (1) in apply() 188 CT const sin2_sigma = math::sqr(sin_sigma); in apply()
|
| H A D | thomas_inverse.hpp | 104 CT const sin2_theta_m = math::sqr(sin_theta_m); in apply() 105 CT const cos2_theta_m = math::sqr(cos_theta_m); in apply() 106 CT const sin2_d_theta_m = math::sqr(sin_d_theta_m); in apply() 107 CT const cos2_d_theta_m = math::sqr(cos_d_theta_m); in apply() 109 CT const sin2_d_lambda_m = math::sqr(sin_d_lambda_m); in apply() 131 CT const D = c4 * math::sqr(T); in apply() 137 CT const f_sqr = math::sqr(f); in apply()
|
| H A D | vertex_longitude.hpp | 124 CT const cos_alp1 = math::sqrt(c1 - math::sqr(sin_alp1)); in apply() 126 CT const norm = math::sqrt(math::sqr(cos_alp1) + math::sqr(sin_alp1 * sin_bet1)); in apply() 132 CT const cos_alp0 = math::sqrt(c1 - math::sqr(sin_alp0)); in apply() 133 CT const cos_alp2 = math::sqrt(c1 - math::sqr(sin_alp2)); in apply() 139 CT const sin_sig1 = math::sqrt(c1 - math::sqr(cos_sig1)); in apply() 142 CT const sin_sig2 = math::sqrt(c1 - math::sqr(cos_sig2)); in apply() 167 CT const k2 = math::sqr(ep * cos_alp0); in apply()
|
| H A D | andoyer_inverse.hpp | 102 CT const K = math::sqr(sin_lat1-sin_lat2); in apply() 103 CT const L = math::sqr(sin_lat1+sin_lat2); in apply() 153 U = (f/ c2)*math::sqr(cos_lat1)*sin_2A; in apply() 171 V = (f/ c2)*math::sqr(cos_lat2)*sin_2B; in apply()
|
| H A D | sjoberg_intersection.hpp | 234 CT const X_sqr = math::sqr(X); in sjoberg_d_lambda_e_sqr() 235 CT const Xj_sqr = math::sqr(Xj); in sjoberg_d_lambda_e_sqr() 236 CT const Cj_sqr = math::sqr(Cj); in sjoberg_d_lambda_e_sqr() 330 Cj_sqr = math::sqr(Cj); in sjoberg_geodesic() 800 CT const cos_beta_sqr = math::sqr(cos_beta); in newton_method() 1147 CT const A = math::sqr(geod1.t0j) + math::sqr(geod2.t0j); in calc_ts() 1148 CT const B = c2 * geod1.t0j * geod2.t0j * math::sqrt(c1 - math::sqr(K)); in calc_ts() 1198 CT const Cj_sqr = math::sqr(Cj); in fj()
|
| H A D | area_formulas.hpp | 490 CT cos_alp0 = math::sqrt(CT(1) - math::sqr(sin_alp0)); in ellipsoidal() 506 CT k2 = math::sqr(ep * cos_alp0); in ellipsoidal() 521 CT k2 = math::sqr(ep * cos_alp0); in ellipsoidal() 522 CT ep2 = math::sqr(ep); in ellipsoidal()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/ |
| H A D | util_inl.hpp | 122 static inline int sqr(int x) { return x * x; } in sqr() function 123 static inline float sqr(float x) { return x * x; } in sqr() function 124 static inline double sqr(double x) { return x * x; } in sqr() function
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | effects_i_dsp.c | 235 out[0] = sqr(work[0]); in lsx_power_spectrum() 237 out[i >> 1] = sqr(work[i]) + sqr(work[i + 1]); in lsx_power_spectrum() 238 out[i >> 1] = sqr(work[1]); in lsx_power_spectrum() 248 out[0] = sqr(work[0]); in lsx_power_spectrum_f() 250 out[i >> 1] = sqr(work[i]) + sqr(work[i + 1]); in lsx_power_spectrum_f() 251 out[i >> 1] = sqr(work[1]); in lsx_power_spectrum_f() 452 work[i] = safe_log(sqrt(sqr(work[i]) + sqr(work[i + 1]))); in lsx_fir_to_phase()
|
| H A D | stats.c | 85 p->min_runs += sqr(p->min_run); in flow() 94 p->max_runs += sqr(p->max_run); in flow() 97 p->sigma_x2 += sqr(d); in flow() 98 p->avg_sigma_x2 = p->avg_sigma_x2 * p->mult + (1 - p->mult) * sqr(d); in flow() 117 p->min_runs += sqr(p->min_run); in drain() 119 p->max_runs += sqr(p->max_run); in drain()
|
| H A D | vad.c | 200 double d = sqrt(sqr(c->dftBuf[2 * i]) + sqr(c->dftBuf[2 * i + 1])); in measure() 203 d = sqr(c->spectrum[i]); in measure() 214 result += sqr(c->dftBuf[2 * i]) + sqr(c->dftBuf[2 * i + 1]); in measure()
|
| H A D | biquads.c | 384 double g = 1 / sqrt((sqr(b_re) + sqr(b_im)) / (sqr(a_re) + sqr(a_im))); in start()
|
| H A D | spectrogram.c | 314 p->window[i] *= 2 / sum * sqr((double)n / p->dft_size); in make_window() 519 p->magnitudes[0] += sqr(p->dft_buf[0]); in flow() 522 p->magnitudes[i] += sqr(p->dft_buf[2*i]) + sqr(p->dft_buf[2*i+1]); in flow() 524 p->magnitudes[p->dft_size >> 1] += sqr(p->dft_buf[1]); in flow()
|
| H A D | gain.c | 114 p->rms += sqr(d); in flow() 120 p->rms += sqr(d); in flow()
|
| H A D | util.h | 168 #define sqr(a) ((a) * (a)) macro
|
| H A D | synth.c | 350 double d = sqr(dB_to_linear(decay_rate / chan->freq)); in start() 409 d += sqr(chan->buffer[j]); in start() 472 sqr(p->samples_done * chan->mult)) * elapsed_time_s; in flow()
|
| H A D | splice.c | 26 #define _ diff += sqr((double)a[i] - b[i]), ++i; /* Loop optimisation */ in difference()
|
| H A D | tempo.c | 53 #define _ diff += sqr(a[i] - b[i]), ++i; /* Loop optimisation */ in difference()
|
| /OK3568_Linux_fs/kernel/drivers/iio/adc/ |
| H A D | stm32-adc.c | 136 const struct stm32_adc_regs *sqr; member 349 .sqr = stm32f4_sq, 443 .sqr = stm32h7_sq, 1002 const struct stm32_adc_regs *sqr = adc->cfg->regs->sqr; in stm32_adc_conf_scan_seq() local 1024 val = stm32_adc_readl(adc, sqr[i].reg); in stm32_adc_conf_scan_seq() 1025 val &= ~sqr[i].mask; in stm32_adc_conf_scan_seq() 1026 val |= chan->channel << sqr[i].shift; in stm32_adc_conf_scan_seq() 1027 stm32_adc_writel(adc, sqr[i].reg, val); in stm32_adc_conf_scan_seq() 1034 val = stm32_adc_readl(adc, sqr[0].reg); in stm32_adc_conf_scan_seq() 1035 val &= ~sqr[0].mask; in stm32_adc_conf_scan_seq() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/geographic/ |
| H A D | area.hpp | 90 , m_a2(math::sqr(get_radius<0>(spheroid))) in spheroid_constants() 112 ((math::sqr(get_radius<2>(sph)) * boost::math::atanh(sqrt_e2)) in authalic_radius()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/ |
| H A D | math.hpp | 699 inline T sqr(T const& value) in sqr() function
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/ |
| H A D | defconfig | 372 # can be configured to include faster routines for exptmod, sqr, and div to
|