Searched refs:src_sp_uint (Results 1 – 2 of 2) sorted by relevance
471 unsigned int * src_sp_uint; in check_estimate() local474 src_sp_uint = (unsigned int *) &src_sp; in check_estimate()475 src_is_negative = (*src_sp_uint & 0x80000000) ? True : False; in check_estimate()