OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:erfl
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/android/support/src/
math_support.c
72
__attribute__((weak)) long double
erfl
(long double x) { return erf((double)x); }
function
/bionic/libm/upstream-freebsd/lib/msun/ld128/
s_erfl.c
194
erfl
(long double x)
function
203
if((hx & 0x7fff) == 0x7fff) { /*
erfl
(nan)=nan */
205
return (1-i)+one/x; /*
erfl
(+-inf)=+-1 */
Completed in 146 milliseconds