/external/clang/lib/Basic/ |
D | OperatorPrecedence.cpp | 18 prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator, in getBinOpPrecedence() 27 return prec::Relational; in getBinOpPrecedence() 28 return prec::Unknown; in getBinOpPrecedence() 38 return prec::Shift; in getBinOpPrecedence() 39 return prec::Unknown; in getBinOpPrecedence() 41 default: return prec::Unknown; in getBinOpPrecedence() 42 case tok::comma: return prec::Comma; in getBinOpPrecedence() 53 case tok::pipeequal: return prec::Assignment; in getBinOpPrecedence() 54 case tok::question: return prec::Conditional; in getBinOpPrecedence() 55 case tok::pipepipe: return prec::LogicalOr; in getBinOpPrecedence() [all …]
|
/external/deqp/framework/common/ |
D | tcuTexLookupVerifier.hpp | 101 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dudy, const LodPrecision& prec); 102 …(const float dudx, const float dvdx, const float dudy, const float dvdy, const LodPrecision& prec); 103 … const float dwdx, const float dudy, const float dvdy, const float dwdy, const LodPrecision& prec); 104 …c3& coord, const Vec3& coordDx, const Vec3& coordDy, const int faceSize, const LodPrecision& prec); 106 Vec2 clampLodBounds (const Vec2& lodBounds, const Vec2& lodMinMax, const LodPrecision& prec); 108 … Texture1DView& texture, const Sampler& sampler, const LookupPrecision& prec, const float coord,… 109 … Texture2DView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec2& coord,… 110 …extureCubeView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord,… 111 …ture1DArrayView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec2& coord,… 112 …ture2DArrayView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord,… [all …]
|
D | tcuTexLookupVerifier.cpp | 77 static inline bool isColorValid (const LookupPrecision& prec, const Vec4& ref, const Vec4& result) in isColorValid() argument 80 return boolAll(logicalOr(lessThanEqual(diff, prec.colorThreshold), logicalNot(prec.colorMask))); in isColorValid() 83 static inline bool isColorValid (const IntLookupPrecision& prec, const IVec4& ref, const IVec4& res… in isColorValid() argument 85 …ll(logicalOr(lessThanEqual(absDiff(ref, result).asUint(), prec.colorThreshold), logicalNot(prec.co… in isColorValid() 88 static inline bool isColorValid (const IntLookupPrecision& prec, const UVec4& ref, const UVec4& res… in isColorValid() argument 90 …return boolAll(logicalOr(lessThanEqual(absDiff(ref, result), prec.colorThreshold), logicalNot(prec… in isColorValid() 139 static float computeBilinearSearchStepFromFloatLine (const LookupPrecision& prec, in computeBilinearSearchStepFromFloatLine() argument 142 DE_ASSERT(boolAll(greaterThan(prec.colorThreshold, Vec4(0.0f)))); in computeBilinearSearchStepFromFloatLine() 146 const Vec4 stepCount = d / prec.colorThreshold; in computeBilinearSearchStepFromFloatLine() 153 static float computeBilinearSearchStepFromFloatQuad (const LookupPrecision& prec, in computeBilinearSearchStepFromFloatQuad() argument [all …]
|
D | tcuTexCompareVerifier.cpp | 193 const TexComparePrecision& prec, in isLinearCompareValid() argument 205 …const CmpResultSet cmp0 = execCompare(compareMode, d0, cmpReference, prec.referenceBits, isFixedP… in isLinearCompareValid() 206 …const CmpResultSet cmp1 = execCompare(compareMode, d1, cmpReference, prec.referenceBits, isFixedP… in isLinearCompareValid() 218 const float pcfErr = computeFixedPointError(prec.pcfBits); in isLinearCompareValid() 219 const float resErr = computeFixedPointError(prec.resultBits); in isLinearCompareValid() 258 const TexComparePrecision& prec, in isBilinearAnyCompareValid() argument 264 DE_ASSERT(prec.pcfBits == 0); in isBilinearAnyCompareValid() 271 …const CmpResultSet cmp0 = execCompare(compareMode, d0, cmpReference, prec.referenceBits, isFixedP… in isBilinearAnyCompareValid() 272 …const CmpResultSet cmp1 = execCompare(compareMode, d1, cmpReference, prec.referenceBits, isFixedP… in isBilinearAnyCompareValid() 273 …const CmpResultSet cmp2 = execCompare(compareMode, d2, cmpReference, prec.referenceBits, isFixedP… in isBilinearAnyCompareValid() [all …]
|
D | tcuTexCompareVerifier.hpp | 55 …xture2DView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec2& coord,… 56 …ureCubeView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec3& coord,… 57 …e2DArrayView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec3& coord,… 59 …xture2DView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec2& coord,… 60 …e2DArrayView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec3& coord,… 62 …ureCubeView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec3& coord,…
|
/external/eigen/Eigen/src/Core/ |
D | Fuzzy.h | 22 static bool run(const Derived& x, const OtherDerived& y, const typename Derived::RealScalar& prec) in run() 27 …return (nested - otherNested).cwiseAbs2().sum() <= prec * prec * (min)(nested.cwiseAbs2().sum(), o… in run() 43 static bool run(const Derived& x, const OtherDerived& y, const typename Derived::RealScalar& prec) 45 return x.cwiseAbs2().sum() <= numext::abs2(prec) * y.cwiseAbs2().sum(); 61 …(const Derived& x, const typename Derived::RealScalar& y, const typename Derived::RealScalar& prec) 63 return x.cwiseAbs2().sum() <= numext::abs2(prec * y); 100 const RealScalar& prec 103 return internal::isApprox_selector<Derived, OtherDerived>::run(derived(), other.derived(), prec); 122 const RealScalar& prec 125 return internal::isMuchSmallerThan_scalar_selector<Derived>::run(derived(), other, prec); [all …]
|
D | CwiseNullaryOp.h | 298 (const Scalar& val, const RealScalar& prec) const 302 if(!internal::isApprox(this->coeff(i, j), val, prec)) 312 (const Scalar& val, const RealScalar& prec) const 314 return isApproxToConstant(val, prec); 482 bool DenseBase<Derived>::isZero(const RealScalar& prec) const 486 if(!internal::isMuchSmallerThan(this->coeff(i, j), static_cast<Scalar>(1), prec)) 612 (const RealScalar& prec) const 614 return isApproxToConstant(Scalar(1), prec); 717 (const RealScalar& prec) const 725 if(!internal::isApprox(this->coeff(i, j), static_cast<Scalar>(1), prec)) [all …]
|
D | Dot.h | 228 (const MatrixBase<OtherDerived>& other, const RealScalar& prec) const 232 …return numext::abs2(nested.dot(otherNested)) <= prec * prec * nested.squaredNorm() * otherNested.s… 247 bool MatrixBase<Derived>::isUnitary(const RealScalar& prec) const 252 if(!internal::isApprox(nested.col(i).squaredNorm(), static_cast<RealScalar>(1), prec)) 255 … if(!internal::isMuchSmallerThan(nested.col(i).dot(nested.col(j)), static_cast<Scalar>(1), prec))
|
/external/tcpdump/missing/ |
D | snprintf.c | 128 int width, int prec, int flags, int minusp) in append_number() argument 134 if(prec != -1) in append_number() 137 prec = 1; in append_number() 139 if(prec == 0 && num == 0) in append_number() 147 prec -= len; in append_number() 149 while(prec-- > 0){ in append_number() 218 int prec, in append_string() argument 221 if(prec != -1) in append_string() 222 width -= prec; in append_string() 229 if (prec != -1) { in append_string() [all …]
|
/external/libpcap/missing/ |
D | snprintf.c | 128 int width, int prec, int flags, int minusp) in append_number() argument 134 if(prec != -1) in append_number() 137 prec = 1; in append_number() 139 if(prec == 0 && num == 0) in append_number() 147 prec -= len; in append_number() 149 while(prec-- > 0){ in append_number() 218 int prec, in append_string() argument 221 if(prec != -1) in append_string() 222 width -= prec; in append_string() 229 if (prec != -1) { in append_string() [all …]
|
/external/regex-re2/re2/ |
D | tostring.cc | 62 int prec = parent_arg; in PreVisit() local 84 if (prec < PrecConcat) in PreVisit() 90 if (prec < PrecAlternate) in PreVisit() 109 if (prec < PrecUnary) in PreVisit() 141 int prec = parent_arg; in PostVisit() local 152 if (prec < PrecEmpty) in PostVisit() 163 if (prec < PrecConcat) in PostVisit() 168 if (prec < PrecConcat) in PostVisit() 179 if (prec < PrecAlternate) in PostVisit() 187 if (prec < PrecUnary) in PostVisit() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fFragmentOutputTests.cpp | 1172 glu::Precision prec = precisions[precNdx]; in init() local 1173 string precName = glu::getPrecisionName(prec); in init() 1175 …float").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOAT, prec, 0)).toVec())); in init() 1176 …2").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOAT_VEC2, prec, 0)).toVec())); in init() 1177 …3").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOAT_VEC3, prec, 0)).toVec())); in init() 1178 …4").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOAT_VEC4, prec, 0)).toVec())); in init() 1195 glu::Precision prec = precisions[precNdx]; in init() local 1196 string precName = glu::getPrecisionName(prec); in init() 1198 …float").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOAT, prec, 0)).toVec())); in init() 1199 …2").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOAT_VEC2, prec, 0)).toVec())); in init() [all …]
|
/external/bison/src/ |
D | conflicts.c | 107 r->prec->tag, in log_resolution() 115 r->prec->tag); in log_resolution() 179 xml_escape_n (0, r->prec->tag), in log_resolution() 187 xml_escape_n (1, r->prec->tag)); in log_resolution() 266 int redprec = redrule->prec->prec; in resolve_sr_conflict() 272 && symbols[i]->prec) in resolve_sr_conflict() 277 if (symbols[i]->prec < redprec) in resolve_sr_conflict() 282 else if (symbols[i]->prec > redprec) in resolve_sr_conflict() 347 if (reds->rules[i]->prec && reds->rules[i]->prec->prec in set_conflicts()
|
D | gram.c | 258 symbols[i]->prec, symbols[i]->assoc, in grammar_dump() 278 rule_i->prec ? rule_i->prec->prec : 0, in grammar_dump() 279 rule_i->prec ? rule_i->prec->assoc : 0, in grammar_dump()
|
/external/curl/lib/ |
D | mprintf.c | 598 long prec; in dprintf_formatf() local 655 prec = (long)vto[p->precision].data.num.as_signed; in dprintf_formatf() 660 prec = p->precision; in dprintf_formatf() 662 prec = -1; in dprintf_formatf() 723 if(prec == -1) in dprintf_formatf() 724 prec = 1; in dprintf_formatf() 733 prec -= (long)(workend - w); in dprintf_formatf() 735 if(is_alt && base == 8 && prec <= 0) { in dprintf_formatf() 740 if(prec > 0) { in dprintf_formatf() 741 width -= prec; in dprintf_formatf() [all …]
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_jpx_opj.cpp | 169 int prec = img->comps[0].prec; in sycc444_to_rgb() local 170 int offset = 1 << (prec - 1); in sycc444_to_rgb() 171 int upb = (1 << prec) - 1; in sycc444_to_rgb() 205 int prec = img->comps[0].prec; in sycc422_to_rgb() local 206 int offset = 1 << (prec - 1); in sycc422_to_rgb() 207 int upb = (1 << prec) - 1; in sycc422_to_rgb() 275 OPJ_UINT32 prec = img->comps[0].prec; in sycc420_to_rgb() local 276 if (!prec) in sycc420_to_rgb() 278 OPJ_UINT32 offset = 1 << (prec - 1); in sycc420_to_rgb() 279 OPJ_UINT32 upb = (1 << prec) - 1; in sycc420_to_rgb() [all …]
|
/external/opencv3/modules/imgproc/src/ |
D | lsd.cpp | 207 OutputArray width = noArray(), OutputArray prec = noArray(), 280 double prec; // tolerance angle member 325 int& reg_size, double& reg_angle, const double& prec); 338 const double prec, const double p, rect& rec) const; 345 const double& y, const double& reg_angle, const double& prec) const; 354 const double prec, double p, rect& rec, const double& density_th); 361 const double prec, double p, rect& rec, double density, const double& density_th); 386 bool isAligned(const int& address, const double& theta, const double& prec) const; 443 const double prec = CV_PI * ANG_TH / 180; in flsd() local 445 const double rho = QUANT / sin(prec); // gradient magnitude threshold in flsd() [all …]
|
/external/ppp/pppd/ |
D | utils.c | 163 int width, prec, fillch; local 192 prec = -1; 210 prec = va_arg(args, int); 213 prec = 0; 215 prec = prec * 10 + c - '0'; 311 if (fillch == '0' && prec >= 0) { 312 n = prec; 315 if (prec >= 0 && n > prec) 316 n = prec; 364 for (n = prec; n > 0; --n) { [all …]
|
/external/opencv3/3rdparty/libjasper/ |
D | jas_image.c | 103 static uint_fast32_t inttobits(jas_seqent_t v, int prec, bool sgnd); 104 static jas_seqent_t bitstoint(uint_fast32_t v, int prec, bool sgnd); 105 static int putint(jas_stream_t *out, int sgnd, int prec, long val); 106 static int getint(jas_stream_t *in, int sgnd, int prec, long *val); 160 (cmptparm->prec + 7) / 8; in jas_image_create() 171 cmptparm->width, cmptparm->height, cmptparm->prec, in jas_image_create() 671 cmptparm->width, cmptparm->height, cmptparm->prec, in jas_image_addcmpt() 717 static uint_fast32_t inttobits(jas_seqent_t v, int prec, bool sgnd) in inttobits() argument 720 ret = ((sgnd && v < 0) ? ((1 << prec) + v) : v) & JAS_ONES(prec); in inttobits() 724 static jas_seqent_t bitstoint(uint_fast32_t v, int prec, bool sgnd) in bitstoint() argument [all …]
|
/external/libjpeg-turbo/ |
D | jcmarker.c | 153 int prec; in emit_dqt() local 159 prec = 0; in emit_dqt() 162 prec = 1; in emit_dqt() 168 emit_2bytes(cinfo, prec ? DCTSIZE2*2 + 1 + 2 : DCTSIZE2 + 1 + 2); in emit_dqt() 170 emit_byte(cinfo, index + (prec<<4)); in emit_dqt() 175 if (prec) in emit_dqt() 183 return prec; in emit_dqt() 500 int ci, prec; in write_frame_header() local 507 prec = 0; in write_frame_header() 510 prec += emit_dqt(cinfo, compptr->quant_tbl_no); in write_frame_header() [all …]
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jcmarker.c | 149 int prec; in emit_dqt() local 155 prec = 0; in emit_dqt() 158 prec = 1; in emit_dqt() 164 emit_2bytes(cinfo, prec ? DCTSIZE2*2 + 1 + 2 : DCTSIZE2 + 1 + 2); in emit_dqt() 166 emit_byte(cinfo, index + (prec<<4)); in emit_dqt() 171 if (prec) in emit_dqt() 179 return prec; in emit_dqt() 496 int ci, prec; in write_frame_header() local 503 prec = 0; in write_frame_header() 506 prec += emit_dqt(cinfo, compptr->quant_tbl_no); in write_frame_header() [all …]
|
/external/opencv3/3rdparty/libjpeg/ |
D | jcmarker.c | 151 int prec; in emit_dqt() local 157 prec = 0; in emit_dqt() 160 prec = 1; in emit_dqt() 167 prec ? cinfo->lim_Se * 2 + 2 + 1 + 2 : cinfo->lim_Se + 1 + 1 + 2); in emit_dqt() 169 emit_byte(cinfo, index + (prec<<4)); in emit_dqt() 174 if (prec) in emit_dqt() 182 return prec; in emit_dqt() 547 int ci, prec; in write_frame_header() local 554 prec = 0; in write_frame_header() 557 prec += emit_dqt(cinfo, compptr->quant_tbl_no); in write_frame_header() [all …]
|
/external/eigen/unsupported/test/mpreal/ |
D | mpreal.h | 178 …mpreal(const mpz_t u, mp_prec_t prec = mpreal::get_default_prec(), mp_rnd_t mode = mpr… 179 …mpreal(const mpq_t u, mp_prec_t prec = mpreal::get_default_prec(), mp_rnd_t mode = mpr… 180 …mpreal(const double u, mp_prec_t prec = mpreal::get_default_prec(), mp_rnd_t mode = mpr… 181 …mpreal(const long double u, mp_prec_t prec = mpreal::get_default_prec(), mp_rnd_t mode = mpr… 182 …mpreal(const unsigned long int u, mp_prec_t prec = mpreal::get_default_prec(), mp_rnd_t mode = mpr… 183 …mpreal(const unsigned int u, mp_prec_t prec = mpreal::get_default_prec(), mp_rnd_t mode = mpr… 184 …mpreal(const long int u, mp_prec_t prec = mpreal::get_default_prec(), mp_rnd_t mode = mpr… 185 …mpreal(const int u, mp_prec_t prec = mpreal::get_default_prec(), mp_rnd_t mode = mpr… 192 …mpreal(const uint64_t u, mp_prec_t prec = mpreal::get_default_prec(), mp_rnd_t mode = mp… 193 …mpreal(const int64_t u, mp_prec_t prec = mpreal::get_default_prec(), mp_rnd_t mode = mp… [all …]
|
/external/bison/tests/ |
D | conflicts.at | 388 | /*empty*/ %prec 'a' 496 reduce-nonassoc: %prec 'a'; 968 ## %prec with user strings. ## 971 AT_SETUP([%prec with user string]) 976 "foo" %prec "foo" 985 ## %no-default-prec without %prec. ## 988 AT_SETUP([%no-default-prec without %prec]) 996 %no-default-prec; 1011 ## %no-default-prec with %prec. ## 1014 AT_SETUP([%no-default-prec with %prec]) [all …]
|
/external/fdlibm/ |
D | k_rem_pio2.c | 164 int __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec, const int *ipio2) in __kernel_rem_pio2() argument 166 int __kernel_rem_pio2(x,y,e0,nx,prec,ipio2) in __kernel_rem_pio2() 167 double x[], y[]; int e0,nx,prec; int ipio2[]; in __kernel_rem_pio2() 174 jk = init_jk[prec]; 282 switch(prec) {
|