| Home | Sort by: relevance | last modified time | path | 
| /src/lib/libm/src/ | |
| s_fmal.c | 108 	int bits_lost;  local in function:add_and_denormalize 125 bits_lost = -u.extu_ext.ext_exp - scale + 1; 126 if ((bits_lost != 1) ^ (int)(u.extu_ext.ext_fracl & 1)) | 
| s_fma.c | 116 	int bits_lost;  local in function:add_and_denormalize 132 bits_lost = -((int)(hibits >> 52) & 0x7ff) - scale + 1; 133 if ((bits_lost != 1) ^ (int)(hibits & 1)) { |