Home
last modified time | relevance | path

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

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