/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
H A D | PROBLEMS | 6 - libm define sincos, sincosf, and sincosl but there are no prototypes and
|
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
H A D | PROBLEMS | 6 - libm define sincos, sincosf, and sincosl but there are no prototypes and
|
/openbsd/lib/libm/src/ |
H A D | s_sincosl.c | 51 sincosl(long double x, long double *sn, long double *cs) in sincosl() function
|
/openbsd/lib/libm/ |
H A D | Symbols.map | 260 sincosl;
|
/openbsd/lib/libm/hidden/ |
H A D | math.h | 193 PROTO_DEPRECATED(sincosl);
|
/openbsd/include/ |
H A D | math.h | 471 void sincosl(long double, long double *, long double *);
|
/openbsd/gnu/lib/libstdc++/libstdc++/ |
H A D | acconfig.h | 433 # define sincosl _sincosl macro
|
H A D | config.h.in | 560 /* Define if you have the sincosl function. */ 1091 # define sincosl _sincosl macro
|
H A D | acinclude.m4 | 857 GLIBCPP_CHECK_MATH_DECL_AND_LINKAGE_3(sincosl)
|
H A D | aclocal.m4 | 869 GLIBCPP_CHECK_MATH_DECL_AND_LINKAGE_3(sincosl)
|
H A D | configure | 21005 sincosl(0, 0, 0);
|
H A D | ChangeLog-2000 | 9720 * configure.in: Check for sincos, sincosf, and sincosl.
|
/openbsd/gnu/lib/libstdc++-v3/ |
H A D | config.h | 1037 # define sincosl _sincosl macro
|
/openbsd/gnu/gcc/gcc/ |
H A D | builtins.def | 390 DEF_EXT_LIB_BUILTIN (BUILT_IN_SINCOSL, "sincosl", BT_FN_VOID_LONGDOUBLE_LONGDOUBLEPTR_LONGDOUBLE…
|
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 1929 TEST(MemorySanitizer, sincosl) { in TEST() argument 1931 sincosl(0.2, &s, &c); in TEST()
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 5176 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 D | README.txt | 154 long double sincosl(long double x, long double *sin, long double *cos);
|
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2932 fun:sincosl=uninstrumented
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | extend.texi | 5553 @findex sincosl 5652 @code{sincosf}, @code{sincosl}, @code{sincos}, @code{stpcpy},
|
H A D | gcc.info | 20332 `sincosf', `sincosl', `sincos', `stpcpy', `stpncpy', `strcasecmp',
|