Home
last modified time | relevance | path

Searched defs:cos (Results 1 - 25 of 31) sorted by relevance

12

/third_party/musl/src/math/
H A Dcos.c45 double cos(double x) in cos() function
H A Dsincos.c16 void sincos(double x, double *sin, double *cos) in sincos() argument
H A Dsincosl.c5 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 Dsincosf.c27 void sincosf(float x, float *sin, float *cos) in sincosf() argument
[all...]
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dcos.c45 double cos(double x) in cos() function
H A Dsincos.c16 void sincos(double x, double *sin, double *cos) in sincos() argument
H A Dsincosl.c5 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 Dsincosf.c27 void sincosf(float x, float *sin, float *cos) in sincosf() argument
[all...]
/third_party/python/Lib/turtledemo/
H A Dpenrose.py19 from math import cos, pi namespace
/third_party/skia/gm/
H A Ddrawglyphs.cpp44 const SkScalar cos = std::cos(angle); variable
H A Dstrokedlines.cpp41 SkScalar cos, sin; in draw_fins() local
71 SkScalar sin, cos, angle = 0.0f; in draw_snowflake() local
[all...]
H A Danisotropic.cpp52 SkScalar angle = 0.0f, sin, cos; variable
/third_party/optimized-routines/math/
H A Dv_cos.c50 V_NAME(cos) (v_f64_t x) in cos() function
/third_party/ffmpeg/libavcodec/ppc/
H A 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
[all...]
/third_party/skia/samplecode/
H A DSampleVertices.cpp157 cos = SkScalarCos(r); in make_fan() local
186 cos = SkScalarCos(r); in make_strip() local
H A DSampleSlides.cpp304 cos = SkScalarCos(r); in make_fan() local
333 cos = SkScalarCos(r); in make_strip() local
/third_party/jerryscript/jerry-libm/
H A Dtrig.c978 cos (double x) cos() function
[all...]
/third_party/decimal.js/
H A Ddecimal.js4253 function cos(x) { global() function
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir_builder.cpp293 cos(operand a) in cos() function
/third_party/musl/porting/uniproton/kernel/include/
H A Dtgmath.h159 #undef cos macro
222 #define cos(x) __tg_real_complex(cos, (x)) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtgmath.h159 #undef cos macro
222 #define cos(x) __tg_real_complex(cos, (x)) macro
/third_party/musl/include/
H A Dtgmath.h159 #undef cos macro
222 #define cos(x) __tg_real_complex(cos, (x)) macro
/third_party/ffmpeg/libavutil/
H A Dtx_template.c498 ff_tx_fft_sr_combine(TXComplex *z, const TXSample *cos, int len) ff_tx_fft_sr_combine() argument
597 const TXSample cos = TX_TAB(ff_tx_tab_8)[1]; ff_tx_fft8_ns() local
614 const TXSample *cos = TX_TAB(ff_tx_tab_16); ff_tx_fft16_ns() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dwmavoice.c270 float sin[511], cos[511]; ///< 8-bit cosine/sine windows over [-pi,pi] member
[all...]
/third_party/node/deps/v8/src/base/
H A Dieee754.cc1351 double cos(double x) { cos() function
[all...]

Completed in 21 milliseconds

12