Searched refs:POINT_ZERO_ONE_DB_FLOAT (Results 1 – 3 of 3) sorted by relevance
47 } else if ((pInstance->Current - pInstance->Target < POINT_ZERO_ONE_DB_FLOAT) && in MixInSoft_D32C31_SAT()48 (pInstance->Current - pInstance->Target > -POINT_ZERO_ONE_DB_FLOAT)) { in MixInSoft_D32C31_SAT()81 if ((pInstance->Current - pInstance->Target < POINT_ZERO_ONE_DB_FLOAT) && in MixInSoft_D32C31_SAT()82 (pInstance->Current - pInstance->Target > -POINT_ZERO_ONE_DB_FLOAT)) { in MixInSoft_D32C31_SAT()
48 } else if ((pInstance->Current - pInstance->Target < POINT_ZERO_ONE_DB_FLOAT) && in MixSoft_1St_D32C31_WRA()49 (pInstance->Current - pInstance->Target > -POINT_ZERO_ONE_DB_FLOAT)) { in MixSoft_1St_D32C31_WRA()77 if ((pInstance->Current - pInstance->Target < POINT_ZERO_ONE_DB_FLOAT) && in MixSoft_1St_D32C31_WRA()78 (pInstance->Current - pInstance->Target > -POINT_ZERO_ONE_DB_FLOAT)) { in MixSoft_1St_D32C31_WRA()
29 #define POINT_ZERO_ONE_DB_FLOAT \ macro