Home
last modified time | relevance | path

Searched defs:cos (Results 26 - 38 of 38) sorted by relevance

12

/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
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_def.h264 float cos = std::pow(num, 1.f / count); in CalculateLightRadius() local
/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...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2818 lp_build_sin_or_cos(struct lp_build_context *bld, LLVMValueRef a, boolean cos) lp_build_sin_or_cos() argument
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShaderCore.cpp330 auto cos = sine(y, pp); in cosine() local
1606 void ShaderCore::cos(Vector4f &dst, const Vector4f &src, bool pp) in cos() function in sw::ShaderCore
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c2166 bi_lower_fsincos_32(bi_builder *b, bi_index dst, bi_index s0, bool cos) in bi_lower_fsincos_32() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp3229 ExprP<float> cos (const ExprP<float>& x) { return app<Cos<Signature<float, float> > >(x); } in cos() function
3230 ExprP<deFloat16> cos (const ExprP<deFloat16>& x) { return app<Cos<Signature<deFloat16, deFloat16> > >(x); } in cos() function
3231 ExprP<double> cos (const ExprP<double>& x) { return app<Cos<Signature<double, double> > >(x); } in cos() function
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp2400 ExprP<float> cos (const ExprP<float>& x) { return app<Cos>(x); } in cos() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp3205 ExprP<float> cos (const ExprP<float>& x) { return app<Cos<Signature<float, float> > >(x); } in cos() function
3206 ExprP<deFloat16> cos (const ExprP<deFloat16>& x) { return app<Cos<Signature<deFloat16, deFloat16> > >(x); } in cos() function
3207 ExprP<double> cos (const ExprP<double>& x) { return app<Cos<Signature<double, double> > >(x); } in cos() function

Completed in 53 milliseconds

12