OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lgammal
(Results
1 - 8
of
8
) sorted by relevancy
/src/lib/libm/src/
e_lgammal.c
17
__weak_alias(
lgammal
, _lgammal)
25
lgammal
(long double x)
function in typeref:typename:long double
namespace.h
64
#define
lgammal
_lgammal
macro
/src/lib/libm/noieee_src/
n_lgamma.c
140
__weak_alias(
lgammal
, lgamma)
/src/include/
math.h
410
long double
lgammal
(long double);
/src/lib/libm/ld80/
b_tgammal.c
357
y = expl(
lgammal
(x) / 2);
/src/lib/libm/
Makefile
527
lgamma.3
lgammal
.3 lgamma.3 lgammal_r.3 lgamma.3 tgammal.3
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc
1959
TEST(MemorySanitizer,
lgammal
) {
1960
long double res =
lgammal
(1.1);
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc
4901
INTERCEPTOR(long double,
lgammal
, long double x) {
4903
COMMON_INTERCEPTOR_ENTER(ctx,
lgammal
, x);
4904
long double res = REAL(
lgammal
)(x);
4909
COMMON_INTERCEPT_FUNCTION_LDBL(
lgammal
);
Completed in 22 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025