Home
last modified time | relevance | path

Searched defs:conj (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/lib/libm/src/
H A Ds_conj.c23 conj(double complex z) in conj() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dconj1.C15 C conj (const C& z) in conj() function
H A Dconj2.C14 inline C conj (const C& x) in conj() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dbuiltin-complex-1.c118 conj (double _Complex z) in conj() function
/openbsd-src/gnu/llvm/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h68 template <class _Tp> std::complex<_Tp> conj(const std::complex<_Tp> &__c) { in conj() function
/openbsd-src/include/
H A Dtgmath.h165 #define conj(x) __tg_simple(x, conj) macro
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dtgmath.h1303 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) macro
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp139 Node conj(Node Pos) { in conj() function