OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lgamma
(Results
51 - 53
of
53
) sorted by null
1
2
3
/external/clang/lib/Headers/
tgmath.h
877
//
lgamma
885
__tg_lgamma(double __x) {return
lgamma
(__x);}
891
#undef
lgamma
macro
892
#define
lgamma
(__x) __tg_lgamma(__tg_promote1((__x))(__x))
macro
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
877
//
lgamma
885
__tg_lgamma(double __x) {return
lgamma
(__x);}
891
#undef
lgamma
macro
892
#define
lgamma
(__x) __tg_lgamma(__tg_promote1((__x))(__x))
macro
/frameworks/compile/libbcc/lib/ScriptCRT/
rs_cl.c
481
extern float __attribute__((overloadable))
lgamma
(float);
482
FN_FUNC_FN(
lgamma
)
483
extern float __attribute__((overloadable))
lgamma
(float, int*);
484
FN_FUNC_FN_PIN(
lgamma
)
[
all
...]
Completed in 194 milliseconds
1
2
3