Searched refs:lgamma_r (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | ext_inst.opencl_test.cpp | 136 CASE2(Lgamma_r, lgamma_r),
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | ext_inst.opencl_test.cpp | 136 CASE2(Lgamma_r, lgamma_r),
|
/external/clang/lib/Headers/ |
D | opencl-c.h | 8581 float __ovld lgamma_r(float x, int *signp); 8582 float2 __ovld lgamma_r(float2 x, int2 *signp); 8583 float3 __ovld lgamma_r(float3 x, int3 *signp); 8584 float4 __ovld lgamma_r(float4 x, int4 *signp); 8585 float8 __ovld lgamma_r(float8 x, int8 *signp); 8586 float16 __ovld lgamma_r(float16 x, int16 *signp); 8588 double __ovld lgamma_r(double x, int *signp); 8589 double2 __ovld lgamma_r(double2 x, int2 *signp); 8590 double3 __ovld lgamma_r(double3 x, int3 *signp); 8591 double4 __ovld lgamma_r(double4 x, int4 *signp); [all …]
|
/external/eigen/unsupported/Eigen/src/SpecialFunctions/ |
D | SpecialFunctionsImpl.h | 139 return ::lgamma_r(x, &signgam);
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1808 TEST(MemorySanitizer, lgamma_r) { in TEST() argument 1810 double res = lgamma_r(1.1, &sgn); in TEST()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 4266 INTERCEPTOR(double, lgamma_r, double x, int *signp) { 4268 COMMON_INTERCEPTOR_ENTER(ctx, lgamma_r, x, signp); 4272 double res = REAL(lgamma_r)(x, signp); 4287 COMMON_INTERCEPT_FUNCTION(lgamma_r); \
|
/external/libcxx/include/ |
D | random | 4004 extern "C" double lgamma_r(double, int *); 4012 return lgamma_r(__d, &__sign);
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2177 fun:lgamma_r=uninstrumented
|