OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lgamma_r
(Results
1 - 11
of
11
) sorted by relevancy
/src/lib/libm/src/
e_lgammal_r.c
60
return
lgamma_r
(d, signam);
w_lgamma_r.c
19
* wrapper double
lgamma_r
(double x, int *signgamp)
26
lgamma_r
(double x, int *signgamp) /* wrapper
lgamma_r
*/
function
/src/lib/libm/noieee_src/
n_lgamma.c
141
__weak_alias(lgammal_r,
lgamma_r
)
147
return
lgamma_r
(x, &signgam);
151
lgamma_r
(double x, int *signgamp)
function
/src/include/
math.h
556
double
lgamma_r
(double, int *);
/src/external/apache2/llvm/dist/clang/lib/Headers/
opencl-c.h
7535
* returned in the signp argument of
lgamma_r
.
7561
float __ovld
lgamma_r
(float x, int *signp);
7562
float2 __ovld
lgamma_r
(float2 x, int2 *signp);
7563
float3 __ovld
lgamma_r
(float3 x, int3 *signp);
7564
float4 __ovld
lgamma_r
(float4 x, int4 *signp);
7565
float8 __ovld
lgamma_r
(float8 x, int8 *signp);
7566
float16 __ovld
lgamma_r
(float16 x, int16 *signp);
7568
double __ovld
lgamma_r
(double x, int *signp);
7569
double2 __ovld
lgamma_r
(double2 x, int2 *signp);
7570
double3 __ovld
lgamma_r
(double3 x, int3 *signp)
[
all
...]
/src/lib/libm/
Makefile
524
MLINKS+=lgamma.3 lgammaf.3 lgamma.3
lgamma_r
.3 lgamma.3 lgammaf_r.3 \
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
math.d
3052
double
lgamma_r
(double x, int *);
3404
double
lgamma_r
(double x, int *);
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc
1966
TEST(MemorySanitizer,
lgamma_r
) {
1968
double res =
lgamma_r
(1.1, &sgn);
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc
4915
INTERCEPTOR(double,
lgamma_r
, double x, int *signp) {
4917
COMMON_INTERCEPTOR_ENTER(ctx,
lgamma_r
, x, signp);
4921
double res = REAL(
lgamma_r
)(x, signp);
4936
COMMON_INTERCEPT_FUNCTION(
lgamma_r
); \
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc
5227
INTERCEPTOR(double,
lgamma_r
, double x, int *signp) {
5229
COMMON_INTERCEPTOR_ENTER(ctx,
lgamma_r
, x, signp);
5233
double res = REAL(
lgamma_r
)(x, signp);
5248
COMMON_INTERCEPT_FUNCTION(
lgamma_r
); \
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc
5200
INTERCEPTOR(double,
lgamma_r
, double x, int *signp) {
5202
COMMON_INTERCEPTOR_ENTER(ctx,
lgamma_r
, x, signp);
5206
double res = REAL(
lgamma_r
)(x, signp);
5221
COMMON_INTERCEPT_FUNCTION(
lgamma_r
); \
Completed in 42 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026