Searched refs:casinl (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/lib/libm/src/
H A Ds_casinhl.c54 w = -1.0L * I * casinl(z * I);
H A Ds_cacosl.c60 w = casinl(z);
H A Ds_casinl.c19 /* casinl()
27 * long double complex casinl();
30 * w = casinl( z );
65 casinl(long double complex z) function
78 /*mtherr( "casinl", DOMAIN );*/
133 DEF_STD(casinl); variable
/openbsd-current/lib/libm/hidden/
H A Dcomplex.h70 LDBL_PROTO_NORMAL(casinl); variable
/openbsd-current/include/
H A Dcomplex.h96 long double complex casinl(long double complex);
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dtgmath.h109 __tg_asin(long double _Complex __x) {return casinl(__x);}

Completed in 138 milliseconds