Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/fixed_point/
H A Dfx_bits.h217 CompType x_comp = static_cast<CompType>(FXBits(x).get_bits()); in idiv() local
222 CompType result = x_comp / y_comp; in idiv()