reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
36 COMPLEX_REAL(z) = crt_copysignf(CRT_INFINITY, __c) * __a; 37 COMPLEX_IMAGINARY(z) = crt_copysignf(CRT_INFINITY, __c) * __b; 40 __a = crt_copysignf(crt_isinf(__a) ? 1 : 0, __a); 41 __b = crt_copysignf(crt_isinf(__b) ? 1 : 0, __b); 46 __c = crt_copysignf(crt_isinf(__c) ? 1 : 0, __c); 47 __d = crt_copysignf(crt_isinf(__d) ? 1 : 0, __d);projects/compiler-rt/lib/builtins/mulsc3.c
29 __a = crt_copysignf(crt_isinf(__a) ? 1 : 0, __a); 30 __b = crt_copysignf(crt_isinf(__b) ? 1 : 0, __b); 32 __c = crt_copysignf(0, __c); 34 __d = crt_copysignf(0, __d); 38 __c = crt_copysignf(crt_isinf(__c) ? 1 : 0, __c); 39 __d = crt_copysignf(crt_isinf(__d) ? 1 : 0, __d); 41 __a = crt_copysignf(0, __a); 43 __b = crt_copysignf(0, __b); 49 __a = crt_copysignf(0, __a); 51 __b = crt_copysignf(0, __b); 53 __c = crt_copysignf(0, __c); 55 __d = crt_copysignf(0, __d);