Home
last modified time | relevance | path

Searched defs:p_sin (Results 1 – 8 of 8) 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/net/wireguard-tools/wireguard-tools-1.0.20210914/src/uapi/openbsd/net/
H A Dif_wg.h49 #define p_sin p_endpoint.sa_sin macro
/dports/math/py-sympy/sympy-1.9/sympy/plotting/pygletplot/
H A Dplot_modes.py7 from math import sin as p_sin unknown
/dports/cad/gnucap/gnucap-2013-04-23/apps/
H A Dfunc_core.cc151 } p_sin; variable
/dports/net/multicat/multicat-2.3/
H A Dutil.c410 struct sockaddr_in *p_sin = in ParseNodeService() local
/dports/lang/newlisp/newlisp-10.7.5/
H A Dnl-math.c606 CELL * p_sin(CELL * params) { return(functionFloat(params, OP_SIN)); } in p_sin() function
/dports/net/bctoolbox/bctoolbox-0.6.0/src/utils/
H A Dport.c1504 struct sockaddr_in *p_sin = (struct sockaddr_in *)p_addr; in get_local_ip_for_with_connect() local