OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crt_fmaxf
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/builtins/
int_math.h
56
#define
crt_fmaxf
(x, y) __builtin_fmaxf((x), (y))
macro
divsc3.c
24
float __logbw = crt_logbf(
crt_fmaxf
(crt_fabsf(__c), crt_fabsf(__d)));
Completed in 230 milliseconds