Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/generic/
H A DFMA.h44 double z_d = static_cast<double>(z); variable
45 double sum = prod + z_d;
46 fputil::FPBits<double> bit_prod(prod), bitz(z_d), bit_sum(sum);