OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixuint_t
(Results
1 - 20
of
20
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fixdfti.c
18
typedef tu_int
fixuint_t
;
typedef in typeref:typename:tu_int
fixsfti.c
18
typedef tu_int
fixuint_t
;
typedef in typeref:typename:tu_int
fixtfdi.c
16
typedef du_int
fixuint_t
;
typedef in typeref:typename:du_int
fixtfsi.c
16
typedef su_int
fixuint_t
;
typedef in typeref:typename:su_int
fixtfti.c
16
typedef tu_int
fixuint_t
;
typedef in typeref:typename:tu_int
fixunsdfti.c
16
typedef tu_int
fixuint_t
;
typedef in typeref:typename:tu_int
fixunssfti.c
19
typedef tu_int
fixuint_t
;
typedef in typeref:typename:tu_int
fixunstfdi.c
15
typedef du_int
fixuint_t
;
typedef in typeref:typename:du_int
fixunstfsi.c
15
typedef su_int
fixuint_t
;
typedef in typeref:typename:su_int
fixunstfti.c
15
typedef tu_int
fixuint_t
;
typedef in typeref:typename:tu_int
fp_fixuint_impl.inc
17
static __inline
fixuint_t
__fixuint(fp_t a) {
30
if ((unsigned)exponent >= sizeof(
fixuint_t
) * CHAR_BIT)
31
return ~(
fixuint_t
)0;
38
return (
fixuint_t
)significand << (exponent - significandBits);
fixdfsi.c
14
typedef su_int
fixuint_t
;
typedef in typeref:typename:su_int
fixsfsi.c
14
typedef su_int
fixuint_t
;
typedef in typeref:typename:su_int
fixunsdfsi.c
13
typedef su_int
fixuint_t
;
typedef in typeref:typename:su_int
fixunssfsi.c
17
typedef su_int
fixuint_t
;
typedef in typeref:typename:su_int
fixdfdi.c
37
typedef du_int
fixuint_t
;
typedef in typeref:typename:du_int
fixsfdi.c
37
typedef du_int
fixuint_t
;
typedef in typeref:typename:du_int
fixunsdfdi.c
34
typedef du_int
fixuint_t
;
typedef in typeref:typename:du_int
fixunssfdi.c
35
typedef du_int
fixuint_t
;
typedef in typeref:typename:du_int
fp_fixint_impl.inc
18
const fixint_t fixint_max = (fixint_t)((~(
fixuint_t
)0) / 2);
Completed in 19 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025