Home
last modified time | relevance | path

Searched refs:neghigh (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dfold-const.c363 HOST_WIDE_INT tophigh, neghigh; 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()