Home
last modified time | relevance | path

Searched defs:cos (Results 1 - 25 of 39) 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...]
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/oled/libm_port/
H A D__cos.c28 double cos(double x, double y) in cos() function
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/rsxform_fuzzer/
H A Drs_xform_fuzzer.cpp36 scalar cos = GetObject<scalar>(); in RsXformFuzzTest() local
/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
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Danisotropic.cpp103 float cos = cosf(angle); in OnTestFunction() local
/third_party/optimized-routines/math/
H A Dv_cos.c50 V_NAME(cos) (v_f64_t x) in cos() function
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dmathf.h124 inline float cos(float value) 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
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/textblob_fuzzer/
H A Dtext_blob_fuzzer.cpp165 scalar cos = GetObject<scalar>(); in TextBlobFuzzTest005() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_particles_drawable.cpp68 float cos = std::cos(spin * DEGREE_TO_RADIAN) * scale; in MakeRSXform() local
/third_party/jerryscript/jerry-libm/
H A Dtrig.c978 cos (double x) cos() function
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dtgmath.h158 #undef cos macro
221 #define cos(x) __tg_real_complex(cos, (x)) macro
/third_party/decimal.js/
H A Ddecimal.js4253 function cos(x) { global() function
[all...]

Completed in 10 milliseconds

12