Searched refs:coshf (Results 1 – 25 of 60) sorted by relevance
123
/external/rust/crates/libm/src/math/ |
D | mod.rs | 96 mod coshf; module 202 pub use self::coshf::coshf;
|
D | coshf.rs | 11 pub fn coshf(mut x: f32) -> f32 { in coshf() function
|
/external/rust/crates/libm/ |
D | CHANGELOG.md | 38 - coshf
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 81 INLINE_DEF_FLOAT_SYMBOL(coshf, 1)
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 81 INLINE_DEF_FLOAT_SYMBOL(coshf, 1)
|
/external/llvm-project/llvm/test/Transforms/Util/ |
D | libcalls-shrinkwrap-float.ll | 10 %call_0 = call float @coshf(float %value) 16 ; CHECK-NEXT: %call_0 = call float @coshf(float %value) 61 declare float @coshf(float)
|
/external/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 81 INLINE_DEF_FLOAT_SYMBOL(coshf, 1)
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 68 float coshf(float); 275 F(cosf), F(cosl), F(cosh), F(coshf), F(coshl),
|
/external/llvm-project/clang/test/CodeGen/ |
D | libcall-declarations.c | 68 float coshf(float); 275 F(cosf), F(cosl), F(cosh), F(coshf), F(coshl),
|
D | math-libcalls.c | 172 cosh(f); coshf(f); coshl(f); in foo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | VecFuncs.def | 58 TLI_DEFINE_VECFUNC("coshf", "vcoshf", 4) 130 TLI_DEFINE_VECFUNC("coshf", "__coshf4_massv", 4)
|
/external/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 57 __DEVICE__ float cosh(float __x) { return ::coshf(__x); } in cosh()
|
/external/llvm-project/llvm/test/Transforms/InstSimplify/ConstProp/ |
D | calls.ll | 32 declare float @coshf(float) readnone nounwind 134 %23 = call float @coshf(float 3.000000e+00)
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 51 __DEVICE__ float cosh(float __x) { return ::coshf(__x); } in cosh() 454 using ::coshf;
|
/external/llvm-project/llvm/test/Transforms/DCE/ |
D | calls-errno.ll | 31 declare float @coshf(float) nounwind
|
/external/llvm-project/clang/test/Headers/Inputs/include/ |
D | math.h | 32 float coshf(float __a);
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | win-math.ll | 111 ; MSVCXX-NOT: float @coshf 113 ; MSVC19-NOT: float @coshf
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | VecFuncs.def | 58 TLI_DEFINE_VECFUNC("coshf", "vcoshf", 4) 211 TLI_DEFINE_VECFUNC("coshf", "__coshf4_massv", 4)
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/AArch64/ |
D | accelerate-vector-functions.ll | 933 declare float @coshf(float) readonly 953 ; NOACCELERATE-NEXT: [[TMP1:%.*]] = tail call fast float @coshf(float [[VECEXT]]) 956 ; NOACCELERATE-NEXT: [[TMP2:%.*]] = tail call fast float @coshf(float [[VECEXT_1]]) 959 ; NOACCELERATE-NEXT: [[TMP3:%.*]] = tail call fast float @coshf(float [[VECEXT_2]]) 962 ; NOACCELERATE-NEXT: [[TMP4:%.*]] = tail call fast float @coshf(float [[VECEXT_3]]) 969 %1 = tail call fast float @coshf(float %vecext) 972 %2 = tail call fast float @coshf(float %vecext.1) 975 %3 = tail call fast float @coshf(float %vecext.2) 978 %4 = tail call fast float @coshf(float %vecext.3)
|
/external/llvm/test/Transforms/ConstProp/ |
D | calls.ll | 31 declare float @coshf(float) 129 %23 = call float @coshf(float 3.000000e+00)
|
/external/libcxx/include/ |
D | cmath | 75 float coshf(float x); 352 using ::coshf;
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 159 ; CHECK: declare void @coshf(...) 160 declare void @coshf(...)
|
/external/llvm-project/libcxx/include/ |
D | cmath | 74 float coshf(float x); 355 using ::coshf;
|
/external/llvm-project/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 285 ; CHECK: declare void @coshf(...) 286 declare void @coshf(...)
|
/external/llvm/test/Transforms/InstCombine/ |
D | win-math.ll | 101 ; WIN32-NOT: float @coshf
|
123