OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crt_copysignl
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/builtins/
mulxc3.c
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)
[
all
...]
divxc3.c
40
__real__ z =
crt_copysignl
(CRT_INFINITY, __c) * __a;
41
__imag__ z =
crt_copysignl
(CRT_INFINITY, __c) * __b;
46
__a =
crt_copysignl
(crt_isinf(__a) ? 1 : 0, __a);
47
__b =
crt_copysignl
(crt_isinf(__b) ? 1 : 0, __b);
54
__c =
crt_copysignl
(crt_isinf(__c) ? 1 : 0, __c);
55
__d =
crt_copysignl
(crt_isinf(__d) ? 1 : 0, __d);
int_math.h
49
#define
crt_copysignl
(x, y) __builtin_copysignl((x), (y))
macro
Completed in 40 milliseconds