Lines Matching refs:crt_copysignl
37 __a = crt_copysignl(crt_isinf(__a) ? 1 : 0, __a);
38 __b = crt_copysignl(crt_isinf(__b) ? 1 : 0, __b);
40 __c = crt_copysignl(0, __c);
42 __d = crt_copysignl(0, __d);
47 __c = crt_copysignl(crt_isinf(__c) ? 1 : 0, __c);
48 __d = crt_copysignl(crt_isinf(__d) ? 1 : 0, __d);
50 __a = crt_copysignl(0, __a);
52 __b = crt_copysignl(0, __b);
59 __a = crt_copysignl(0, __a);
61 __b = crt_copysignl(0, __b);
63 __c = crt_copysignl(0, __c);
65 __d = crt_copysignl(0, __d);