OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:di_max
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fixxfdi.c
33
const di_int
di_max
= (di_int)((~(du_int)0) / 2);
local in function:__fixxfdi
34
const di_int di_min = -
di_max
- 1;
41
return a > 0 ?
di_max
: di_min;
fixxfdi.c
33
const di_int
di_max
= (di_int)((~(du_int)0) / 2);
local in function:__fixxfdi
34
const di_int di_min = -
di_max
- 1;
41
return a > 0 ?
di_max
: di_min;
Completed in 210 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025