Home
last modified time | relevance | path

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

/zscilib-3.4.0/tests/src/
Dphy_thermo_tests.c77 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/
Dthermo.h83 int zsl_phy_thermo_heat(zsl_real_t m, zsl_real_t sh, zsl_real_t t,
/zscilib-3.4.0/src/physics/
Dthermo.c52 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