Home
last modified time | relevance | path

Searched refs:sincos (Results 1 – 17 of 17) sorted by relevance

/dragonfly/contrib/openbsd_libm/src/
HDs_sincos.c22 sincos(double x, double *sn, double *cs) in sincos() function
/dragonfly/contrib/mpfr/
HDAUTHORS8 Emmanuel Jeandel Original version of exp3.c, const_pi.c, sincos.c
/dragonfly/lib/libm/
HDMakefile143 remainder.3 rint.3 round.3 scalbn.3 sin.3 sincos.3 sinh.3 sqrt.3 \
338 MLINKS+=sincos.3 sincosf.3 \
339 sincos.3 sincosl.3
HDSymbol.map321 sincos;
/dragonfly/contrib/openbsd_libm/include/global/
HDmath.h279 void sincos(double, double *, double *);
/dragonfly/gnu/lib/gcc47/libstdc++/
Dconfig.h1136 # define sincos _sincos macro
/dragonfly/gnu/lib/gcc80/libstdcxx/headers/
HDconfig.h1250 # define sincos _sincos macro
/dragonfly/contrib/gcc-4.7/libstdc++-v3/
Dconfig.h.in309 /* Define to 1 if you have the `sincos' function. */
1113 # define sincos _sincos macro
/dragonfly/contrib/gcc-8.0/gcc/
HDoptabs.def293 OPTAB_D (sincos_optab, "sincos$a3")
HDbuiltins.def590 DEF_EXT_LIB_BUILTIN (BUILT_IN_SINCOS, "sincos", BT_FN_VOID_DOUBLE_DOUBLEPTR_DOUBLEPTR, ATTR_MATH…
HDmatch.pd4139 The sincos pass is responsible for picking "optimal" implementations
/dragonfly/contrib/gcc-4.7/gcc/
HDbuiltins.def419 DEF_EXT_LIB_BUILTIN (BUILT_IN_SINCOS, "sincos", BT_FN_VOID_DOUBLE_DOUBLEPTR_DOUBLEPTR, ATTR_MATH…
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
HDi386.md15435 (define_int_attr sincos
15439 (define_insn "*<sincos>xf2_i387"
15445 "f<sincos>"
15450 (define_insn "*<sincos>_extend<mode>xf2_i387"
15459 "f<sincos>"
15464 ;; When sincos pattern is defined, sin and cos builtin functions will be
15465 ;; expanded to sincos pattern with one of its outputs left unused.
15466 ;; CSE pass will figure out if two sincos patterns can be combined,
15467 ;; otherwise sincos pattern will be split back to sin or cos pattern,
15543 (define_expand "sincos<mode>3"
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
HDi386.md13643 ;; When sincos pattern is defined, sin and cos builtin functions will be
13644 ;; expanded to sincos pattern with one of its outputs left unused.
13645 ;; CSE pass will figure out if two sincos patterns can be combined,
13646 ;; otherwise sincos pattern will be split back to sin or cos pattern,
13720 (define_expand "sincos<mode>3"
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDtm.texi5361 @cindex sincos math function, implicit usage
5364 and @code{cos} with the same argument to a call to @code{sincos}. The
5367 void sincos(double x, double *sin, double *cos);
HDtm.texi.in5287 @cindex sincos math function, implicit usage
5290 and @code{cos} with the same argument to a call to @code{sincos}. The
5293 void sincos(double x, double *sin, double *cos);
HDextend.texi7818 @findex sincos
7922 @code{sincosl}, @code{sincos}, @code{stpcpy}, @code{stpncpy},