Searched refs:sinhf (Results 1 – 25 of 60) sorted by relevance
123
/external/rust/crates/libm/src/math/ |
D | mod.rs | 166 mod sinhf; module 280 pub use self::sinhf::sinhf;
|
D | sinhf.rs | 5 pub fn sinhf(x: f32) -> f32 { in sinhf() function
|
/external/rust/crates/libm/ |
D | CHANGELOG.md | 48 - sinhf
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 88 INLINE_DEF_FLOAT_SYMBOL(sinhf, 1)
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 88 INLINE_DEF_FLOAT_SYMBOL(sinhf, 1)
|
/external/llvm-project/llvm/test/Transforms/Util/ |
D | libcalls-shrinkwrap-float.ll | 40 %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/ |
D | explicit_symbols.inc | 88 INLINE_DEF_FLOAT_SYMBOL(sinhf, 1)
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 164 float sinhf(float); 294 F(sin), F(sinf), F(sinl), F(sinh), F(sinhf),
|
/external/llvm-project/clang/test/CodeGen/ |
D | libcall-declarations.c | 164 float sinhf(float); 294 F(sin), F(sinf), F(sinl), F(sinh), F(sinhf),
|
D | math-libcalls.c | 480 sinh(f); sinhf(f); sinhl(f); in foo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | VecFuncs.def | 57 TLI_DEFINE_VECFUNC("sinhf", "vsinhf", 4) 128 TLI_DEFINE_VECFUNC("sinhf", "__sinhf4_massv", 4)
|
/external/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 141 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } in sinh()
|
/external/llvm-project/llvm/test/Transforms/InstSimplify/ConstProp/ |
D | calls.ll | 43 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.h | 173 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } in sinh() 492 using ::sinhf;
|
/external/llvm-project/llvm/test/Transforms/DCE/ |
D | calls-errno.ll | 41 declare float @sinhf(float) nounwind
|
/external/llvm-project/clang/test/Headers/Inputs/include/ |
D | math.h | 161 float sinhf(float __a);
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | win-math.ll | 236 ; MSVCXX-NOT: float @sinhf 238 ; MSVC19-NOT: float @sinhf
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | VecFuncs.def | 57 TLI_DEFINE_VECFUNC("sinhf", "vsinhf", 4) 209 TLI_DEFINE_VECFUNC("sinhf", "__sinhf4_massv", 4)
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/AArch64/ |
D | accelerate-vector-functions.ll | 884 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/ |
D | calls.ll | 41 declare float @sinhf(float) 159 %33 = call float @sinhf(float 3.000000e+00)
|
/external/libcxx/include/ |
D | cmath | 123 float sinhf(float x); 384 using ::sinhf;
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 633 ; CHECK: declare void @sinhf(...) 634 declare void @sinhf(...)
|
/external/llvm-project/libcxx/include/ |
D | cmath | 122 float sinhf(float x); 387 using ::sinhf;
|
/external/llvm-project/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 762 ; CHECK: declare void @sinhf(...) 763 declare void @sinhf(...)
|
/external/llvm/test/Transforms/InstCombine/ |
D | win-math.ll | 205 ; WIN32-NOT: float @sinhf
|
123