OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_LOG
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/include/
portable.h
43
#define log(X) ((X) <= 1e-32 ? -
MAX_LOG
: log(X))
all_defs.h
109
#define
MAX_LOG
1000000 /* Check this value against types */
/external/srec/srec/clib/
swimodel.c
450
pval = -(prdata)
MAX_LOG
;
Completed in 912 milliseconds