Home
last modified time | relevance | path

Searched refs:conjf (Results 1 – 12 of 12) sorted by relevance

/freebsd-9-stable/lib/msun/src/
Ds_conjf.c34 conjf(float complex z) in conjf() function
/freebsd-9-stable/include/
Dcomplex.h58 float complex conjf(float complex) __pure2;
/freebsd-9-stable/tools/regression/lib/msun/
Dtest-conj.c43 static float complex (*libconjf)(float complex) = conjf;
/freebsd-9-stable/lib/msun/
DSymbol.map74 conjf;
DMakefile150 cimag.3 conj.3 cimag.3 conjf.3 cimag.3 conjl.3 \
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Headers/
Dtgmath.h1299 __tg_conj(float _Complex __x) {return conjf(__x);} in __tg_conj()
/freebsd-9-stable/contrib/gcc/
Dbuiltins.def465 DEF_C99_BUILTIN (BUILT_IN_CONJF, "conjf", BT_FN_COMPLEX_FLOAT_COMPLEX_FLOAT, ATTR_CONST_NOTH…
DChangeLog-200133036 * c-common.c (c_common_nodes_and_builtins): Create builtin conjf,
DChangeLog-200430631 conj, conjf, conjl, creal, crealf, creall, cimag, cimagf and cimagl.
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DBuiltins.def1101 LIBBUILTIN(conjf, "XfXf", "fnc", "complex.h", ALL_LANGUAGES)
/freebsd-9-stable/contrib/gcc/doc/
Dextend.texi808 floating type, you should use the ISO C99 functions @code{conjf},
5414 @findex conjf
5763 @code{conjf}, @code{conjl}, @code{conj}, @code{copysignf}, @code{copysignl},
Dinvoke.texi1536 @code{index}, @code{bzero}, @code{conjf}, and other related functions.