| 64 | extern const double liangBaiFactors[WIDTH_LIANG_BAI_FACTORS * WIDTH_LIANG_BAI_FACTORS]; |
| 65 | |
| 66 | forceinline double |
| 67 | getLiangBaiFactor(int index, int domSize) { |
| 68 | return liangBaiFactors[index*WIDTH_LIANG_BAI_FACTORS + domSize - 1]; |
| 69 | } |
| 70 | |
| 71 | /** |
| 72 | * \brief Mapping of each value to its permanent update |
no outgoing calls
no test coverage detected