OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TRUNC
(Results
1 - 7
of
7
) sorted by relevancy
/src/lib/libm/noieee_src/
n_pow.c
112
#define
TRUNC
(x) x = (double) (float) x
117
#define
TRUNC
(x) *(((int *) &x)+endian) &= 0xf8000000
220
TRUNC
(t.a);
n_log.c
87
#define
TRUNC
(x) x = (double) (float) (x)
91
#define
TRUNC
(x) *(((int *) &x) + endian) &= 0xf8000000
430
u1 = u,
TRUNC
(u1);
476
u1 = u,
TRUNC
(u1);
484
TRUNC
(r.a);
n_gamma.c
124
*
TRUNC
sets trailing bits in a floating-point number to zero.
129
#define
TRUNC
(x) x = (double) (float) (x)
133
#define
TRUNC
(x) *(((int *) &x) + endian) &= 0xf8000000
187
TRUNC
(v.a);
214
TRUNC
(r.a);
223
TRUNC
(r.a);
241
t = x,
TRUNC
(t);
244
xx.a = (t + x),
TRUNC
(xx.a);
250
xx.a = x,
TRUNC
(xx.a);
256
d = r.a/x,
TRUNC
(d)
[
all
...]
n_lgamma.c
74
#define
TRUNC
(x) x = (double) (float) (x)
78
#define
TRUNC
(x) *(((int *) &x) + endian) &= 0xf8000000
188
TRUNC
(v.a);
204
TRUNC
(v.a); /* truncate v.a to 26 bits. */
n_erf.c
149
#define
TRUNC
(x) (x) = (float)(x)
152
#define
TRUNC
(x) *(((int *) &x) + 1) &= 0xf8000000
374
TRUNC
(z);
/src/sys/arch/hpc/stand/hpcboot/
memory.h
48
TRUNC
(const T v, const T x) {
100
uint32_t truncPage(uint32_t v) { return
TRUNC
(v, _page_size); }
104
{ return
TRUNC
(v, uint32_t(WCE_REGION_SIZE)); }
/src/lib/libm/src/
math_private.h
688
*
TRUNC
() is a macro that sets the trailing 27 bits in the significand of an
694
#define
TRUNC
(d) (_b_trunc(&(d)))
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025