Lines Matching full:part
191 /* C99 rules: if either the real or the imaginary part is an
192 infinity, return infinity, even if the other part is a
204 /* either the real or imaginary part is a NaN,
341 real part of the result, and fill in the imaginary part as 0. */
368 /* Real part is +0: just output the imaginary part and do not
378 /* Format imaginary part with sign, real part without. Include
415 /* Note: if the imaginary part is 0, hashimag is 0 now,
599 /* Check for 0.0 imaginary part first to avoid the rich
727 "the real part of a complex number"},
729 "the imaginary part of a complex number"},
755 <float> - real part only
756 <float>j - imaginary part only
892 Create a complex number from a real part and an optional imaginary part.
994 /* The "real" part really is entirely real, and contributes
1017 /* The "imag" part really is entirely imaginary, and