Searched refs:neglow (Results 1 – 1 of 1) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | fold-const.c | 362 unsigned HOST_WIDE_INT toplow, neglow; in mul_double_with_sign() local 397 neg_double (l2, h2, &neglow, &neghigh); in mul_double_with_sign() 398 add_double (neglow, neghigh, toplow, tophigh, &toplow, &tophigh); in mul_double_with_sign() 402 neg_double (l1, h1, &neglow, &neghigh); in mul_double_with_sign() 403 add_double (neglow, neghigh, toplow, tophigh, &toplow, &tophigh); in mul_double_with_sign()
|