/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
|
/third_party/jerryscript/jerry-libm/ |
H A D | trig.c | 978 cos (double x) cos() function [all...] |
/third_party/decimal.js/ |
H A D | decimal.js | 4253 function cos(x) { global() function [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_builder.cpp | 293 cos(operand a) in cos() function
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | tgmath.h | 159 #undef cos macro 222 #define cos(x) __tg_real_complex(cos, (x)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | tgmath.h | 159 #undef cos macro 222 #define cos(x) __tg_real_complex(cos, (x)) macro
|
/third_party/musl/include/ |
H A D | tgmath.h | 159 #undef cos macro 222 #define cos(x) __tg_real_complex(cos, (x)) macro
|
/third_party/ffmpeg/libavutil/ |
H A D | tx_template.c | 498 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 D | wmavoice.c | 270 float sin[511], cos[511]; ///< 8-bit cosine/sine windows over [-pi,pi] member [all...] |
/third_party/node/deps/v8/src/base/ |
H A D | ieee754.cc | 1351 double cos(double x) { cos() function [all...] |