Searched refs:bExpVal (Results 1 – 1 of 1) sorted by relevance
291 int8_t bExpVal = sdrDataBytes[sdrtype01::rbExpDataByte] & 0xF; in checkSDRType01Threshold() local292 if (bExpVal > 7) in checkSDRType01Threshold()294 bExpVal = (~bExpVal + 1) & 0xF; in checkSDRType01Threshold()317 double bDataVal = bData * pow(10, bExpVal); in checkSDRType01Threshold()