/third_party/musl/src/math/ |
H A D | cos.c | 45 double cos(double x) in cos() function
|
H A D | sincos.c | 16 void sincos(double x, double *sin, double *cos) in sincos() argument
|
H A D | sincosl.c | 5 void sincosl(long double x, long double *sin, long double *cos) in sincosl() argument 13 void sincosl(long double x, long double *sin, long double *cos) in sincosl() argument [all...] |
H A D | sincosf.c | 27 void sincosf(float x, float *sin, float *cos) in sincosf() argument [all...] |
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | cos.c | 45 double cos(double x) in cos() function
|
H A D | sincos.c | 16 void sincos(double x, double *sin, double *cos) in sincos() argument
|
H A D | sincosl.c | 5 void sincosl(long double x, long double *sin, long double *cos) in sincosl() argument 13 void sincosl(long double x, long double *sin, long double *cos) in sincosl() argument [all...] |
H A D | sincosf.c | 27 void sincosf(float x, float *sin, float *cos) in sincosf() argument [all...] |
/third_party/python/Lib/turtledemo/ |
H A D | penrose.py | 19 from math import cos, pi namespace
|
/third_party/skia/gm/ |
H A D | drawglyphs.cpp | 44 const SkScalar cos = std::cos(angle); variable
|
H A D | strokedlines.cpp | 41 SkScalar cos, sin; in draw_fins() local 71 SkScalar sin, cos, angle = 0.0f; in draw_snowflake() local [all...] |
H A D | anisotropic.cpp | 52 SkScalar angle = 0.0f, sin, cos; variable
|
/third_party/optimized-routines/math/ |
H A D | v_cos.c | 50 V_NAME(cos) (v_f64_t x) in cos() function
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | fft_init.c | 64 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 [all...] |
/third_party/skia/samplecode/ |
H A D | SampleVertices.cpp | 157 cos = SkScalarCos(r); in make_fan() local 186 cos = SkScalarCos(r); in make_strip() local
|
H A D | SampleSlides.cpp | 304 cos = SkScalarCos(r); in make_fan() local 333 cos = SkScalarCos(r); in make_strip() local
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | cpsw_switchdev.c | 146 static void cpsw_set_pvid(struct cpsw_priv *priv, u16 vid, bool cfi, u32 cos) in cpsw_set_pvid() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
H A D | cpsw_switchdev.c | 141 static void cpsw_set_pvid(struct cpsw_priv *priv, u16 vid, bool cfi, u32 cos) in cpsw_set_pvid() argument
|
H A D | am65-cpsw-switchdev.c | 133 static void am65_cpsw_set_pvid(struct am65_cpsw_port *port, u16 vid, bool cfi, u32 cos) in am65_cpsw_set_pvid() argument
|
/kernel/linux/linux-5.10/include/net/ |
H A D | erspan.h | 103 cos:3; member 163 u8 dscp, cos; in tos_to_cos() local
|
/kernel/linux/linux-6.6/include/net/ |
H A D | erspan.h | 106 cos:3; member 166 u8 dscp, cos; in tos_to_cos() local
|
/third_party/jerryscript/jerry-libm/ |
H A D | trig.c | 978 cos (double x) cos() function [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | atom.h | 112 u16 cos:12; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | atom.h | 112 u16 cos:12; member
|
/third_party/decimal.js/ |
H A D | decimal.js | 4253 function cos(x) { global() function [all...] |