Home
last modified time | relevance | path

Searched defs:denom (Results 26 - 50 of 80) sorted by relevance

1234

/third_party/skia/src/pathops/
H A DSkDLineIntersection.cpp51 double denom = bLen.fY * aLen.fX - aLen.fY * bLen.fX; in intersectRay() local
120 double denom = axByLen - ayBxLen; in intersect() local
[all...]
H A DSkPathOpsQuad.cpp25 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 DSkTwoPointConicalGradient.cpp223 float denom = 1.0f / (fRadius2 - fRadius1), in transformT() local
/third_party/skia/tests/
H A DWangsFormulaTest.cpp72 const float denom = in wangs_formula_conic_reference_impl() local
H A DMathTest.cpp490 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...]
/base/sensors/sensor/vibration_convert/core/algorithm/conversion/src/
H A Dfft.cpp138 float denom = static_cast<float>(paraRes.numSamples); in Normalize() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dmatrix.h81 static inline float FDivide(const float number, const float denom) in FDivide() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_signature.c169 int64_t denom; in filter_frame() local
/third_party/astc-encoder/Source/
H A Dastcenccli_error_metrics.cpp334 double denom = samples; in compute_error_metrics() local
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_gmem.c165 div_align(unsigned num, unsigned denom, unsigned al) in div_align() argument
/third_party/skia/include/private/
H A DSkFloatingPoint.h262 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
/third_party/ffmpeg/libavcodec/
H A Dg723_1dec.c617 int num, denom, gain, bits1, bits2; in gain_scale() local
H A Dlagarith.c67 static uint64_t softfloat_reciprocal(uint32_t denom) in softfloat_reciprocal() argument
H A Daacps.c455 float denom; in decorrelation() local
H A Devrcdec.c237 float denom = 2.0 / (2.0 * 8.0 + 1.0); in evrc_decode_init() local
409 float denom, locdelay, dpr, invl; in acb_excitation() local
H A Dcbs_av1_syntax_template.c464 int denom, err; in superres_params() local
/third_party/glfw/src/
H A Dwindow.c686 GLFWAPI void glfwSetWindowAspectRatio(GLFWwindow* handle, int numer, int denom) in glfwSetWindowAspectRatio() argument
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c472 float denom = dp - dp_prev; in do_clip_tri() local
/third_party/skia/samplecode/
H A DSampleClip.cpp151 SkScalar denom = SkScalarInvert(len); in twoPts() local
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg.h571 int denom; member
/third_party/python/Objects/
H A Dcomplexobject.c105 const double denom = b.real + b.imag * ratio; in _Py_c_quot() local
113 const double denom = b.real * ratio + b.imag; in _Py_c_quot() local
/third_party/python/Modules/
H A Dcmathmodule.c902 double tx, ty, cx, txty, denom; in cmath_tanh_impl() local
/third_party/skia/bench/
H A Dnanobench.cpp397 const double denom = bench_plus_overhead - overhead; in setup_cpu_bench() local
/third_party/ffmpeg/libavcodec/loongarch/
H A Dh264dsp_lasx.c1014 __m256i denom, offset; in ff_biweight_h264_pixels16_8_lasx() local
1179 __m256i tmp0, tmp1, tmp2, tmp3, denom, offset; avc_biwgt_8x4_lasx() local
1222 __m256i tmp0, tmp1, tmp2, tmp3, denom, offset; avc_biwgt_8x8_lasx() local
1288 __m256i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, denom, offset; avc_biwgt_8x16_lasx() local
1414 __m256i tmp0, tmp1, denom, offset; avc_biwgt_4x2_lasx() local
1446 __m256i tmp0, tmp1, tmp2, tmp3, denom, offset; avc_biwgt_4x4_lasx() local
1488 __m256i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, denom, offset; avc_biwgt_4x8_lasx() local
1571 __m256i wgt, denom, offset; ff_weight_h264_pixels16_8_lasx() local
1720 __m256i tmp0, tmp1, tmp2, tmp3, denom, offset; avc_wgt_8x4_lasx() local
1754 __m256i tmp0, tmp1, tmp2, tmp3, denom, offset, wgt; avc_wgt_8x8_lasx() local
1811 __m256i tmp0, tmp1, tmp2, tmp3, denom, offset, wgt; avc_wgt_8x16_lasx() local
1922 __m256i src0, tmp0, tmp1, denom, offset; avc_wgt_4x2_lasx() local
1946 __m256i src0, tmp0, tmp1, tmp2, tmp3, denom, offset; avc_wgt_4x4_lasx() local
1977 __m256i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, denom, offset; avc_wgt_4x8_lasx() local
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrQuadUtils.cpp765 V4f denom = fA * next_cw(fB) - fB * next_cw(fA); in computeDegenerateQuad() local
[all...]

Completed in 50 milliseconds

1234