Home
last modified time | relevance | path

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

12345

/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/mingw-w64/mingw-w64-crt/math/x86/
Dsin.def.h51 __FLT_ABI(sin) (__FLT_TYPE x) in __FLT_ABI() argument
/third_party/libnl/tests/
Dcheck-addr.c105 struct sockaddr_in sin; in START_TEST() local
146 struct sockaddr_in6 sin; in START_TEST() local
/third_party/jerryscript/tests/jerry/es5.1/
Dregression-test-issue-787.js15 Array.prototype.push(Math.sin);
/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/flutter/skia/third_party/externals/sdl/src/libm/
Ds_sin.c52 libm_hidden_proto(sin) in libm_hidden_proto() argument
/third_party/mingw-w64/mingw-w64-crt/math/softmath/
Dsin.c47 double sin(double x) in sin() function
/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/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/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/flutter/skia/gm/
Dstrokedlines.cpp41 SkScalar cos, sin; in draw_fins() local
71 SkScalar sin, cos, angle = 0.0f; in draw_snowflake() 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
/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

12345