Home
last modified time | relevance | path

Searched refs:sincosl (Results 1 – 20 of 20) sorted by relevance

/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A DPROBLEMS6 - libm define sincos, sincosf, and sincosl but there are no prototypes and
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DPROBLEMS6 - libm define sincos, sincosf, and sincosl but there are no prototypes and
/openbsd/lib/libm/src/
H A Ds_sincosl.c51 sincosl(long double x, long double *sn, long double *cs) in sincosl() function
/openbsd/lib/libm/
H A DSymbols.map260 sincosl;
/openbsd/lib/libm/hidden/
H A Dmath.h193 PROTO_DEPRECATED(sincosl);
/openbsd/include/
H A Dmath.h471 void sincosl(long double, long double *, long double *);
/openbsd/gnu/lib/libstdc++/libstdc++/
H A Dacconfig.h433 # define sincosl _sincosl macro
H A Dconfig.h.in560 /* Define if you have the sincosl function. */
1091 # define sincosl _sincosl macro
H A Dacinclude.m4857 GLIBCPP_CHECK_MATH_DECL_AND_LINKAGE_3(sincosl)
H A Daclocal.m4869 GLIBCPP_CHECK_MATH_DECL_AND_LINKAGE_3(sincosl)
H A Dconfigure21005 sincosl(0, 0, 0);
H A DChangeLog-20009720 * configure.in: Check for sincos, sincosf, and sincosl.
/openbsd/gnu/lib/libstdc++-v3/
H A Dconfig.h1037 # define sincosl _sincosl macro
/openbsd/gnu/gcc/gcc/
H A Dbuiltins.def390 DEF_EXT_LIB_BUILTIN (BUILT_IN_SINCOSL, "sincosl", BT_FN_VOID_LONGDOUBLE_LONGDOUBLEPTR_LONGDOUBLE…
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp1929 TEST(MemorySanitizer, sincosl) { in TEST() argument
1931 sincosl(0.2, &s, &c); in TEST()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc5176 INTERCEPTOR(void, sincosl, long double x, long double *sin, long double *cos) {
5178 COMMON_INTERCEPTOR_ENTER(ctx, sincosl, x, sin, cos);
5182 REAL(sincosl)(x, sin, cos);
5189 COMMON_INTERCEPT_FUNCTION_LDBL(sincosl);
/openbsd/gnu/llvm/llvm/lib/Target/
H A DREADME.txt154 long double sincosl(long double x, long double *sin, long double *cos);
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2932 fun:sincosl=uninstrumented
/openbsd/gnu/gcc/gcc/doc/
H A Dextend.texi5553 @findex sincosl
5652 @code{sincosf}, @code{sincosl}, @code{sincos}, @code{stpcpy},
H A Dgcc.info20332 `sincosf', `sincosl', `sincos', `stpcpy', `stpncpy', `strcasecmp',