/third_party/skia/src/pathops/ |
H A D | SkDLineIntersection.cpp | 51 double denom = bLen.fY * aLen.fX - aLen.fY * bLen.fX; in intersectRay() local 120 double denom = axByLen - ayBxLen; in intersect() local [all...] |
H A D | SkPathOpsQuad.cpp | 25 double denom = dot00 * dot11 - dot01 * dot01; in pointInTriangle() local 355 static int valid_unit_divide(double numer, double denom, double* ratio) in valid_unit_divide() argument [all...] |
/third_party/skia/src/shaders/gradients/ |
H A D | SkTwoPointConicalGradient.cpp | 223 float denom = 1.0f / (fRadius2 - fRadius1), in transformT() local
|
/third_party/skia/tests/ |
H A D | WangsFormulaTest.cpp | 72 const float denom = in wangs_formula_conic_reference_impl() local
|
H A D | MathTest.cpp | 490 SkFixed denom = rand.nextS(); in DEF_TEST() local 561 T denom; in test_divmod() member 575 const T denom = kEdgeCases[i].denom; in test_divmod() local 585 T denom = 0; test_divmod() local [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | matrix.h | 81 static inline float FDivide(const float number, const float denom) in FDivide() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_signature.c | 169 int64_t denom; in filter_frame() local
|
/third_party/astc-encoder/Source/ |
H A D | astcenccli_error_metrics.cpp | 334 double denom = samples; in compute_error_metrics() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_gmem.c | 165 div_align(unsigned num, unsigned denom, unsigned al) in div_align() argument
|
/third_party/skia/include/private/ |
H A D | SkFloatingPoint.h | 262 static inline float sk_ieee_float_divide(float numer, float denom) { in sk_ieee_float_divide() argument 267 static inline double sk_ieee_double_divide(double numer, double denom) { in sk_ieee_double_divide() argument
|
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk-xgene.c | 226 u64 denom; member 341 xgene_register_clk_pmd(struct device *dev, const char *name, const char *parent_name, unsigned long flags, void __iomem *reg, u8 shift, u8 width, u64 denom, u32 clk_flags, spinlock_t *lock) xgene_register_clk_pmd() argument 384 u64 denom; xgene_pmdclk_init() local [all...] |
/kernel/linux/linux-5.10/drivers/clk/baikal-t1/ |
H A D | ccu-pll.c | 172 unsigned long num, denom, n1, d1, nri; in ccu_pll_calc_factors() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ingenic/ |
H A D | ingenic-ipu.c | 192 ingenic_ipu_set_downscale_coefs(struct ingenic_ipu *ipu, unsigned int reg, unsigned int num, unsigned int denom) ingenic_ipu_set_downscale_coefs() argument 224 ingenic_ipu_set_upscale_coefs(struct ingenic_ipu *ipu, unsigned int reg, unsigned int num, unsigned int denom) ingenic_ipu_set_upscale_coefs() argument 244 ingenic_ipu_set_coefs(struct ingenic_ipu *ipu, unsigned int reg, unsigned int num, unsigned int denom) ingenic_ipu_set_coefs() argument 258 reduce_fraction(unsigned int *num, unsigned int *denom) reduce_fraction() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
H A D | wext.c | 440 int denom = 1; in orinoco_ioctl_setfreq() local
|
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk-xgene.c | 225 u64 denom; member 340 xgene_register_clk_pmd(struct device *dev, const char *name, const char *parent_name, unsigned long flags, void __iomem *reg, u8 shift, u8 width, u64 denom, u32 clk_flags, spinlock_t *lock) xgene_register_clk_pmd() argument 383 u64 denom; xgene_pmdclk_init() local [all...] |
/kernel/linux/linux-6.6/drivers/clk/baikal-t1/ |
H A D | ccu-pll.c | 172 unsigned long num, denom, n1, d1, nri; in ccu_pll_calc_factors() local
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_hwseq.c | 775 unsigned int denom = refresh_hz * 6528; in dcn30_apply_idle_power_optimizations() local
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/ |
H A D | wext.c | 447 int denom = 1; in orinoco_ioctl_setfreq() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | g723_1dec.c | 617 int num, denom, gain, bits1, bits2; in gain_scale() local
|
H A D | lagarith.c | 67 static uint64_t softfloat_reciprocal(uint32_t denom) in softfloat_reciprocal() argument
|
H A D | aacps.c | 455 float denom; in decorrelation() local
|
/third_party/glfw/src/ |
H A D | window.c | 686 GLFWAPI void glfwSetWindowAspectRatio(GLFWwindow* handle, int numer, int denom) in glfwSetWindowAspectRatio() argument
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_clip.c | 472 float denom = dp - dp_prev; in do_clip_tri() local
|
/third_party/skia/samplecode/ |
H A D | SampleClip.cpp | 151 SkScalar denom = SkScalarInvert(len); in twoPts() local
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | turbojpeg.h | 571 int denom; member
|