OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tgammal
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
math-finite.h
322
__extern_always_inline long double __NTH (
tgammal
(long double __d))
function
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
math-finite.h
322
__extern_always_inline long double __NTH (
tgammal
(long double __d))
function
/ndk/sources/android/support/src/
math_support.c
89
__attribute__((weak)) long double
tgammal
(long double x) { return tgamma((double)x); }
function
Completed in 154 milliseconds