Home
last modified time | relevance | path

Searched defs:qc (Results 1 – 3 of 3) sorted by relevance

/zscilib-3.4.0/src/physics/
Dthermo.c91 zsl_phy_thermo_effic_heat_engine(zsl_real_t qc, zsl_real_t qh, zsl_real_t *e) in zsl_phy_thermo_effic_heat_engine()
104 zsl_phy_thermo_carnot_engine(zsl_real_t tc, zsl_real_t qc, zsl_real_t th, in zsl_phy_thermo_carnot_engine()
/zscilib-3.4.0/src/orientation/
Dquaternions.c233 int zsl_quat_conj(struct zsl_quat *q, struct zsl_quat *qc) in zsl_quat_conj()
/zscilib-3.4.0/tests/src/
Dorientation_tests.c434 struct zsl_quat qc; in ZTEST() local