Home
last modified time | relevance | path

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

123

/external/rust/crates/libm/src/math/
Dmod.rs96 mod coshf; module
202 pub use self::coshf::coshf;
Dcoshf.rs11 pub fn coshf(mut x: f32) -> f32 { in coshf() function
/external/rust/crates/libm/
DCHANGELOG.md38 - coshf
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
Dexplicit_symbols.inc81 INLINE_DEF_FLOAT_SYMBOL(coshf, 1)
/external/llvm-project/llvm/lib/Support/Windows/
Dexplicit_symbols.inc81 INLINE_DEF_FLOAT_SYMBOL(coshf, 1)
/external/llvm-project/llvm/test/Transforms/Util/
Dlibcalls-shrinkwrap-float.ll10 %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/
Dexplicit_symbols.inc81 INLINE_DEF_FLOAT_SYMBOL(coshf, 1)
/external/clang/test/CodeGen/
Dlibcall-declarations.c68 float coshf(float);
275 F(cosf), F(cosl), F(cosh), F(coshf), F(coshl),
/external/llvm-project/clang/test/CodeGen/
Dlibcall-declarations.c68 float coshf(float);
275 F(cosf), F(cosl), F(cosh), F(coshf), F(coshl),
Dmath-libcalls.c172 cosh(f); coshf(f); coshl(f); in foo()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVecFuncs.def58 TLI_DEFINE_VECFUNC("coshf", "vcoshf", 4)
130 TLI_DEFINE_VECFUNC("coshf", "__coshf4_massv", 4)
/external/clang/lib/Headers/
D__clang_cuda_cmath.h57 __DEVICE__ float cosh(float __x) { return ::coshf(__x); } in cosh()
/external/llvm-project/llvm/test/Transforms/InstSimplify/ConstProp/
Dcalls.ll32 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.h51 __DEVICE__ float cosh(float __x) { return ::coshf(__x); } in cosh()
454 using ::coshf;
/external/llvm-project/llvm/test/Transforms/DCE/
Dcalls-errno.ll31 declare float @coshf(float) nounwind
/external/llvm-project/clang/test/Headers/Inputs/include/
Dmath.h32 float coshf(float __a);
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dwin-math.ll111 ; MSVCXX-NOT: float @coshf
113 ; MSVC19-NOT: float @coshf
/external/llvm-project/llvm/include/llvm/Analysis/
DVecFuncs.def58 TLI_DEFINE_VECFUNC("coshf", "vcoshf", 4)
211 TLI_DEFINE_VECFUNC("coshf", "__coshf4_massv", 4)
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/AArch64/
Daccelerate-vector-functions.ll933 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/
Dcalls.ll31 declare float @coshf(float)
129 %23 = call float @coshf(float 3.000000e+00)
/external/libcxx/include/
Dcmath75 float coshf(float x);
352 using ::coshf;
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll159 ; CHECK: declare void @coshf(...)
160 declare void @coshf(...)
/external/llvm-project/libcxx/include/
Dcmath74 float coshf(float x);
355 using ::coshf;
/external/llvm-project/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll285 ; CHECK: declare void @coshf(...)
286 declare void @coshf(...)
/external/llvm/test/Transforms/InstCombine/
Dwin-math.ll101 ; WIN32-NOT: float @coshf

123