HomeSort by: relevance | last modified time | path
    Searched refs:catanl (Results 1 - 17 of 17) sorted by relevancy

  /src/lib/libm/complex/
catanhl.c 40 w = -1.0L * I * catanl(z * I);
catanl.c 1 /* $NetBSD: catanl.c,v 1.1 2014/10/10 00:48:18 christos Exp $ */
39 __weak_alias(catanl, _catanl)
45 catanl(long double complex z)
76 mtherr ("catanl", OVERFLOW);
catrigl.c 45 __weak_alias(catanl, _catanl)
432 catanl(long double complex z) function
  /src/include/
complex.h 33 long double complex catanl(long double complex);
  /src/lib/libm/src/
namespace.h 23 #define catanl _catanl macro
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
complex.d 36 creal catanl(creal z);
tgmath.d 62 deprecated alias core.stdc.complex.catanl atan;
562 deprecated alias core.stdc.complex.catanl atan;
1052 deprecated alias core.stdc.complex.catanl atan;
  /src/external/gpl3/gcc/dist/libgfortran/
c99_protos.h 571 extern complex long double catanl (complex long double z);
configure 25956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catanl" >&5
25957 $as_echo_n "checking for catanl... " >&6; }
25974 int (*ptr)() = (int (*)())catanl;
  /src/external/gpl3/gcc.old/dist/libgfortran/
c99_protos.h 571 extern complex long double catanl (complex long double z);
configure 25791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catanl" >&5
25792 $as_echo_n "checking for catanl... " >&6; }
25809 int (*ptr)() = (int (*)())catanl;
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 1704 complex long double catanl (complex long double z);
1707 catanl (complex long double z) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 1704 complex long double catanl (complex long double z);
1707 catanl (complex long double z) function
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 138 __tg_atan(long double _Complex __x) {return catanl(__x);}
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 243 {"catanl", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 243 {"catanl", 99},
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 18893 catanl(tmpld);
20593 catanl(tmpld);
    [all...]

Completed in 85 milliseconds