reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/builtins/divtc3.c
   37       COMPLEX_REAL(z) = crt_copysignl(CRT_INFINITY, __c) * __a;
   38       COMPLEX_IMAGINARY(z) = crt_copysignl(CRT_INFINITY, __c) * __b;
   41       __a = crt_copysignl(crt_isinf(__a) ? 1.0 : 0.0, __a);
   42       __b = crt_copysignl(crt_isinf(__b) ? 1.0 : 0.0, __b);
   47       __c = crt_copysignl(crt_isinf(__c) ? 1.0 : 0.0, __c);
   48       __d = crt_copysignl(crt_isinf(__d) ? 1.0 : 0.0, __d);
projects/compiler-rt/lib/builtins/divxc3.c
   36       COMPLEX_REAL(z) = crt_copysignl(CRT_INFINITY, __c) * __a;
   37       COMPLEX_IMAGINARY(z) = crt_copysignl(CRT_INFINITY, __c) * __b;
   40       __a = crt_copysignl(crt_isinf(__a) ? 1 : 0, __a);
   41       __b = crt_copysignl(crt_isinf(__b) ? 1 : 0, __b);
   46       __c = crt_copysignl(crt_isinf(__c) ? 1 : 0, __c);
   47       __d = crt_copysignl(crt_isinf(__d) ? 1 : 0, __d);
projects/compiler-rt/lib/builtins/multc3.c
   30       a = crt_copysignl(crt_isinf(a) ? 1 : 0, a);
   31       b = crt_copysignl(crt_isinf(b) ? 1 : 0, b);
   33         c = crt_copysignl(0, c);
   35         d = crt_copysignl(0, d);
   39       c = crt_copysignl(crt_isinf(c) ? 1 : 0, c);
   40       d = crt_copysignl(crt_isinf(d) ? 1 : 0, d);
   42         a = crt_copysignl(0, a);
   44         b = crt_copysignl(0, b);
   50         a = crt_copysignl(0, a);
   52         b = crt_copysignl(0, b);
   54         c = crt_copysignl(0, c);
   56         d = crt_copysignl(0, d);
projects/compiler-rt/lib/builtins/mulxc3.c
   32       __a = crt_copysignl(crt_isinf(__a) ? 1 : 0, __a);
   33       __b = crt_copysignl(crt_isinf(__b) ? 1 : 0, __b);
   35         __c = crt_copysignl(0, __c);
   37         __d = crt_copysignl(0, __d);
   41       __c = crt_copysignl(crt_isinf(__c) ? 1 : 0, __c);
   42       __d = crt_copysignl(crt_isinf(__d) ? 1 : 0, __d);
   44         __a = crt_copysignl(0, __a);
   46         __b = crt_copysignl(0, __b);
   52         __a = crt_copysignl(0, __a);
   54         __b = crt_copysignl(0, __b);
   56         __c = crt_copysignl(0, __c);
   58         __d = crt_copysignl(0, __d);