OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Double
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libm/noieee_src/
mathimpl.h
71
const union { uint32_t l[2];
double
d; } cat3(__,name,x) = { \
75
static const union { uint32_t l[2];
double
d; } cat3(__,name,x) = { \
79
extern const union { uint32_t l[2];
double
d; } cat3(__,name,x);
91
const
double
__CONCAT(__,name) = value;
94
static const
double
__CONCAT(__,name) = value;
97
extern const
double
__CONCAT(__,name);
117
extern
double
__exp__E(
double
,
double
);
118
extern
double
__log__L(double)
[
all
...]
/src/lib/libm/src/
math_private.h
49
* A union which permits us to convert between a long
double
and
57
long
double
value;
76
long
double
value;
92
* A union which permits us to convert between a
double
and two 32-bit
100
double
value;
118
double
value;
132
/* Get two 32-bit integers from a
double
. */
142
/* Get a 64-bit integer from a
double
. */
151
/* Get the more significant 32-bit integer from a
double
. */
160
/* Get the less significant 32-bit integer from a
double
. *
[
all
...]
Completed in 22 milliseconds
Indexes created Tue Feb 24 19:07:35 UTC 2026