Home
last modified time | relevance | path

Searched defs:p_cos (Results 1 – 6 of 6) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/math/x86/
H A Dcossin.c11 void sincos (double __x, double *p_sin, double *p_cos) in sincos()
33 void sincosf (float __x, float *p_sin, float *p_cos) in sincosf()
55 void sincosl (long double __x, long double *p_sin, long double *p_cos) in sincosl()
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/math/x86/
H A Dcossin.c11 void sincos (double __x, double *p_sin, double *p_cos) in sincos()
33 void sincosf (float __x, float *p_sin, float *p_cos) in sincosf()
55 void sincosl (long double __x, long double *p_sin, long double *p_cos) in sincosl()
/dports/math/py-sympy/sympy-1.9/sympy/plotting/pygletplot/
H A Dplot_modes.py8 from math import cos as p_cos unknown
/dports/cad/gnucap/gnucap-2013-04-23/apps/
H A Dfunc_core.cc175 } p_cos; variable
/dports/cad/pcb/pcb-4.2.0/src/
H A Dsearch.c1128 double p_cos = (X - Arc->X) / p_dist; in IsPointOnArc() local
/dports/lang/newlisp/newlisp-10.7.5/
H A Dnl-math.c607 CELL * p_cos(CELL * params) { return(functionFloat(params, OP_COS)); } in p_cos() function