Home
last modified time | relevance | path

Searched defs:f (Results 1 – 24 of 24) sorted by relevance

/zscilib-3.4.0/src/physics/
Dphotons.c39 zsl_phy_photon_wavelength(zsl_real_t f, zsl_real_t *lambda) in zsl_phy_photon_wavelength()
52 zsl_phy_photon_frequency(zsl_real_t lambda, zsl_real_t *f) in zsl_phy_photon_frequency()
65 zsl_phy_photon_photoelectric(zsl_real_t f, zsl_real_t w, zsl_real_t *kmax) in zsl_phy_photon_photoelectric()
Dwork.c13 zsl_phy_work_module(zsl_real_t f, zsl_real_t d, zsl_real_t *w) in zsl_phy_work_module()
26 zsl_phy_work_x(zsl_real_t f, zsl_real_t d, zsl_real_t theta, zsl_real_t *w) in zsl_phy_work_x()
41 zsl_phy_work_y(zsl_real_t f, zsl_real_t d, zsl_real_t theta, zsl_real_t *w) in zsl_phy_work_y()
Ddynamics.c13 zsl_phy_dyn_newton(zsl_real_t m, zsl_real_t accel, zsl_real_t *f) in zsl_phy_dyn_newton()
26 zsl_phy_dyn_fric(zsl_real_t n, zsl_real_t mu, zsl_real_t *f) in zsl_phy_dyn_fric()
Doptics.c41 zsl_phy_opt_focus(zsl_real_t sr, zsl_real_t si, zsl_real_t *f) in zsl_phy_opt_focus()
67 zsl_phy_opt_power(zsl_real_t f, zsl_real_t *p) in zsl_phy_opt_power()
Delectric.c26 zsl_phy_elec_force(zsl_real_t q1, zsl_real_t q2, zsl_real_t r, zsl_real_t *f) in zsl_phy_elec_force()
39 zsl_phy_elec_force2(zsl_real_t q, zsl_real_t e, zsl_real_t *f) in zsl_phy_elec_force2()
Dfluids.c26 zsl_phy_fluid_simple_press(zsl_real_t f, zsl_real_t a, zsl_real_t *p) in zsl_phy_fluid_simple_press()
52 zsl_phy_fluid_bouyant_force(zsl_real_t v, zsl_real_t d, zsl_real_t *f) in zsl_phy_fluid_bouyant_force()
Dmagnetics.c14 zsl_real_t *f) in zsl_phy_magn_force()
28 zsl_real_t theta, zsl_real_t *f) in zsl_phy_magn_force_wire()
Dmomentum.c26 zsl_phy_mom_imp(zsl_real_t f, zsl_real_t time, zsl_real_t *imp) in zsl_phy_mom_imp()
Dgravitation.c67 zsl_phy_grav_force(zsl_real_t m1, zsl_real_t m2, zsl_real_t r, zsl_real_t *f) in zsl_phy_grav_force()
Dsound.c79 zsl_phy_sound_beat(zsl_real_t fa, zsl_real_t fb, zsl_real_t *f) in zsl_phy_sound_beat()
Denergy.c112 zsl_phy_ener_photon(zsl_real_t f, zsl_real_t *e) in zsl_phy_ener_photon()
Drotation.c167 zsl_phy_rot_frequency(zsl_real_t omega, zsl_real_t *f) in zsl_phy_rot_frequency()
/zscilib-3.4.0/tests/src/
Dphy_magn_tests.c17 zsl_real_t f; in ZTEST() local
39 zsl_real_t f; in ZTEST() local
Dphy_dyn_tests.c17 zsl_real_t f; in ZTEST() local
41 zsl_real_t f; in ZTEST() local
Dphy_elec_tests.c39 zsl_real_t f; in ZTEST() local
61 zsl_real_t f; in ZTEST() local
Dphy_photon_tests.c84 zsl_real_t f; in ZTEST() local
Dphy_sound_tests.c149 zsl_real_t f; in ZTEST() local
Dphy_grav_tests.c77 zsl_real_t f; in ZTEST() local
Dphy_opt_tests.c73 zsl_real_t f; in ZTEST() local
Dphy_fluid_tests .c105 zsl_real_t f; in ZTEST() local
Dphy_rot_tests.c246 zsl_real_t f; in ZTEST() local
/zscilib-3.4.0/samples/physics/gravitation/src/
Dmain.c65 zsl_real_t f, u, ke; in gravitation_demo() local
/zscilib-3.4.0/src/orientation/fusion/
Dcalibration.c141 zsl_real_t f, S = 0.0, S2; in zsl_fus_cal_magn() local
/zscilib-3.4.0/src/
Dmatrices.c1747 for (size_t f = min - pu; f < m->sz_rows; f++) { in zsl_mtx_svd() local