Home
last modified time | relevance | path

Searched defs:degrees (Results 1 - 25 of 78) sorted by relevance

1234

/kernel/linux/linux-5.10/drivers/clk/sunxi-ng/
H A Dccu_phase.c56 static int ccu_phase_set_phase(struct clk_hw *hw, int degrees) in ccu_phase_set_phase() argument
/kernel/linux/linux-6.6/drivers/clk/sunxi-ng/
H A Dccu_phase.c56 static int ccu_phase_set_phase(struct clk_hw *hw, int degrees) in ccu_phase_set_phase() argument
/third_party/skia/modules/svg/src/
H A DSkSVGFeColorMatrix.cpp56 SkColorMatrix SkSVGFeColorMatrix::MakeHueRotate(SkSVGNumberType degrees) { in MakeHueRotate() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_path_test.cpp132 float degrees = 0.0f; in HWTEST_F() local
145 float degrees = 0.0f; in HWTEST_F() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dmatrix_test.cpp161 float degrees = 90; in HWTEST_F() local
179 float degrees = 180; in HWTEST_F() local
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/utils/
H A Dexif_utils.cpp77 int degrees = static_cast<int32_t>(positiveValue); in LocationValueToString() local
/foundation/window/window_manager/utils/test/unittest/
H A Dwm_math_test.cpp65 float radians = MathHelper::PI, degrees = 180.f; in HWTEST_F() local
/kernel/linux/linux-5.10/drivers/clk/rockchip/
H A Dclk-inverter.c35 static int rockchip_inv_set_phase(struct clk_hw *hw, int degrees) in rockchip_inv_set_phase() argument
/kernel/linux/linux-5.10/include/linux/
H A Dfixp-arith.h48 static inline s32 __fixp_sin32(int degrees) in __fixp_sin32() argument
72 fixp_sin32(int degrees) fixp_sin32() argument
114 int degrees; fixp_sin32_rad() local
[all...]
/kernel/linux/linux-6.6/drivers/clk/rockchip/
H A Dclk-inverter.c35 static int rockchip_inv_set_phase(struct clk_hw *hw, int degrees) in rockchip_inv_set_phase() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspath_fuzzer/
H A Drspath_fuzzer.cpp105 float degrees = GetData<float>(); in DoGetPosTan() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dblur_large_rrects.cpp86 float degrees = 90.f; in OnTestFunction() local
/foundation/multimedia/image_effect/frameworks/native/render_environment/base/math/
H A Dmath_utils.h38 template<class T> static T Radians(T degrees) in Radians() argument
/kernel/linux/linux-5.10/drivers/clk/meson/
H A Dclk-phase.c26 static unsigned int meson_clk_degrees_to_val(int degrees, unsigned int width) in meson_clk_degrees_to_val() argument
48 static int meson_clk_phase_set_phase(struct clk_hw *hw, int degrees) in meson_clk_phase_set_phase() argument
107 static int meson_clk_triphase_set_phase(struct clk_hw *hw, int degrees) in meson_clk_triphase_set_phase() argument
164 static int meson_sclk_ws_inv_set_phase(struct clk_hw *hw, int degrees) in meson_sclk_ws_inv_set_phase() argument
/kernel/linux/linux-5.10/drivers/clk/hisilicon/
H A Dclk-hisi-phase.c65 static int hisi_clk_set_phase(struct clk_hw *hw, int degrees) in hisi_clk_set_phase() argument
53 hisi_phase_degrees_to_regval(struct clk_hisi_phase *phase, int degrees) hisi_phase_degrees_to_regval() argument
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Ddw_mmc-hi3798cv200.c69 static const int degrees[] = { 0, 45, 90, 135, 180, 225, 270, 315 }; in dw_mci_hi3798cv200_execute_tuning() local
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Ddw_mmc-hi3798cv200.c63 static const int degrees[] = { 0, 45, 90, 135, 180, 225, 270, 315 }; in dw_mci_hi3798cv200_execute_tuning() local
/kernel/linux/linux-6.6/include/linux/
H A Dfixp-arith.h49 static inline s32 __fixp_sin32(int degrees) in __fixp_sin32() argument
73 fixp_sin32(int degrees) fixp_sin32() argument
115 int degrees; fixp_sin32_rad() local
[all...]
/kernel/linux/linux-6.6/drivers/clk/hisilicon/
H A Dclk-hisi-phase.c65 static int hisi_clk_set_phase(struct clk_hw *hw, int degrees) in hisi_clk_set_phase() argument
53 hisi_phase_degrees_to_regval(struct clk_hisi_phase *phase, int degrees) hisi_phase_degrees_to_regval() argument
/kernel/linux/linux-6.6/drivers/clk/meson/
H A Dclk-phase.c26 static unsigned int meson_clk_degrees_to_val(int degrees, unsigned int width) in meson_clk_degrees_to_val() argument
48 static int meson_clk_phase_set_phase(struct clk_hw *hw, int degrees) in meson_clk_phase_set_phase() argument
107 static int meson_clk_triphase_set_phase(struct clk_hw *hw, int degrees) in meson_clk_triphase_set_phase() argument
164 static int meson_sclk_ws_inv_set_phase(struct clk_hw *hw, int degrees) in meson_sclk_ws_inv_set_phase() argument
/third_party/libinput/src/
H A Dutil-matrix.h81 matrix_init_rotate(struct matrix *m, int degrees) in matrix_init_rotate() argument
/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Drosen_render_loading_progress.cpp179 void RosenRenderLoadingProgress::RotateCalculate(const Offset& src, Offset& dst, float degrees) in RotateCalculate() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_fe_color_matrix.cpp30 inline float DegreesToRadians(float degrees) in DegreesToRadians() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H A Dsun4i_dotclock.c138 static int sun4i_dclk_set_phase(struct clk_hw *hw, int degrees) in sun4i_dclk_set_phase() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H A Dsun4i_tcon_dclk.c138 static int sun4i_dclk_set_phase(struct clk_hw *hw, int degrees) in sun4i_dclk_set_phase() argument

Completed in 9 milliseconds

1234