Searched refs:sincos (Results 1 – 17 of 17) sorted by relevance
| /dragonfly/contrib/openbsd_libm/src/ |
| HD | s_sincos.c | 22 sincos(double x, double *sn, double *cs) in sincos() function
|
| /dragonfly/contrib/mpfr/ |
| HD | AUTHORS | 8 Emmanuel Jeandel Original version of exp3.c, const_pi.c, sincos.c
|
| /dragonfly/lib/libm/ |
| HD | Makefile | 143 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
|
| HD | Symbol.map | 321 sincos;
|
| /dragonfly/contrib/openbsd_libm/include/global/ |
| HD | math.h | 279 void sincos(double, double *, double *);
|
| /dragonfly/gnu/lib/gcc47/libstdc++/ |
| D | config.h | 1136 # define sincos _sincos macro
|
| /dragonfly/gnu/lib/gcc80/libstdcxx/headers/ |
| HD | config.h | 1250 # define sincos _sincos macro
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/ |
| D | config.h.in | 309 /* Define to 1 if you have the `sincos' function. */ 1113 # define sincos _sincos macro
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | optabs.def | 293 OPTAB_D (sincos_optab, "sincos$a3")
|
| HD | builtins.def | 590 DEF_EXT_LIB_BUILTIN (BUILT_IN_SINCOS, "sincos", BT_FN_VOID_DOUBLE_DOUBLEPTR_DOUBLEPTR, ATTR_MATH…
|
| HD | match.pd | 4139 The sincos pass is responsible for picking "optimal" implementations
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | builtins.def | 419 DEF_EXT_LIB_BUILTIN (BUILT_IN_SINCOS, "sincos", BT_FN_VOID_DOUBLE_DOUBLEPTR_DOUBLEPTR, ATTR_MATH…
|
| /dragonfly/contrib/gcc-8.0/gcc/config/i386/ |
| HD | i386.md | 15435 (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/ |
| HD | i386.md | 13643 ;; 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/ |
| HD | tm.texi | 5361 @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);
|
| HD | tm.texi.in | 5287 @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);
|
| HD | extend.texi | 7818 @findex sincos 7922 @code{sincosl}, @code{sincos}, @code{stpcpy}, @code{stpncpy},
|