Searched refs:zsl_phy_thermo_heat (Results 1 – 3 of 3) sorted by relevance
/zscilib-3.4.0/tests/src/ |
D | phy_thermo_tests.c | 77 rc = zsl_phy_thermo_heat(3.0, 4.18, 17.0, &q); in ZTEST() 86 rc = zsl_phy_thermo_heat(-3.0, 4.18, 17.0, &q); in ZTEST() 92 rc = zsl_phy_thermo_heat(3.0, -4.18, 17.0, &q); in ZTEST()
|
/zscilib-3.4.0/include/zsl/physics/ |
D | thermo.h | 83 int zsl_phy_thermo_heat(zsl_real_t m, zsl_real_t sh, zsl_real_t t,
|
/zscilib-3.4.0/src/physics/ |
D | thermo.c | 52 zsl_phy_thermo_heat(zsl_real_t m, zsl_real_t sh, zsl_real_t t, zsl_real_t *q) in zsl_phy_thermo_heat() function
|