OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CRT_INFINITY
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/ppc/
divtc3.c
8
#if !defined(
CRT_INFINITY
) && defined(HUGE_VAL)
9
#define
CRT_INFINITY
HUGE_VAL
10
#endif /*
CRT_INFINITY
*/
62
real.s.hi = crt_copysign(
CRT_INFINITY
,cDD.s.hi) * aDD.s.hi;
64
imag.s.hi = crt_copysign(
CRT_INFINITY
,cDD.s.hi) * bDD.s.hi;
73
real.s.hi =
CRT_INFINITY
* (aDD.s.hi*cDD.s.hi + bDD.s.hi*dDD.s.hi);
75
imag.s.hi =
CRT_INFINITY
* (bDD.s.hi*cDD.s.hi - aDD.s.hi*dDD.s.hi);
/external/compiler-rt/lib/
int_math.h
28
#define
CRT_INFINITY
__builtin_huge_valf()
Completed in 34 milliseconds