Home
last modified time | relevance | path

Searched defs:sin (Results 1 – 25 of 100) sorted by relevance

1234

/third_party/musl/porting/liteos_a/kernel/src/math/
Dsincosl.c5 void sincosl(long double x, long double *sin, long double *cos) in sincosl()
13 void sincosl(long double x, long double *sin, long double *cos) in sincosl()
Dsin.c45 double sin(double x) in sin() function
Dsincos.c16 void sincos(double x, double *sin, double *cos) in sincos()
Dsincosf.c27 void sincosf(float x, float *sin, float *cos) in sincosf()
/third_party/musl/src/math/
Dsincosl.c5 void sincosl(long double x, long double *sin, long double *cos) in sincosl()
13 void sincosl(long double x, long double *sin, long double *cos) in sincosl()
Dsin.c45 double sin(double x) in sin() function
Dsincos.c16 void sincos(double x, double *sin, double *cos) in sincos()
Dsincosf.c27 void sincosf(float x, float *sin, float *cos) in sincosf()
/third_party/jerryscript/tests/jerry/
Dfunction-external.js28 Math.sin.prototype = {} class in Math
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_get_myaddress/
Drpc_get_myaddress.c46 struct sockaddr_in sin; in main() local
/third_party/jerryscript/tests/jerry/es5.1/
Dregression-test-issue-787.js15 Array.prototype.push(Math.sin);
/third_party/ffmpeg/libavformat/
Dos_support.c71 struct sockaddr_in *sin; in ff_getaddrinfo() local
145 const struct sockaddr_in *sin = (const struct sockaddr_in *)sa; in ff_getnameinfo() local
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getmaps/
Drpc_pmap_getmaps.c52 struct sockaddr_in sin; in main() local
/third_party/musl/porting/liteos_a/user/src/network/
Dgetservbyport_r.c14 struct sockaddr_in sin = { in getservbyport_r() local
Dgethostbyaddr_r.c15 struct sockaddr_in sin; in gethostbyaddr_r() member
/third_party/musl/src/network/
Dgetservbyport_r.c14 struct sockaddr_in sin = { in getservbyport_r() local
Dgethostbyaddr_r.c15 struct sockaddr_in sin; in gethostbyaddr_r() member
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getport/
Drpc_pmap_getport.c53 struct sockaddr_in sin; in main() local
/third_party/skia/gm/
Dstrokedlines.cpp41 SkScalar cos, sin; in draw_fins() local
71 SkScalar sin, cos, angle = 0.0f; in draw_snowflake() local
Ddrawglyphs.cpp45 const SkScalar sin = std::sin(angle); in onOnceBeforeDraw() local
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_rmtcall/
Drpc_pmap_rmtcall.c54 struct sockaddr_in sin; in main() local
Drpc_pmap_rmtcall_stress.c55 struct sockaddr_in sin; in main() local
/third_party/ltp/testcases/lib/
Dtst_rod.c143 FILE *sin = popen("/bin/sh", "w"); in main() local
/third_party/ffmpeg/libavcodec/ppc/
Dfft_init.c64 vec_f cos,sin,cos0,sin0,cos1,sin1,re,im,r0,i0,r1,i1,a,b,c,d; in imdct_half_altivec() local
111 vec_f cos,sin,re,im,a,b,c,d; in imdct_half_altivec() local
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/
Depoll_wait05.c27 struct sockaddr_in sin; in create_server() local

1234