Home
last modified time | relevance | path

Searched refs:tgammaf (Results 1 – 25 of 34) sorted by relevance

12

/external/rust/crates/libm/src/math/
Dtgammaf.rs3 pub fn tgammaf(x: f32) -> f32 { in tgammaf() function
Dmod.rs174 mod tgammaf; module
288 pub use self::tgammaf::tgammaf;
/external/clang/test/CodeGen/
Dlibcall-declarations.c176 float tgammaf(float);
297 F(tgamma), F(tgammaf), F(tgammal), F(trunc), F(truncf),
/external/llvm-project/clang/test/CodeGen/
Dlibcall-declarations.c176 float tgammaf(float);
297 F(tgamma), F(tgammaf), F(tgammal), F(trunc), F(truncf),
Dmath-libcalls.c516 tgamma(f); tgammaf(f); tgammal(f); in foo()
/external/llvm-project/clang/lib/Headers/openmp_wrappers/
Dcmath72 __DEVICE__ float tgamma(float __x) { return ::tgammaf(__x); }
/external/llvm-project/clang/test/Headers/Inputs/include/
Dmath.h171 float tgammaf(float __a);
/external/libcxx/include/
Dcmath293 float tgammaf(float x);
465 using ::tgammaf;
Dmath.h1495 …_INLINE_VISIBILITY float tgamma(float __lcpp_x) _NOEXCEPT {return ::tgammaf(__lcpp_x);} in tgamma()
/external/llvm-project/libcxx/include/
Dcmath292 float tgammaf(float x);
468 using ::tgammaf;
Dmath.h1491 …_INLINE_VISIBILITY float tgamma(float __lcpp_x) _NOEXCEPT {return ::tgammaf(__lcpp_x);} in tgamma()
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_cmath.h496 using ::tgammaf;
D__clang_hip_cmath.h615 using ::tgammaf;
D__clang_cuda_math.h320 __DEVICE__ float tgammaf(float __a) { return __nv_tgammaf(__a); } in tgammaf() function
Dtgmath.h1188 __tg_tgamma(float __x) {return tgammaf(__x);} in __tg_tgamma()
D__clang_hip_math.h503 float tgammaf(float __x) { return __ocml_tgamma_f32(__x); }
/external/clang/lib/Headers/
Dtgmath.h1195 __tg_tgamma(float __x) {return tgammaf(__x);} in __tg_tgamma()
/external/arm-optimized-routines/math/test/
Dmathtest.c274 TFUNC(at_s,rt_s, tgammaf, 16*ULPUNIT),
/external/llvm-project/libc/AOR_v20.02/math/test/
Dmathtest.c275 TFUNC(at_s,rt_s, tgammaf, 16*ULPUNIT),
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc798 SYMBOL(tgammaf, None, <math.h>)
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp1474 static_assert((std::is_same<decltype(tgammaf(0)), float>::value), ""); in test_tgamma()
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp1442 static_assert((std::is_same<decltype(tgammaf(0)), float>::value), ""); in test_tgamma()
/external/clang/include/clang/Basic/
DBuiltins.def1114 LIBBUILTIN(tgammaf, "ff", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp1493 static_assert((std::is_same<decltype(std::tgammaf(0)), float>::value), ""); in test_tgamma()
/external/llvm-project/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp1531 static_assert((std::is_same<decltype(std::tgammaf(0)), float>::value), ""); in test_tgamma()

12