Home | History | Annotate | Download | only in builtins

Lines Matching refs:crt_copysignl

33             a = crt_copysignl(crt_isinf(a) ? 1 : 0, a);
34 b = crt_copysignl(crt_isinf(b) ? 1 : 0, b);
36 c = crt_copysignl(0, c);
38 d = crt_copysignl(0, d);
42 c = crt_copysignl(crt_isinf(c) ? 1 : 0, c);
43 d = crt_copysignl(crt_isinf(d) ? 1 : 0, d);
45 a = crt_copysignl(0, a);
47 b = crt_copysignl(0, b);
53 a = crt_copysignl(0, a);
55 b = crt_copysignl(0, b);
57 c = crt_copysignl(0, c);
59 d = crt_copysignl(0, d);