Home
last modified time | relevance | path

Searched refs:sinhf (Results 1 – 25 of 60) sorted by relevance

123

/external/rust/crates/libm/src/math/
Dmod.rs166 mod sinhf; module
280 pub use self::sinhf::sinhf;
Dsinhf.rs5 pub fn sinhf(x: f32) -> f32 { in sinhf() function
/external/rust/crates/libm/
DCHANGELOG.md48 - sinhf
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
Dexplicit_symbols.inc88 INLINE_DEF_FLOAT_SYMBOL(sinhf, 1)
/external/llvm-project/llvm/lib/Support/Windows/
Dexplicit_symbols.inc88 INLINE_DEF_FLOAT_SYMBOL(sinhf, 1)
/external/llvm-project/llvm/test/Transforms/Util/
Dlibcalls-shrinkwrap-float.ll40 %call_4 = call float @sinhf(float %value)
46 ; CHECK-NEXT: %call_4 = call float @sinhf(float %value)
64 declare float @sinhf(float)
/external/llvm/lib/Support/Windows/
Dexplicit_symbols.inc88 INLINE_DEF_FLOAT_SYMBOL(sinhf, 1)
/external/clang/test/CodeGen/
Dlibcall-declarations.c164 float sinhf(float);
294 F(sin), F(sinf), F(sinl), F(sinh), F(sinhf),
/external/llvm-project/clang/test/CodeGen/
Dlibcall-declarations.c164 float sinhf(float);
294 F(sin), F(sinf), F(sinl), F(sinh), F(sinhf),
Dmath-libcalls.c480 sinh(f); sinhf(f); sinhl(f); in foo()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVecFuncs.def57 TLI_DEFINE_VECFUNC("sinhf", "vsinhf", 4)
128 TLI_DEFINE_VECFUNC("sinhf", "__sinhf4_massv", 4)
/external/clang/lib/Headers/
D__clang_cuda_cmath.h141 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } in sinh()
/external/llvm-project/llvm/test/Transforms/InstSimplify/ConstProp/
Dcalls.ll43 declare float @sinhf(float) readnone nounwind
167 %33 = call float @sinhf(float 3.000000e+00)
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_cmath.h173 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } in sinh()
492 using ::sinhf;
/external/llvm-project/llvm/test/Transforms/DCE/
Dcalls-errno.ll41 declare float @sinhf(float) nounwind
/external/llvm-project/clang/test/Headers/Inputs/include/
Dmath.h161 float sinhf(float __a);
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dwin-math.ll236 ; MSVCXX-NOT: float @sinhf
238 ; MSVC19-NOT: float @sinhf
/external/llvm-project/llvm/include/llvm/Analysis/
DVecFuncs.def57 TLI_DEFINE_VECFUNC("sinhf", "vsinhf", 4)
209 TLI_DEFINE_VECFUNC("sinhf", "__sinhf4_massv", 4)
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/AArch64/
Daccelerate-vector-functions.ll884 declare float @sinhf(float) readonly
904 ; NOACCELERATE-NEXT: [[TMP1:%.*]] = tail call fast float @sinhf(float [[VECEXT]])
907 ; NOACCELERATE-NEXT: [[TMP2:%.*]] = tail call fast float @sinhf(float [[VECEXT_1]])
910 ; NOACCELERATE-NEXT: [[TMP3:%.*]] = tail call fast float @sinhf(float [[VECEXT_2]])
913 ; NOACCELERATE-NEXT: [[TMP4:%.*]] = tail call fast float @sinhf(float [[VECEXT_3]])
920 %1 = tail call fast float @sinhf(float %vecext)
923 %2 = tail call fast float @sinhf(float %vecext.1)
926 %3 = tail call fast float @sinhf(float %vecext.2)
929 %4 = tail call fast float @sinhf(float %vecext.3)
/external/llvm/test/Transforms/ConstProp/
Dcalls.ll41 declare float @sinhf(float)
159 %33 = call float @sinhf(float 3.000000e+00)
/external/libcxx/include/
Dcmath123 float sinhf(float x);
384 using ::sinhf;
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll633 ; CHECK: declare void @sinhf(...)
634 declare void @sinhf(...)
/external/llvm-project/libcxx/include/
Dcmath122 float sinhf(float x);
387 using ::sinhf;
/external/llvm-project/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll762 ; CHECK: declare void @sinhf(...)
763 declare void @sinhf(...)
/external/llvm/test/Transforms/InstCombine/
Dwin-math.ll205 ; WIN32-NOT: float @sinhf

123