OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__isfinitel
(Results
1 - 3
of
3
) sorted by null
/bionic/libm/upstream-freebsd/lib/msun/src/
s_isfinite.c
52
__isfinitel
(long double e)
function
/bionic/libm/
fpmath.h
80
#define
__isfinitel
__broken__isfinitel
macro
fake_long_double.c
30
int
__isfinitel
(long double a1) { return __isfinite(a1); }
function
Completed in 203 milliseconds