Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/arm/
H A DFEnvImpl.h139 float large_value = FPBits<float>::max_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.h172 float large_value = FPBits<float>::max_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()