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

  /src/lib/libm/complex/
casinhl.c 40 w = -1.0L * I * casinl(z * I);
cacosl.c 42 w = casinl(z);
casinl.c 1 /* $NetBSD: casinl.c,v 1.1 2014/10/10 00:48:18 christos Exp $ */
37 __weak_alias(casinl, _casinl)
41 casinl(long double complex z)
55 mtherr ("casinl", DOMAIN);
catrigl.c 42 __weak_alias(casinl, _casinl)
237 casinl(long double complex z) function
  /src/include/
complex.h 28 long double complex casinl(long double complex);
  /src/lib/libm/src/
namespace.h 20 #define casinl _casinl macro
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
complex.d 32 creal casinl(creal z);
tgmath.d 50 deprecated alias core.stdc.complex.casinl asin;
550 deprecated alias core.stdc.complex.casinl asin;
1040 deprecated alias core.stdc.complex.casinl asin;
  /src/external/gpl3/gcc/dist/libgfortran/
c99_protos.h 553 extern complex long double casinl (complex long double z);
configure 25668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for casinl" >&5
25669 $as_echo_n "checking for casinl... " >&6; }
25686 int (*ptr)() = (int (*)())casinl;
  /src/external/gpl3/gcc.old/dist/libgfortran/
c99_protos.h 553 extern complex long double casinl (complex long double z);
configure 25503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for casinl" >&5
25504 $as_echo_n "checking for casinl... " >&6; }
25521 int (*ptr)() = (int (*)())casinl;
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 1626 complex long double casinl (complex long double z);
1629 casinl (complex long double z) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 1626 complex long double casinl (complex long double z);
1629 casinl (complex long double z) function
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 109 __tg_asin(long double _Complex __x) {return casinl(__x);}
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 223 {"casinl", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 223 {"casinl", 99},
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 18892 casinl(tmpld);
20592 casinl(tmpld);
    [all...]

Completed in 85 milliseconds