HomeSort by relevance Sort by last modified time
    Searched refs:crt_copysignf (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/builtins/
mulsc3.c 35 __a = crt_copysignf(crt_isinf(__a) ? 1 : 0, __a);
36 __b = crt_copysignf(crt_isinf(__b) ? 1 : 0, __b);
38 __c = crt_copysignf(0, __c);
40 __d = crt_copysignf(0, __d);
45 __c = crt_copysignf(crt_isinf(__c) ? 1 : 0, __c);
46 __d = crt_copysignf(crt_isinf(__d) ? 1 : 0, __d);
48 __a = crt_copysignf(0, __a);
50 __b = crt_copysignf(0, __b);
57 __a = crt_copysignf(0, __a);
59 __b = crt_copysignf(0, __b)
    [all...]
divsc3.c 39 COMPLEX_REAL(z) = crt_copysignf(CRT_INFINITY, __c) * __a;
40 COMPLEX_IMAGINARY(z) = crt_copysignf(CRT_INFINITY, __c) * __b;
45 __a = crt_copysignf(crt_isinf(__a) ? 1 : 0, __a);
46 __b = crt_copysignf(crt_isinf(__b) ? 1 : 0, __b);
53 __c = crt_copysignf(crt_isinf(__c) ? 1 : 0, __c);
54 __d = crt_copysignf(crt_isinf(__d) ? 1 : 0, __d);
int_math.h 66 #define crt_copysignf(x, y) copysignf((x), (y)) macro
70 #define crt_copysignf(x, y) __builtin_copysignf((x), (y)) macro

Completed in 607 milliseconds