Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/
H A DNearestIntegerOperations.h267 fromfp(T x, int rnd, unsigned int width) { in fromfp() function
338 T rounded_value = fromfp<IsSigned>(x, rnd, width); in fromfpx()