Home
last modified time | relevance | path

Searched refs:lgammaf (Results 1 – 15 of 15) sorted by relevance

/external/eigen/unsupported/Eigen/src/SpecialFunctions/arch/CUDA/
DCudaSpecialFunctions.h25 return make_float4(lgammaf(a.x), lgammaf(a.y), lgammaf(a.z), lgammaf(a.w));
/external/clang/test/CodeGen/
Dlibcall-declarations.c107 float lgammaf(float);
283 F(ilogbl), F(lgamma), F(lgammaf), F(lgammal), F(llrint),
/external/OpenCL-CTS/test_common/harness/
Dcompat.h191 float lgammaf(float x);
/external/libcxx/include/
Dcmath221 float lgammaf(float x);
427 using ::lgammaf;
Dmath.h1290 …_INLINE_VISIBILITY float lgamma(float __lcpp_x) _NOEXCEPT {return ::lgammaf(__lcpp_x);} in lgamma()
/external/clang/lib/Headers/
Dtgmath.h881 __tg_lgamma(float __x) {return lgammaf(__x);} in __tg_lgamma()
/external/eigen/unsupported/Eigen/src/SpecialFunctions/
DSpecialFunctionsImpl.h128 return ::lgammaf(x);
/external/arm-optimized-routines/math/test/
Dmathtest.c276 TFUNC(at_s,rt_s, lgammaf, 16*ULPUNIT | ABSLOWERBOUND),
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1796 TEST(MemorySanitizer, lgammaf) { in TEST() argument
1797 float res = lgammaf(1.1); in TEST()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc4243 INTERCEPTOR(float, lgammaf, float x) {
4245 COMMON_INTERCEPTOR_ENTER(ctx, lgammaf, x);
4246 float res = REAL(lgammaf)(x);
4259 COMMON_INTERCEPT_FUNCTION(lgammaf); \
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp1099 static_assert((std::is_same<decltype(lgammaf(0)), float>::value), ""); in test_lgamma()
/external/clang/include/clang/Basic/
DBuiltins.def1022 LIBBUILTIN(lgammaf, "ff", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp1150 static_assert((std::is_same<decltype(std::lgammaf(0)), float>::value), ""); in test_lgamma()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2178 fun:lgammaf=uninstrumented
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/NVPTX/
Ddebug-info.ll8925 !502 = !DISubprogram(name: "lgammaf", linkageName: "_ZL7lgammaff", scope: !444, file: !444, line: 1…