OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CRT_INFINITY
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
divtc3.c
8
#if !defined(
CRT_INFINITY
) && defined(HUGE_VAL)
9
#define
CRT_INFINITY
HUGE_VAL
10
#endif /*
CRT_INFINITY
*/
57
real.s.hi = crt_copysign(
CRT_INFINITY
,cDD.s.hi) * aDD.s.hi;
59
imag.s.hi = crt_copysign(
CRT_INFINITY
,cDD.s.hi) * bDD.s.hi;
68
real.s.hi =
CRT_INFINITY
* (aDD.s.hi*cDD.s.hi + bDD.s.hi*dDD.s.hi);
70
imag.s.hi =
CRT_INFINITY
* (bDD.s.hi*cDD.s.hi - aDD.s.hi*dDD.s.hi);
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
int_math.h
35
#define
CRT_INFINITY
INFINITY
37
#define
CRT_INFINITY
__builtin_huge_valf()
Completed in 13 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025