| /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
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
| H A D | rs_properties_def.h | 264 float cos = std::pow(num, 1.f / count); in CalculateLightRadius() local
|
| /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...] |
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 2818 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 D | ShaderCore.cpp | 330 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 D | bifrost_compile.c | 2166 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 D | vktShaderBuiltinPrecisionTests.cpp | 3229 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 D | glsBuiltinPrecisionTests.cpp | 2400 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 D | vktShaderBuiltinPrecisionTests.cpp | 3205 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
|