Home
last modified time | relevance | path

Searched refs:zsl_phy_elcty_power_vi (Results 1 – 3 of 3) sorted by relevance

/zscilib-3.4.0/include/zsl/physics/
Delectricity.h137 int zsl_phy_elcty_power_vi(zsl_real_t v, zsl_real_t i, zsl_real_t *p);
/zscilib-3.4.0/src/physics/
Delectricity.c131 zsl_phy_elcty_power_vi(zsl_real_t v, zsl_real_t i, zsl_real_t *p) in zsl_phy_elcty_power_vi() function
/zscilib-3.4.0/tests/src/
Dphy_elcty_tests.c192 rc = zsl_phy_elcty_power_vi(1.5, 0.025, &p); in ZTEST()