Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/arm/
H A DFEnvImpl.h140 float small_value = FPBits<float>::min_normal().get_val(); in raise_except() local
166 divfunc(large_value, small_value); in raise_except()
172 divfunc(small_value, large_value); in raise_except()
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/aarch64/
H A Dfenv_darwin_impl.h173 float small_value = FPBits<float>::min_normal().get_val(); in raise_except() local
201 divfunc(large_value, small_value); in raise_except()
207 divfunc(small_value, large_value); in raise_except()