Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/__support/CPP/
H A DUInt.h366 uint64_t temp_low = low(val[0]) * low(other[0]); variable
384 high(temp_low) + low(temp_middle_1) + low(temp_middle_2);
386 uint64_t new_low = low(temp_low) + (low(temp_low_middle) << 32);