Home | History | Annotate | Download | only in include

Lines Matching refs:__builtin_huge_valf

76       __real__(z) = __builtin_huge_valf() * (__a * __c - __b * __d);
77 __imag__(z) = __builtin_huge_valf() * (__a * __d + __b * __c);
125 __real__(z) = __builtin_huge_valf() * (__a * __c - __b * __d);
126 __imag__(z) = __builtin_huge_valf() * (__a * __d + __b * __c);
150 __real__(z) = std::copysign(__builtin_huge_valf(), __c) * __a;
151 __imag__(z) = std::copysign(__builtin_huge_valf(), __c) * __b;
156 __real__(z) = __builtin_huge_valf() * (__a * __c + __b * __d);
157 __imag__(z) = __builtin_huge_valf() * (__b * __c - __a * __d);
184 __real__(z) = std::copysign(__builtin_huge_valf(), __c) * __a;
185 __imag__(z) = std::copysign(__builtin_huge_valf(), __c) * __b;
190 __real__(z) = __builtin_huge_valf() * (__a * __c + __b * __d);
191 __imag__(z) = __builtin_huge_valf() * (__b * __c - __a * __d);