/external/musl/src/math/ |
D | lgammaf.c | 4 float lgammaf(float x) in lgammaf() function
|
/external/rust/crates/libm/src/math/ |
D | lgammaf.rs | 4 pub fn lgammaf(x: f32) -> f32 { in lgammaf() function
|
D | mod.rs | 153 mod lgammaf; module 269 pub use self::lgammaf::lgammaf;
|
/external/eigen/unsupported/Eigen/src/SpecialFunctions/arch/GPU/ |
D | SpecialFunctions.h | 25 return make_float4(lgammaf(a.x), lgammaf(a.y), lgammaf(a.z), lgammaf(a.w));
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 107 float lgammaf(float); 283 F(ilogbl), F(lgamma), F(lgammaf), F(lgammal), F(llrint),
|
/external/OpenCL-CTS/test_common/harness/ |
D | compat.h | 190 float lgammaf(float x);
|
/external/musl/include/ |
D | math.h | 248 float lgammaf(float);
|
/external/libcxx/include/ |
D | cmath | 221 float lgammaf(float x); 427 using ::lgammaf;
|
D | math.h | 1290 …_INLINE_VISIBILITY float lgamma(float __lcpp_x) _NOEXCEPT {return ::lgammaf(__lcpp_x);} in lgamma()
|
/external/cronet/buildtools/third_party/libc++/trunk/include/ |
D | cmath | 220 float lgammaf(float x); 444 using ::lgammaf _LIBCPP_USING_IF_EXISTS;
|
/external/clang/lib/Headers/ |
D | tgmath.h | 881 __tg_lgamma(float __x) {return lgammaf(__x);} in __tg_lgamma()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 550 ASSERT_SAME_TYPE(decltype(lgammaf(0)), float); in test_lgamma()
|
/external/eigen/unsupported/Eigen/src/SpecialFunctions/ |
D | SpecialFunctionsImpl.h | 82 return ::lgammaf(x);
|
/external/arm-optimized-routines/math/test/ |
D | mathtest.c | 279 TFUNC(at_s,rt_s, lgammaf, 16*ULPUNIT | ABSLOWERBOUND),
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1796 TEST(MemorySanitizer, lgammaf) { in TEST() argument 1797 float res = lgammaf(1.1); in TEST()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 4243 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/ |
D | math_h.pass.cpp | 1099 static_assert((std::is_same<decltype(lgammaf(0)), float>::value), ""); in test_lgamma()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1022 LIBBUILTIN(lgammaf, "ff", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 1150 static_assert((std::is_same<decltype(std::lgammaf(0)), float>::value), ""); in test_lgamma()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 1210 static_assert((std::is_same<decltype(std::lgammaf(0)), float>::value), ""); in test_lgamma()
|
/external/musl/ |
D | sources.bp | 449 "src/math/lgammaf.c",
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2178 fun:lgammaf=uninstrumented
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test-libaaudio.so.abi | 1110 …<function-decl name='lgammaf' filepath='bionic/libc/include/math.h' line='214' column='1' visibili…
|
D | PR22015-libboost_iostreams.so.abi | 1844 …<function-decl name='lgammaf' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='261'…
|
D | test9-pr18818-clang.so.abi | 2646 …<function-decl name='lgammaf' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='251'…
|