OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:int_value
(Results
1 - 4
of
4
) sorted by relevancy
/src/tests/usr.bin/xlint/lint1/
msg_049.c
18
int
int_value
;
member in union:__anonfa87f5280108::__anonfa87f528020a
init_c99.c
442
int
int_value
;
member in union:value
449
.
int_value
= 3,
453
.
int_value
= 3,
/src/tests/lib/libc/locale/
t_sprintf.c
49
const int
int_value
;
member in struct:test
120
sprintf(buf, "%'d", t->
int_value
);
135
ATF_REQUIRE_EQ((int)strtol(t->int_input, NULL, 10), t->
int_value
);
187
ATF_REQUIRE_EQ(int_reported, t->
int_value
);
/src/sys/arch/hppa/spmath/
cnv_float.h
78
#define Int_isinexact_to_sgl(
int_value
) ((
int_value
<< (33 - SGL_EXP_LENGTH)) != 0)
80
#define Sgl_roundnearest_from_int(
int_value
,sgl_value) \
81
if (
int_value
& 1<<(SGL_EXP_LENGTH - 2)) /* round bit */ \
82
if (((
int_value
<< (34 - SGL_EXP_LENGTH)) != 0) || Slow(sgl_value)) \
239
#define Int_negate(
int_value
)
int_value
= -
int_value
Completed in 17 milliseconds
Indexes created Sun Oct 12 22:09:51 GMT 2025