Searched refs:rExpVal (Results 1 – 1 of 1) sorted by relevance
299 int8_t rExpVal = (sdrDataBytes[sdrtype01::rbExpDataByte] >> 4) & 0xF; in checkSDRType01Threshold() local300 if (rExpVal > 7) in checkSDRType01Threshold()302 rExpVal = (~rExpVal + 1) & 0xF; in checkSDRType01Threshold()303 rExpVal = -rExpVal; in checkSDRType01Threshold()318 double expVal = pow(10, rExpVal); in checkSDRType01Threshold()