Home
last modified time | relevance | path

Searched refs:pv (Results 1 – 25 of 2347) sorted by relevance

12345678910>>...94

/dports/astro/libgal/libgal-0.5.0/sgp4/
H A Dgal_sgp4_test.c57 double pv[2][3] ; in gal_sgp4_test() local
74 gal_sgp4 ( &sgp4, sgp4.jdepoch1, sgp4.jdepoch2 + 0.00000000 / 1440.0 , pv ) ; in gal_sgp4_test()
81 gal_sgp4 ( &sgp4, sgp4.jdepoch1, sgp4.jdepoch2 + 360.00000000 / 1440.0 , pv ) ; in gal_sgp4_test()
88 gal_sgp4 ( &sgp4, sgp4.jdepoch1, sgp4.jdepoch2 + 720.00000000 / 1440.0 , pv ) ; in gal_sgp4_test()
95 gal_sgp4 ( &sgp4, sgp4.jdepoch1, sgp4.jdepoch2 + 1080.00000000 / 1440.0 , pv ) ; in gal_sgp4_test()
102 gal_sgp4 ( &sgp4, sgp4.jdepoch1, sgp4.jdepoch2 + 1440.00000000 / 1440.0 , pv ) ; in gal_sgp4_test()
109 gal_sgp4 ( &sgp4, sgp4.jdepoch1, sgp4.jdepoch2 + 1800.00000000 / 1440.0 , pv ) ; in gal_sgp4_test()
116 gal_sgp4 ( &sgp4, sgp4.jdepoch1, sgp4.jdepoch2 + 2160.00000000 / 1440.0 , pv ) ; in gal_sgp4_test()
123 gal_sgp4 ( &sgp4, sgp4.jdepoch1, sgp4.jdepoch2 + 2520.00000000 / 1440.0 , pv ) ; in gal_sgp4_test()
177 gal_sgp4 ( &sgp4, sgp4.jdepoch1, sgp4.jdepoch2 + 0.00000000 / 1440.0 , pv ) ; in gal_sgp4_test()
[all …]
/dports/astro/libgal/libgal-0.5.0/kepler/
H A Dgal_kep2pv_test.c44 double pv[2][3] ; in gal_kep2pv_test() local
59 gal_vdv ( pv[0][0] , 6524834.000, 1e-0, "gal_kep2pv", "pv[0][0] 0" ) ; in gal_kep2pv_test()
60 gal_vdv ( pv[0][1] , 6862875.000, 1e-0, "gal_kep2pv", "pv[0][1] 0" ) ; in gal_kep2pv_test()
61 gal_vdv ( pv[0][2] , 6448296.000, 1e-0, "gal_kep2pv", "pv[0][2] 0" ) ; in gal_kep2pv_test()
62 gal_vdv ( pv[1][0] , 4901.327, 1e-3, "gal_kep2pv", "pv[1][0] 0" ) ; in gal_kep2pv_test()
63 gal_vdv ( pv[1][1] , 5533.756, 1e-3, "gal_kep2pv", "pv[1][1] 0" ) ; in gal_kep2pv_test()
64 gal_vdv ( pv[1][2] , -1976.341, 1e-3, "gal_kep2pv", "pv[1][2] 0" ) ; in gal_kep2pv_test()
78 gal_vdv ( pv[0][0] , 7253755.7111630, 1e-0, "gal_kep2pv", "pv[0][0] 1" ) ; in gal_kep2pv_test()
79 gal_vdv ( pv[0][1] , -6718904.2767540, 1e-0, "gal_kep2pv", "pv[0][1] 1" ) ; in gal_kep2pv_test()
80 gal_vdv ( pv[0][2] , -5453430.8708580, 1e-0, "gal_kep2pv", "pv[0][2] 1" ) ; in gal_kep2pv_test()
[all …]
/dports/audio/waon/waon-0.10/
H A Dpv-complex.c66 pv->plan = fftw_plan_r2r_1d (len, pv->time, pv->freq, in pv_complex_init()
73 pv->plan_inv = fftw_plan_r2r_1d (len, pv->f_out, pv->t_out, in pv_complex_init()
195 windowing (pv->len, left, pv->flag_window, 1.0, pv->time); in read_and_FFT_stereo()
204 windowing (pv->len, right, pv->flag_window, 1.0, pv->time); in read_and_FFT_stereo()
232 windowing (pv->len, pv->t_out, pv->flag_window, (double)pv->len * scale, in apply_invFFT_mono()
399 status = pv_complex_play (pv, pv->hop_syn, pv->l_out, pv->r_out); in pv_complex_play_resample()
547 apply_invFFT_mono (pv, pv->l_f_old, pv->window_scale, pv->l_out); in pv_complex_play_step()
590 apply_invFFT_mono (pv, pv->r_f_old, pv->window_scale, pv->r_out); in pv_complex_play_step()
616 pv->l_out [i] = pv->l_out [i + pv->hop_syn]; in pv_complex_play_step()
617 pv->r_out [i] = pv->r_out [i + pv->hop_syn]; in pv_complex_play_step()
[all …]
/dports/astro/libgal/libgal-0.5.0/ephemerides/
H A Dgal_burpv87_test.c39 double pv[2][3] ; in gal_burpv87_test() local
51 gal_burpv87 ( 2451545.0, 0.0, 0, pv ) ; in gal_burpv87_test()
63 gal_burpv87 ( 2415020.0, 0.0, 0, pv ) ; in gal_burpv87_test()
75 gal_burpv87 ( 2378495.0, 0.0, 0, pv ) ; in gal_burpv87_test()
87 gal_burpv87 ( 2341970.0, 0.0, 0, pv ) ; in gal_burpv87_test()
99 gal_burpv87 ( 2305445.0, 0.0, 0, pv ) ; in gal_burpv87_test()
111 gal_burpv87 ( 2268920.0, 0.0, 0, pv ) ; in gal_burpv87_test()
123 gal_burpv87 ( 2232395.0, 0.0, 0, pv ) ; in gal_burpv87_test()
135 gal_burpv87 ( 2195870.0, 0.0, 0, pv ) ; in gal_burpv87_test()
147 gal_burpv87 ( 2159345.0, 0.0, 0, pv ) ; in gal_burpv87_test()
[all …]
H A Dgal_bvepv87_test.c39 double pv[2][3] ; in gal_bvepv87_test() local
51 gal_bvepv87 ( 2451545.0, 0.0, 0, pv ) ; in gal_bvepv87_test()
63 gal_bvepv87 ( 2415020.0, 0.0, 0, pv ) ; in gal_bvepv87_test()
75 gal_bvepv87 ( 2378495.0, 0.0, 0, pv ) ; in gal_bvepv87_test()
87 gal_bvepv87 ( 2341970.0, 0.0, 0, pv ) ; in gal_bvepv87_test()
99 gal_bvepv87 ( 2305445.0, 0.0, 0, pv ) ; in gal_bvepv87_test()
111 gal_bvepv87 ( 2268920.0, 0.0, 0, pv ) ; in gal_bvepv87_test()
123 gal_bvepv87 ( 2232395.0, 0.0, 0, pv ) ; in gal_bvepv87_test()
135 gal_bvepv87 ( 2195870.0, 0.0, 0, pv ) ; in gal_bvepv87_test()
147 gal_bvepv87 ( 2159345.0, 0.0, 0, pv ) ; in gal_bvepv87_test()
[all …]
H A Dgal_hebpv87_test.c39 double pv[2][3] ; in gal_hebpv87_test() local
51 gal_hebpv87 ( 2451545.0, 0.0, 0, pv ) ; in gal_hebpv87_test()
63 gal_hebpv87 ( 2415020.0, 0.0, 0, pv ) ; in gal_hebpv87_test()
75 gal_hebpv87 ( 2378495.0, 0.0, 0, pv ) ; in gal_hebpv87_test()
87 gal_hebpv87 ( 2341970.0, 0.0, 0, pv ) ; in gal_hebpv87_test()
99 gal_hebpv87 ( 2305445.0, 0.0, 0, pv ) ; in gal_hebpv87_test()
111 gal_hebpv87 ( 2268920.0, 0.0, 0, pv ) ; in gal_hebpv87_test()
123 gal_hebpv87 ( 2232395.0, 0.0, 0, pv ) ; in gal_hebpv87_test()
135 gal_hebpv87 ( 2195870.0, 0.0, 0, pv ) ; in gal_hebpv87_test()
147 gal_hebpv87 ( 2159345.0, 0.0, 0, pv ) ; in gal_hebpv87_test()
[all …]
H A Dgal_hmepv87_test.c39 double pv[2][3] ; in gal_hmepv87_test() local
51 gal_hmepv87 ( 2451545.0, 0.0, 0, pv ) ; in gal_hmepv87_test()
63 gal_hmepv87 ( 2415020.0, 0.0, 0, pv ) ; in gal_hmepv87_test()
75 gal_hmepv87 ( 2378495.0, 0.0, 0, pv ) ; in gal_hmepv87_test()
87 gal_hmepv87 ( 2341970.0, 0.0, 0, pv ) ; in gal_hmepv87_test()
99 gal_hmepv87 ( 2305445.0, 0.0, 0, pv ) ; in gal_hmepv87_test()
111 gal_hmepv87 ( 2268920.0, 0.0, 0, pv ) ; in gal_hmepv87_test()
123 gal_hmepv87 ( 2232395.0, 0.0, 0, pv ) ; in gal_hmepv87_test()
135 gal_hmepv87 ( 2195870.0, 0.0, 0, pv ) ; in gal_hmepv87_test()
147 gal_hmepv87 ( 2159345.0, 0.0, 0, pv ) ; in gal_hmepv87_test()
[all …]
H A Dgal_hnepv87_test.c39 double pv[2][3] ; in gal_hnepv87_test() local
51 gal_hnepv87 ( 2451545.0, 0.0, 0, pv ) ; in gal_hnepv87_test()
63 gal_hnepv87 ( 2415020.0, 0.0, 0, pv ) ; in gal_hnepv87_test()
75 gal_hnepv87 ( 2378495.0, 0.0, 0, pv ) ; in gal_hnepv87_test()
87 gal_hnepv87 ( 2341970.0, 0.0, 0, pv ) ; in gal_hnepv87_test()
99 gal_hnepv87 ( 2305445.0, 0.0, 0, pv ) ; in gal_hnepv87_test()
111 gal_hnepv87 ( 2268920.0, 0.0, 0, pv ) ; in gal_hnepv87_test()
123 gal_hnepv87 ( 2232395.0, 0.0, 0, pv ) ; in gal_hnepv87_test()
135 gal_hnepv87 ( 2195870.0, 0.0, 0, pv ) ; in gal_hnepv87_test()
147 gal_hnepv87 ( 2159345.0, 0.0, 0, pv ) ; in gal_hnepv87_test()
[all …]
H A Dgal_bmapv87_test.c39 double pv[2][3] ; in gal_bmapv87_test() local
51 gal_bmapv87 ( 2451545.0, 0.0, 0, pv ) ; in gal_bmapv87_test()
63 gal_bmapv87 ( 2415020.0, 0.0, 0, pv ) ; in gal_bmapv87_test()
75 gal_bmapv87 ( 2378495.0, 0.0, 0, pv ) ; in gal_bmapv87_test()
87 gal_bmapv87 ( 2341970.0, 0.0, 0, pv ) ; in gal_bmapv87_test()
99 gal_bmapv87 ( 2305445.0, 0.0, 0, pv ) ; in gal_bmapv87_test()
111 gal_bmapv87 ( 2268920.0, 0.0, 0, pv ) ; in gal_bmapv87_test()
123 gal_bmapv87 ( 2232395.0, 0.0, 0, pv ) ; in gal_bmapv87_test()
135 gal_bmapv87 ( 2195870.0, 0.0, 0, pv ) ; in gal_bmapv87_test()
147 gal_bmapv87 ( 2159345.0, 0.0, 0, pv ) ; in gal_bmapv87_test()
[all …]
H A Dgal_hurpv87_test.c39 double pv[2][3] ; in gal_hurpv87_test() local
51 gal_hurpv87 ( 2451545.0, 0.0, 0, pv ) ; in gal_hurpv87_test()
63 gal_hurpv87 ( 2415020.0, 0.0, 0, pv ) ; in gal_hurpv87_test()
75 gal_hurpv87 ( 2378495.0, 0.0, 0, pv ) ; in gal_hurpv87_test()
87 gal_hurpv87 ( 2341970.0, 0.0, 0, pv ) ; in gal_hurpv87_test()
99 gal_hurpv87 ( 2305445.0, 0.0, 0, pv ) ; in gal_hurpv87_test()
111 gal_hurpv87 ( 2268920.0, 0.0, 0, pv ) ; in gal_hurpv87_test()
123 gal_hurpv87 ( 2232395.0, 0.0, 0, pv ) ; in gal_hurpv87_test()
135 gal_hurpv87 ( 2195870.0, 0.0, 0, pv ) ; in gal_hurpv87_test()
147 gal_hurpv87 ( 2159345.0, 0.0, 0, pv ) ; in gal_hurpv87_test()
[all …]
H A Dgal_bjupv87_test.c39 double pv[2][3] ; in gal_bjupv87_test() local
51 gal_bjupv87 ( 2451545.0, 0.0, 0, pv ) ; in gal_bjupv87_test()
63 gal_bjupv87 ( 2415020.0, 0.0, 0, pv ) ; in gal_bjupv87_test()
75 gal_bjupv87 ( 2378495.0, 0.0, 0, pv ) ; in gal_bjupv87_test()
87 gal_bjupv87 ( 2341970.0, 0.0, 0, pv ) ; in gal_bjupv87_test()
99 gal_bjupv87 ( 2305445.0, 0.0, 0, pv ) ; in gal_bjupv87_test()
111 gal_bjupv87 ( 2268920.0, 0.0, 0, pv ) ; in gal_bjupv87_test()
123 gal_bjupv87 ( 2232395.0, 0.0, 0, pv ) ; in gal_bjupv87_test()
135 gal_bjupv87 ( 2195870.0, 0.0, 0, pv ) ; in gal_bjupv87_test()
147 gal_bjupv87 ( 2159345.0, 0.0, 0, pv ) ; in gal_bjupv87_test()
[all …]
H A Dgal_bmepv87_test.c39 double pv[2][3] ; in gal_bmepv87_test() local
51 gal_bmepv87 ( 2451545.0, 0.0, 0, pv ) ; in gal_bmepv87_test()
63 gal_bmepv87 ( 2415020.0, 0.0, 0, pv ) ; in gal_bmepv87_test()
75 gal_bmepv87 ( 2378495.0, 0.0, 0, pv ) ; in gal_bmepv87_test()
87 gal_bmepv87 ( 2341970.0, 0.0, 0, pv ) ; in gal_bmepv87_test()
99 gal_bmepv87 ( 2305445.0, 0.0, 0, pv ) ; in gal_bmepv87_test()
111 gal_bmepv87 ( 2268920.0, 0.0, 0, pv ) ; in gal_bmepv87_test()
123 gal_bmepv87 ( 2232395.0, 0.0, 0, pv ) ; in gal_bmepv87_test()
135 gal_bmepv87 ( 2195870.0, 0.0, 0, pv ) ; in gal_bmepv87_test()
147 gal_bmepv87 ( 2159345.0, 0.0, 0, pv ) ; in gal_bmepv87_test()
[all …]
H A Dgal_bnepv87_test.c39 double pv[2][3] ; in gal_bnepv87_test() local
51 gal_bnepv87 ( 2451545.0, 0.0, 0, pv ) ; in gal_bnepv87_test()
63 gal_bnepv87 ( 2415020.0, 0.0, 0, pv ) ; in gal_bnepv87_test()
75 gal_bnepv87 ( 2378495.0, 0.0, 0, pv ) ; in gal_bnepv87_test()
87 gal_bnepv87 ( 2341970.0, 0.0, 0, pv ) ; in gal_bnepv87_test()
99 gal_bnepv87 ( 2305445.0, 0.0, 0, pv ) ; in gal_bnepv87_test()
111 gal_bnepv87 ( 2268920.0, 0.0, 0, pv ) ; in gal_bnepv87_test()
123 gal_bnepv87 ( 2232395.0, 0.0, 0, pv ) ; in gal_bnepv87_test()
135 gal_bnepv87 ( 2195870.0, 0.0, 0, pv ) ; in gal_bnepv87_test()
147 gal_bnepv87 ( 2159345.0, 0.0, 0, pv ) ; in gal_bnepv87_test()
[all …]
H A Dgal_bsapv87_test.c39 double pv[2][3] ; in gal_bsapv87_test() local
51 gal_bsapv87 ( 2451545.0, 0.0, 0, pv ) ; in gal_bsapv87_test()
63 gal_bsapv87 ( 2415020.0, 0.0, 0, pv ) ; in gal_bsapv87_test()
75 gal_bsapv87 ( 2378495.0, 0.0, 0, pv ) ; in gal_bsapv87_test()
87 gal_bsapv87 ( 2341970.0, 0.0, 0, pv ) ; in gal_bsapv87_test()
99 gal_bsapv87 ( 2305445.0, 0.0, 0, pv ) ; in gal_bsapv87_test()
111 gal_bsapv87 ( 2268920.0, 0.0, 0, pv ) ; in gal_bsapv87_test()
123 gal_bsapv87 ( 2232395.0, 0.0, 0, pv ) ; in gal_bsapv87_test()
135 gal_bsapv87 ( 2195870.0, 0.0, 0, pv ) ; in gal_bsapv87_test()
147 gal_bsapv87 ( 2159345.0, 0.0, 0, pv ) ; in gal_bsapv87_test()
[all …]
H A Dgal_bsupv87_test.c39 double pv[2][3] ; in gal_bsupv87_test() local
51 gal_bsupv87 ( 2451545.0, 0.0, 0, pv ) ; in gal_bsupv87_test()
63 gal_bsupv87 ( 2415020.0, 0.0, 0, pv ) ; in gal_bsupv87_test()
75 gal_bsupv87 ( 2378495.0, 0.0, 0, pv ) ; in gal_bsupv87_test()
87 gal_bsupv87 ( 2341970.0, 0.0, 0, pv ) ; in gal_bsupv87_test()
99 gal_bsupv87 ( 2305445.0, 0.0, 0, pv ) ; in gal_bsupv87_test()
111 gal_bsupv87 ( 2268920.0, 0.0, 0, pv ) ; in gal_bsupv87_test()
123 gal_bsupv87 ( 2232395.0, 0.0, 0, pv ) ; in gal_bsupv87_test()
135 gal_bsupv87 ( 2195870.0, 0.0, 0, pv ) ; in gal_bsupv87_test()
147 gal_bsupv87 ( 2159345.0, 0.0, 0, pv ) ; in gal_bsupv87_test()
[all …]
H A Dgal_hjupv87_test.c39 double pv[2][3] ; in gal_hjupv87_test() local
51 gal_hjupv87 ( 2451545.0, 0.0, 0, pv ) ; in gal_hjupv87_test()
63 gal_hjupv87 ( 2415020.0, 0.0, 0, pv ) ; in gal_hjupv87_test()
75 gal_hjupv87 ( 2378495.0, 0.0, 0, pv ) ; in gal_hjupv87_test()
87 gal_hjupv87 ( 2341970.0, 0.0, 0, pv ) ; in gal_hjupv87_test()
99 gal_hjupv87 ( 2305445.0, 0.0, 0, pv ) ; in gal_hjupv87_test()
111 gal_hjupv87 ( 2268920.0, 0.0, 0, pv ) ; in gal_hjupv87_test()
123 gal_hjupv87 ( 2232395.0, 0.0, 0, pv ) ; in gal_hjupv87_test()
135 gal_hjupv87 ( 2195870.0, 0.0, 0, pv ) ; in gal_hjupv87_test()
147 gal_hjupv87 ( 2159345.0, 0.0, 0, pv ) ; in gal_hjupv87_test()
[all …]
H A Dgal_hvepv87_test.c39 double pv[2][3] ; in gal_hvepv87_test() local
51 gal_hvepv87 ( 2451545.0, 0.0, 0, pv ) ; in gal_hvepv87_test()
63 gal_hvepv87 ( 2415020.0, 0.0, 0, pv ) ; in gal_hvepv87_test()
75 gal_hvepv87 ( 2378495.0, 0.0, 0, pv ) ; in gal_hvepv87_test()
87 gal_hvepv87 ( 2341970.0, 0.0, 0, pv ) ; in gal_hvepv87_test()
99 gal_hvepv87 ( 2305445.0, 0.0, 0, pv ) ; in gal_hvepv87_test()
111 gal_hvepv87 ( 2268920.0, 0.0, 0, pv ) ; in gal_hvepv87_test()
123 gal_hvepv87 ( 2232395.0, 0.0, 0, pv ) ; in gal_hvepv87_test()
135 gal_hvepv87 ( 2195870.0, 0.0, 0, pv ) ; in gal_hvepv87_test()
147 gal_hvepv87 ( 2159345.0, 0.0, 0, pv ) ; in gal_hvepv87_test()
[all …]
H A Dgal_beapv87_test.c39 double pv[2][3] ; in gal_beapv87_test() local
51 gal_beapv87 ( 2451545.0, 0.0, 0, pv ) ; in gal_beapv87_test()
63 gal_beapv87 ( 2415020.0, 0.0, 0, pv ) ; in gal_beapv87_test()
75 gal_beapv87 ( 2378495.0, 0.0, 0, pv ) ; in gal_beapv87_test()
87 gal_beapv87 ( 2341970.0, 0.0, 0, pv ) ; in gal_beapv87_test()
99 gal_beapv87 ( 2305445.0, 0.0, 0, pv ) ; in gal_beapv87_test()
111 gal_beapv87 ( 2268920.0, 0.0, 0, pv ) ; in gal_beapv87_test()
123 gal_beapv87 ( 2232395.0, 0.0, 0, pv ) ; in gal_beapv87_test()
135 gal_beapv87 ( 2195870.0, 0.0, 0, pv ) ; in gal_beapv87_test()
147 gal_beapv87 ( 2159345.0, 0.0, 0, pv ) ; in gal_beapv87_test()
[all …]
H A Dgal_heapv87_test.c39 double pv[2][3] ; in gal_heapv87_test() local
51 gal_heapv87 ( 2451545.0, 0.0, 0, pv ) ; in gal_heapv87_test()
63 gal_heapv87 ( 2415020.0, 0.0, 0, pv ) ; in gal_heapv87_test()
75 gal_heapv87 ( 2378495.0, 0.0, 0, pv ) ; in gal_heapv87_test()
87 gal_heapv87 ( 2341970.0, 0.0, 0, pv ) ; in gal_heapv87_test()
99 gal_heapv87 ( 2305445.0, 0.0, 0, pv ) ; in gal_heapv87_test()
111 gal_heapv87 ( 2268920.0, 0.0, 0, pv ) ; in gal_heapv87_test()
123 gal_heapv87 ( 2232395.0, 0.0, 0, pv ) ; in gal_heapv87_test()
135 gal_heapv87 ( 2195870.0, 0.0, 0, pv ) ; in gal_heapv87_test()
147 gal_heapv87 ( 2159345.0, 0.0, 0, pv ) ; in gal_heapv87_test()
[all …]
H A Dgal_hmapv87_test.c39 double pv[2][3] ; in gal_hmapv87_test() local
51 gal_hmapv87 ( 2451545.0, 0.0, 0, pv ) ; in gal_hmapv87_test()
63 gal_hmapv87 ( 2415020.0, 0.0, 0, pv ) ; in gal_hmapv87_test()
75 gal_hmapv87 ( 2378495.0, 0.0, 0, pv ) ; in gal_hmapv87_test()
87 gal_hmapv87 ( 2341970.0, 0.0, 0, pv ) ; in gal_hmapv87_test()
99 gal_hmapv87 ( 2305445.0, 0.0, 0, pv ) ; in gal_hmapv87_test()
111 gal_hmapv87 ( 2268920.0, 0.0, 0, pv ) ; in gal_hmapv87_test()
123 gal_hmapv87 ( 2232395.0, 0.0, 0, pv ) ; in gal_hmapv87_test()
135 gal_hmapv87 ( 2195870.0, 0.0, 0, pv ) ; in gal_hmapv87_test()
147 gal_hmapv87 ( 2159345.0, 0.0, 0, pv ) ; in gal_hmapv87_test()
[all …]
H A Dgal_hsapv87_test.c39 double pv[2][3] ; in gal_hsapv87_test() local
51 gal_hsapv87 ( 2451545.0, 0.0, 0, pv ) ; in gal_hsapv87_test()
63 gal_hsapv87 ( 2415020.0, 0.0, 0, pv ) ; in gal_hsapv87_test()
75 gal_hsapv87 ( 2378495.0, 0.0, 0, pv ) ; in gal_hsapv87_test()
87 gal_hsapv87 ( 2341970.0, 0.0, 0, pv ) ; in gal_hsapv87_test()
99 gal_hsapv87 ( 2305445.0, 0.0, 0, pv ) ; in gal_hsapv87_test()
111 gal_hsapv87 ( 2268920.0, 0.0, 0, pv ) ; in gal_hsapv87_test()
123 gal_hsapv87 ( 2232395.0, 0.0, 0, pv ) ; in gal_hsapv87_test()
135 gal_hsapv87 ( 2195870.0, 0.0, 0, pv ) ; in gal_hsapv87_test()
147 gal_hsapv87 ( 2159345.0, 0.0, 0, pv ) ; in gal_hsapv87_test()
[all …]
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/
H A Dclutter-paint-volume.c76 return pv; in _clutter_paint_volume_new()
234 if (pv->vertices[0].x == pv->vertices[1].x && in _clutter_paint_volume_update_is_empty()
235 pv->vertices[0].y == pv->vertices[3].y && in _clutter_paint_volume_update_is_empty()
236 pv->vertices[0].z == pv->vertices[4].z) in _clutter_paint_volume_update_is_empty()
264 pv->vertices[1] = pv->vertices[3] = pv->vertices[4] = pv->vertices[0]; in clutter_paint_volume_set_width()
332 return pv->vertices[1].x - pv->vertices[0].x; in clutter_paint_volume_get_width()
357 pv->vertices[1] = pv->vertices[3] = pv->vertices[4] = pv->vertices[0]; in clutter_paint_volume_set_height()
424 return pv->vertices[3].y - pv->vertices[0].y; in clutter_paint_volume_get_height()
449 pv->vertices[1] = pv->vertices[3] = pv->vertices[4] = pv->vertices[0]; in clutter_paint_volume_set_depth()
637 if (pv->vertices[4].z == pv->vertices[0].z) in clutter_paint_volume_union()
[all …]
/dports/math/lp_solve/lp_solve_5.5/
H A Dlp_rlp.y315 pv->f -= pv->f1;
370 pv->isign = pv->Sign;
391 pv->f0 = -pv->f0;
393 pv->f1 += pv->f0;
415 pv->f0 = -pv->f0;
417 pv->f1 += pv->f0;
422 pv->f0 = pv->f;
432 pv->f0 = -pv->f0;
480 pv->isign = pv->Sign;
505 pv->isign = pv->Sign;
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/cmupv/src/
H A Dcmupv.c114 #define PVFREE(field) if (pv->field) { pv->free(pv->field); pv->field = NULL; }
116 pv->field = (float *)pv->malloc((size) * sizeof(*(pv->field)))
245 pv->blocksize = pv->syn_hopsize; in pv_create()
280 pv->free(pv); in pv_end()
323 pv->pre_ratio = pv->ratio; in pv_set_ratio()
373 pv->input_rear = pv->input_buffer + pv->fftsize / 2; in pv_initialize()
399 pv->out_next = pv->output_buffer; in pv_initialize()
423 pv->queue_length = pv->fftsize / (pv->syn_hopsize * 2) + 2; in pv_initialize()
502 int need = pv->blocksize - (int)(pv->frame_next - pv->out_next); in pv_get_input_count()
937 if (pv->pos_buffer_rear == pv->pos_buffer + pv->queue_length) { in update_position_queue()
[all …]
/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/
H A Dclutter-paint-volume.c74 return pv; in _clutter_paint_volume_new()
232 if (pv->vertices[0].x == pv->vertices[1].x && in _clutter_paint_volume_update_is_empty()
233 pv->vertices[0].y == pv->vertices[3].y && in _clutter_paint_volume_update_is_empty()
234 pv->vertices[0].z == pv->vertices[4].z) in _clutter_paint_volume_update_is_empty()
262 pv->vertices[1] = pv->vertices[3] = pv->vertices[4] = pv->vertices[0]; in clutter_paint_volume_set_width()
330 return pv->vertices[1].x - pv->vertices[0].x; in clutter_paint_volume_get_width()
355 pv->vertices[1] = pv->vertices[3] = pv->vertices[4] = pv->vertices[0]; in clutter_paint_volume_set_height()
447 pv->vertices[1] = pv->vertices[3] = pv->vertices[4] = pv->vertices[0]; in clutter_paint_volume_set_depth()
593 if (pv->vertices[4].z == pv->vertices[0].z) in clutter_paint_volume_union()
922 if (pv->vertices[4].z == pv->vertices[0].z) in _clutter_paint_volume_axis_align()
[all …]

12345678910>>...94