Home
last modified time | relevance | path

Searched defs:denom (Results 1 – 25 of 93) sorted by relevance

1234

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_idiv.c45 nir_ssa_def *numer, nir_ssa_def *denom) in convert_instr()
124 emit_udiv(nir_builder *bld, nir_ssa_def *numer, nir_ssa_def *denom, bool modulo) in emit_udiv()
161 emit_idiv(nir_builder *bld, nir_ssa_def *numer, nir_ssa_def *denom, nir_op op) in emit_idiv()
187 nir_ssa_def *numer, nir_ssa_def *denom) in convert_instr_precise()
197 nir_ssa_def *numer, nir_ssa_def *denom, in convert_instr_small()
242 nir_ssa_def *denom = nir_ssa_for_alu_src(b, alu, 1); in lower_idiv() local
/third_party/ffmpeg/tests/checkasm/
Dhevc_pel.c162 const int *denom, *wx, *ox; in checkasm_check_hevc_qpel_uni_w() local
256 const int *denom, *wx, *ox; in checkasm_check_hevc_qpel_bi_w() local
391 const int *denom, *wx, *ox; in checkasm_check_hevc_epel_uni_w() local
485 const int *denom, *wx, *ox; in checkasm_check_hevc_epel_bi_w() local
/third_party/musl/src/complex/
Dctanhf.c36 float t, beta, s, rho, denom; in ctanhf() local
Dctanh.c71 double t, beta, s, rho, denom; in ctanh() local
/third_party/skia/src/pathops/
DSkPathOpsLine.cpp38 double denom = len.fX * len.fX + len.fY * len.fY; // see DLine intersectRay in nearPoint() local
68 double denom = len.fX * len.fX + len.fY * len.fY; // see DLine intersectRay in nearRay() local
DSkDLineIntersection.cpp51 double denom = bLen.fY * aLen.fX - aLen.fY * bLen.fX; in intersectRay() local
120 double denom = axByLen - ayBxLen; in intersect() local
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()
/third_party/gstreamer/gstreamer/gst/
Dgstutils.c404 gst_util_div128_64 (GstUInt64 c1, GstUInt64 c0, guint64 denom) in gst_util_div128_64()
437 gst_util_div128_64 (GstUInt64 c1, GstUInt64 c0, guint64 denom) in gst_util_div128_64()
519 guint64 denom, guint64 correct) in gst_util_uint64_scale_uint64_unchecked()
541 guint64 denom, guint64 correct) in gst_util_uint64_scale_uint64_unchecked()
586 gst_util_div96_32 (guint64 c1, guint64 c0, guint32 denom) in gst_util_div96_32()
594 guint32 denom, guint32 correct) in gst_util_uint64_scale_uint32_unchecked()
615 _gst_util_uint64_scale (guint64 val, guint64 num, guint64 denom, in _gst_util_uint64_scale()
666 gst_util_uint64_scale (guint64 val, guint64 num, guint64 denom) in gst_util_uint64_scale()
691 gst_util_uint64_scale_round (guint64 val, guint64 num, guint64 denom) in gst_util_uint64_scale_round()
716 gst_util_uint64_scale_ceil (guint64 val, guint64 num, guint64 denom) in gst_util_uint64_scale_ceil()
[all …]
/third_party/skia/src/core/
DSkCubicSolver.h55 float denom = sk_fmaf(2*fp, fp, -(f*fpp)); in cubic_solver() local
DSkColor.cpp29 static inline SkScalar ByteDivToScalar(int numer, U8CPU denom) { in ByteDivToScalar()
DSkDrawShadowInfo.h45 static inline float divide_and_pin(float numer, float denom, float min, float max) { in divide_and_pin()
/third_party/skia/src/utils/
DSkCharToGlyphCache.cpp52 static int find_with_slope(const SkUnichar base[], int count, SkUnichar value, double denom) { in find_with_slope()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dh263parse.c691 gint * denom) in gst_h263_parse_get_framerate()
698 gst_h263_parse_get_par (const H263Params * params, gint * num, gint * denom) in gst_h263_parse_get_par()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtsprange.c490 gint num, denom; in get_seconds() local
505 gint num, denom; in get_frames() local
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstparamspecs.c33 guint num, denom; member
Dgststructure.c558 gint num, denom; in GST_START_TEST() local
817 gint i, num, denom; in GST_START_TEST() local
/third_party/skia/src/effects/
DSkEmbossMask.cpp81 int denom = SkSqrt32(nx * nx + ny * ny + kDelta*kDelta); in Emboss() local
/third_party/skia/src/codec/
DSkJpegCodec.cpp276 void calc_output_dimensions(jpeg_decompress_struct* dinfo, unsigned int num, unsigned int denom) { in calc_output_dimensions()
290 unsigned int denom = 8; in onGetScaledDimensions() local
425 const unsigned int denom = 8; in onDimensionsSupported() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-var-avar-table.hh92 int denom = arrayZ[i].fromCoord - arrayZ[i-1].fromCoord; in map() local
/third_party/skia/tests/
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; in test_divmod() local
/third_party/node/deps/nghttp2/lib/
Dsfparse.h152 int64_t denom; member
/third_party/nghttp2/lib/
Dsfparse.h152 int64_t denom; member
/third_party/skia/include/private/
DSkFloatingPoint.h262 static inline float sk_ieee_float_divide(float numer, float denom) { in sk_ieee_float_divide()
267 static inline double sk_ieee_double_divide(double numer, double denom) { in sk_ieee_double_divide()
/third_party/ffmpeg/libavcodec/mips/
Dh264dsp_msa.c31 v8i16 src0_r, tmp0, wgt, denom, offset; in avc_wgt_4x2_msa() local
57 v8i16 src0_r, src1_r, tmp0, tmp1, wgt, denom, offset; in avc_wgt_4x4_msa() local
85 v8i16 wgt, denom, offset; in avc_wgt_4x8_msa() local
118 v8i16 wgt, denom, offset; in avc_wgt_8x4_msa() local
150 v8i16 wgt, denom, offset; in avc_wgt_8x8_msa() local
193 v8i16 wgt, denom, offset; in avc_wgt_8x16_msa() local
237 v8i16 tmp0, denom, offset, max255 = __msa_ldi_h(255); in avc_biwgt_4x2_msa() local
270 v8i16 tmp0, tmp1, denom, offset; in avc_biwgt_4x4_msa() local
304 v8i16 tmp0, tmp1, tmp2, tmp3, denom, offset; in avc_biwgt_4x8_msa() local
344 v8i16 tmp0, tmp1, tmp2, tmp3, denom, offset; in avc_biwgt_8x4_msa() local
[all …]
/third_party/skia/src/gpu/tessellate/
DWangsFormula.h231 const float denom = 4 * std::min(w, 1.f); variable

1234