Searched refs:prec (Results 1 - 25 of 140) sorted by relevance

123456

/external/clang/lib/Basic/
H A DOperatorPrecedence.cpp18 prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator,
27 return prec::Relational;
28 return prec::Unknown;
38 return prec::Shift;
39 return prec::Unknown;
41 default: return prec::Unknown;
42 case tok::comma: return prec::Comma;
53 case tok::pipeequal: return prec::Assignment;
54 case tok::question: return prec::Conditional;
55 case tok::pipepipe: return prec
[all...]
/external/clang/include/clang/Basic/
H A DOperatorPrecedence.h26 namespace prec { namespace in namespace:clang
47 prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator,
/external/deqp/framework/common/
H A DtcuTexLookupVerifier.hpp106 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dudy, const LodPrecision& prec);
107 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dvdx, const float dudy, const float dvdy, const LodPrecision& prec);
108 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dvdx, const float dwdx, const float dudy, const float dvdy, const float dwdy, const LodPrecision& prec);
109 Vec2 computeCubeLodBoundsFromDerivates (const Vec3& coord, const Vec3& coordDx, const Vec3& coordDy, const int faceSize, const LodPrecision& prec);
111 Vec2 clampLodBounds (const Vec2& lodBounds, const Vec2& lodMinMax, const LodPrecision& prec);
113 bool isLookupResultValid (const Texture1DView& texture, const Sampler& sampler, const LookupPrecision& prec, const float coord, const Vec2& lodBounds, const Vec4& result);
114 bool isLookupResultValid (const Texture2DView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec2& coord, const Vec2& lodBounds, const Vec4& result);
115 bool isLookupResultValid (const TextureCubeView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, const Vec2& lodBounds, const Vec4& result);
116 bool isLookupResultValid (const Texture1DArrayView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec2& coord, const Vec2& lodBounds, const Vec4& result);
117 bool isLookupResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const LookupPrecision& prec, cons
[all...]
H A DtcuTexCompareVerifier.hpp55 bool isTexCompareResultValid (const Texture2DView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec2& coord, const Vec2& lodBounds, const float cmpReference, const float result);
56 bool isTexCompareResultValid (const TextureCubeView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec3& coord, const Vec2& lodBounds, const float cmpReference, const float result);
57 bool isTexCompareResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec3& coord, const Vec2& lodBounds, const float cmpReference, const float result);
59 bool isGatherOffsetsCompareResultValid (const Texture2DView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec2& coord, const IVec2 (&offsets)[4], float cmpReference, const Vec4& result);
60 bool isGatherOffsetsCompareResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec3& coord, const IVec2 (&offsets)[4], float cmpReference, const Vec4& result);
62 bool isGatherCompareResultValid (const TextureCubeView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec3& coord, float cmpReference, const Vec4& result);
H A DtcuTexLookupVerifier.cpp77 static inline bool isColorValid (const LookupPrecision& prec, const Vec4& ref, const Vec4& result) argument
80 return boolAll(logicalOr(lessThanEqual(diff, prec.colorThreshold), logicalNot(prec.colorMask)));
83 static inline bool isColorValid (const IntLookupPrecision& prec, const IVec4& ref, const IVec4& result) argument
85 return boolAll(logicalOr(lessThanEqual(absDiff(ref, result).asUint(), prec.colorThreshold), logicalNot(prec.colorMask)));
88 static inline bool isColorValid (const IntLookupPrecision& prec, const UVec4& ref, const UVec4& result) argument
90 return boolAll(logicalOr(lessThanEqual(absDiff(ref, result), prec.colorThreshold), logicalNot(prec.colorMask)));
139 static float computeBilinearSearchStepFromFloatLine (const LookupPrecision& prec, argument
153 computeBilinearSearchStepFromFloatQuad(const LookupPrecision& prec, const ColorQuad& quad) argument
171 computeBilinearSearchStepForUnorm(const LookupPrecision& prec) argument
182 computeBilinearSearchStepForSnorm(const LookupPrecision& prec) argument
213 isInColorBounds(const LookupPrecision& prec, const ColorQuad& quad, const Vec4& result) argument
220 isInColorBounds(const LookupPrecision& prec, const ColorQuad& quad0, const ColorQuad& quad1, const Vec4& result) argument
227 isInColorBounds(const LookupPrecision& prec, const ColorLine& line0, const ColorLine& line1, const Vec4& result) argument
234 isInColorBounds(const LookupPrecision& prec, const ColorQuad& quad00, const ColorQuad& quad01, const ColorQuad& quad10, const ColorQuad& quad11, const Vec4& result) argument
248 isLinearRangeValid(const LookupPrecision& prec, const Vec4& c0, const Vec4& c1, const Vec2& fBounds, const Vec4& result) argument
287 isBilinearRangeValid(const LookupPrecision& prec, const ColorQuad& quad, const Vec2& xBounds, const Vec2& yBounds, const float searchStep, const Vec4& result) argument
315 isTrilinearRangeValid(const LookupPrecision& prec, const ColorQuad& quad0, const ColorQuad& quad1, const Vec2& xBounds, const Vec2& yBounds, const Vec2& zBounds, const float searchStep, const Vec4& result) argument
352 is1DTrilinearFilterResultValid(const LookupPrecision& prec, const ColorLine& line0, const ColorLine& line1, const Vec2& xBounds0, const Vec2& xBounds1, const Vec2& zBounds, const float searchStep, const Vec4& result) argument
389 is2DTrilinearFilterResultValid(const LookupPrecision& prec, const ColorQuad& quad0, const ColorQuad& quad1, const Vec2& xBounds0, const Vec2& yBounds0, const Vec2& xBounds1, const Vec2& yBounds1, const Vec2& zBounds, const float searchStep, const Vec4& result) argument
442 is3DTrilinearFilterResultValid(const LookupPrecision& prec, const ColorQuad& quad00, const ColorQuad& quad01, const ColorQuad& quad10, const ColorQuad& quad11, const Vec2& xBounds0, const Vec2& yBounds0, const Vec2& zBounds0, const Vec2& xBounds1, const Vec2& yBounds1, const Vec2& zBounds1, const Vec2& wBounds, const float searchStep, const Vec4& result) argument
520 isNearestSampleResultValid(const ConstPixelBufferAccess& level, const Sampler& sampler, const PrecType& prec, const float coordX, const int coordY, const Vector<ScalarType, 4>& result) argument
547 isNearestSampleResultValid(const ConstPixelBufferAccess& level, const Sampler& sampler, const PrecType& prec, const Vec2& coord, const int coordZ, const Vector<ScalarType, 4>& result) argument
582 isNearestSampleResultValid(const ConstPixelBufferAccess& level, const Sampler& sampler, const PrecType& prec, const Vec3& coord, const Vector<ScalarType, 4>& result) argument
622 isLinearSampleResultValid(const ConstPixelBufferAccess& level, const Sampler& sampler, const LookupPrecision& prec, const float coordX, const int coordY, const Vec4& result) argument
665 isLinearSampleResultValid(const ConstPixelBufferAccess& level, const Sampler& sampler, const LookupPrecision& prec, const Vec2& coord, const int coordZ, const Vec4& result) argument
725 isLinearSampleResultValid(const ConstPixelBufferAccess& level, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, const Vec4& result) argument
796 isNearestMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const LookupPrecision& prec, const float coord, const int coordY, const Vec2& fBounds, const Vec4& result) argument
832 isNearestMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const LookupPrecision& prec, const Vec2& coord, const int coordZ, const Vec2& fBounds, const Vec4& result) argument
882 isNearestMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, const Vec2& fBounds, const Vec4& result) argument
945 isLinearMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const LookupPrecision& prec, const float coordX, const int coordY, const Vec2& fBounds, const Vec4& result) argument
1024 isLinearMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const LookupPrecision& prec, const Vec2& coord, const int coordZ, const Vec2& fBounds, const Vec4& result) argument
1126 isLinearMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, const Vec2& fBounds, const Vec4& result) argument
1253 isLevelSampleResultValid(const ConstPixelBufferAccess& level, const Sampler& sampler, const Sampler::FilterMode filterMode, const LookupPrecision& prec, const float coordX, const int coordY, const Vec4& result) argument
1267 isLevelSampleResultValid(const ConstPixelBufferAccess& level, const Sampler& sampler, const Sampler::FilterMode filterMode, const LookupPrecision& prec, const Vec2& coord, const int coordZ, const Vec4& result) argument
1281 isMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const Sampler::FilterMode levelFilter, const LookupPrecision& prec, const float coordX, const int coordY, const Vec2& fBounds, const Vec4& result) argument
1297 isMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const Sampler::FilterMode levelFilter, const LookupPrecision& prec, const Vec2& coord, const int coordZ, const Vec2& fBounds, const Vec4& result) argument
1313 isLookupResultValid(const Texture2DView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec2& coord, const Vec2& lodBounds, const Vec4& result) argument
1378 isLookupResultValid(const Texture1DView& texture, const Sampler& sampler, const LookupPrecision& prec, const float coord, const Vec2& lodBounds, const Vec4& result) argument
1445 const LookupPrecision& prec, member in namespace:tcu
1509 const LookupPrecision& prec, member in namespace:tcu
1624 const LookupPrecision& prec, member in namespace:tcu
1643 const LookupPrecision& prec, member in namespace:tcu
1665 isLookupResultValid(const TextureCubeView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, const Vec2& lodBounds, const Vec4& result) argument
1768 isLookupResultValid(const Texture1DArrayView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec2& coord, const Vec2& lodBounds, const Vec4& result) argument
1838 isLookupResultValid(const Texture2DArrayView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, const Vec2& lodBounds, const Vec4& result) argument
1908 isLevelSampleResultValid(const ConstPixelBufferAccess& level, const Sampler& sampler, const Sampler::FilterMode filterMode, const LookupPrecision& prec, const Vec3& coord, const Vec4& result) argument
1921 isMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const Sampler::FilterMode levelFilter, const LookupPrecision& prec, const Vec3& coord, const Vec2& fBounds, const Vec4& result) argument
1936 isLookupResultValid(const Texture3DView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, const Vec2& lodBounds, const Vec4& result) argument
2013 isLookupResultValid(const TextureCubeArrayView& texture, const Sampler& sampler, const LookupPrecision& prec, const IVec4& coordBits, const Vec4& coord, const Vec2& lodBounds, const Vec4& result) argument
2120 computeLodBoundsFromDerivates(const float dudx, const float dvdx, const float dwdx, const float dudy, const float dvdy, const float dwdy, const LodPrecision& prec) argument
2158 computeLodBoundsFromDerivates(const float dudx, const float dvdx, const float dudy, const float dvdy, const LodPrecision& prec) argument
2163 computeLodBoundsFromDerivates(const float dudx, const float dudy, const LodPrecision& prec) argument
2168 computeCubeLodBoundsFromDerivates(const Vec3& coord, const Vec3& coordDx, const Vec3& coordDy, const int faceSize, const LodPrecision& prec) argument
2226 clampLodBounds(const Vec2& lodBounds, const Vec2& lodMinMax, const LodPrecision& prec) argument
2234 isLevel1DLookupResultValid(const ConstPixelBufferAccess& access, const Sampler& sampler, TexLookupScaleMode scaleMode, const LookupPrecision& prec, const float coordX, const int coordY, const Vec4& result) argument
2246 isLevel1DLookupResultValid(const ConstPixelBufferAccess& access, const Sampler& sampler, TexLookupScaleMode scaleMode, const IntLookupPrecision& prec, const float coordX, const int coordY, const IVec4& result) argument
2259 isLevel1DLookupResultValid(const ConstPixelBufferAccess& access, const Sampler& sampler, TexLookupScaleMode scaleMode, const IntLookupPrecision& prec, const float coordX, const int coordY, const UVec4& result) argument
2272 isLevel2DLookupResultValid(const ConstPixelBufferAccess& access, const Sampler& sampler, TexLookupScaleMode scaleMode, const LookupPrecision& prec, const Vec2& coord, const int coordZ, const Vec4& result) argument
2284 isLevel2DLookupResultValid(const ConstPixelBufferAccess& access, const Sampler& sampler, TexLookupScaleMode scaleMode, const IntLookupPrecision& prec, const Vec2& coord, const int coordZ, const IVec4& result) argument
2297 isLevel2DLookupResultValid(const ConstPixelBufferAccess& access, const Sampler& sampler, TexLookupScaleMode scaleMode, const IntLookupPrecision& prec, const Vec2& coord, const int coordZ, const UVec4& result) argument
2310 isLevel3DLookupResultValid(const ConstPixelBufferAccess& access, const Sampler& sampler, TexLookupScaleMode scaleMode, const LookupPrecision& prec, const Vec3& coord, const Vec4& result) argument
2321 isLevel3DLookupResultValid(const ConstPixelBufferAccess& access, const Sampler& sampler, TexLookupScaleMode scaleMode, const IntLookupPrecision& prec, const Vec3& coord, const IVec4& result) argument
2333 isLevel3DLookupResultValid(const ConstPixelBufferAccess& access, const Sampler& sampler, TexLookupScaleMode scaleMode, const IntLookupPrecision& prec, const Vec3& coord, const UVec4& result) argument
2346 isGatherOffsetsResultValid(const ConstPixelBufferAccess& level, const Sampler& sampler, const PrecType& prec, const Vec2& coord, int coordZ, int componentNdx, const IVec2 (&offsets)[4], const Vector<ScalarType, 4>& result) argument
2388 isGatherOffsetsResultValid(const Texture2DView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec2& coord, int componentNdx, const IVec2 (&offsets)[4], const Vec4& result) argument
2399 isGatherOffsetsResultValid(const Texture2DView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec2& coord, int componentNdx, const IVec2 (&offsets)[4], const IVec4& result) argument
2410 isGatherOffsetsResultValid(const Texture2DView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec2& coord, int componentNdx, const IVec2 (&offsets)[4], const UVec4& result) argument
2422 is2DArrayGatherOffsetsResultValid(const Texture2DArrayView& texture, const Sampler& sampler, const PrecType& prec, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4], const Vector<ScalarType, 4>& result) argument
2439 isGatherOffsetsResultValid(const Texture2DArrayView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4], const Vec4& result) argument
2450 isGatherOffsetsResultValid(const Texture2DArrayView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4], const IVec4& result) argument
2461 isGatherOffsetsResultValid(const Texture2DArrayView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4], const UVec4& result) argument
2473 isGatherResultValid(const TextureCubeView& texture, const Sampler& sampler, const PrecType& prec, const CubeFaceFloatCoords& coords, int componentNdx, const Vector<ScalarType, 4>& result) argument
2530 isCubeGatherResultValid(const TextureCubeView& texture, const Sampler& sampler, const PrecType& prec, const Vec3& coord, int componentNdx, const Vector<ScalarType, 4>& result) argument
2556 isGatherResultValid(const TextureCubeView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, int componentNdx, const Vec4& result) argument
2566 isGatherResultValid(const TextureCubeView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec3& coord, int componentNdx, const IVec4& result) argument
2576 isGatherResultValid(const TextureCubeView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec3& coord, int componentNdx, const UVec4& result) argument
[all...]
H A DtcuTexCompareVerifier.cpp193 const TexComparePrecision& prec,
205 const CmpResultSet cmp0 = execCompare(compareMode, d0, cmpReference, prec.referenceBits, isFixedPointDepth);
206 const CmpResultSet cmp1 = execCompare(compareMode, d1, cmpReference, prec.referenceBits, isFixedPointDepth);
218 const float pcfErr = computeFixedPointError(prec.pcfBits);
219 const float resErr = computeFixedPointError(prec.resultBits);
258 const TexComparePrecision& prec,
264 DE_ASSERT(prec.pcfBits == 0);
271 const CmpResultSet cmp0 = execCompare(compareMode, d0, cmpReference, prec.referenceBits, isFixedPointDepth);
272 const CmpResultSet cmp1 = execCompare(compareMode, d1, cmpReference, prec.referenceBits, isFixedPointDepth);
273 const CmpResultSet cmp2 = execCompare(compareMode, d2, cmpReference, prec
[all...]
/external/eigen/Eigen/src/SparseCore/
H A DSparseFuzzy.h17 bool SparseMatrixBase<Derived>::isApprox(const SparseMatrixBase<OtherDerived>& other, const RealScalar &prec) const
24 return (actualA - actualB).squaredNorm() <= prec * prec * numext::mini(actualA.squaredNorm(), actualB.squaredNorm());
/external/eigen/Eigen/src/Core/
H A DFuzzy.h23 static bool run(const Derived& x, const OtherDerived& y, const typename Derived::RealScalar& prec) argument
27 return (nested - otherNested).cwiseAbs2().sum() <= prec * prec * numext::mini(nested.cwiseAbs2().sum(), otherNested.cwiseAbs2().sum());
45 static bool run(const Derived& x, const OtherDerived& y, const typename Derived::RealScalar& prec) argument
47 return x.cwiseAbs2().sum() <= numext::abs2(prec) * y.cwiseAbs2().sum();
65 static bool run(const Derived& x, const typename Derived::RealScalar& y, const typename Derived::RealScalar& prec) argument
67 return x.cwiseAbs2().sum() <= numext::abs2(prec * y);
85 * determined by \a prec.
105 const RealScalar& prec
108 return internal::isApprox_selector<Derived, OtherDerived>::run(derived(), other.derived(), prec);
[all...]
H A DDot.h272 * within the precision given by \a prec.
280 (const MatrixBase<OtherDerived>& other, const RealScalar& prec) const
284 return numext::abs2(nested.dot(otherNested)) <= prec * prec * nested.squaredNorm() * otherNested.squaredNorm();
288 * within the precision given by \a prec. In the case where the \a Scalar
299 bool MatrixBase<Derived>::isUnitary(const RealScalar& prec) const
304 if(!internal::isApprox(self.col(i).squaredNorm(), static_cast<RealScalar>(1), prec))
307 if(!internal::isMuchSmallerThan(self.col(i).dot(self.col(j)), static_cast<Scalar>(1), prec))
/external/mksh/src/
H A Dexprtok.h25 #define FN(name, len, prec, enum) /* nothing */
28 #define F0(name, len, prec, enum) enum = 0,
29 #define FN(name, len, prec, enum) enum,
34 #define FN(name, len, prec, enum) name,
37 #define FN(name, len, prec, enum) len,
40 #define FN(name, len, prec, enum) prec,
/external/regex-re2/re2/
H A Dtostring.cc62 int prec = parent_arg; local
84 if (prec < PrecConcat)
90 if (prec < PrecAlternate)
109 if (prec < PrecUnary)
141 int prec = parent_arg; local
152 if (prec < PrecEmpty)
163 if (prec < PrecConcat)
168 if (prec < PrecConcat)
179 if (prec < PrecAlternate)
187 if (prec < PrecUnar
[all...]
/external/libpcap/missing/
H A Dsnprintf.c128 int width, int prec, int flags, int minusp)
134 if(prec != -1)
137 prec = 1;
139 if(prec == 0 && num == 0)
147 prec -= len;
148 /* pad with prec zeros */
149 while(prec-- > 0){
218 int prec,
221 if(prec != -1)
222 width -= prec;
126 append_number(struct state *state, unsigned long num, unsigned base, char *rep, int width, int prec, int flags, int minusp) argument
215 append_string(struct state *state, unsigned char *arg, int width, int prec, int flags) argument
290 int prec = -1; local
[all...]
/external/tcpdump/missing/
H A Dsnprintf.c128 int width, int prec, int flags, int minusp)
134 if(prec != -1)
137 prec = 1;
139 if(prec == 0 && num == 0)
147 prec -= len;
148 /* pad with prec zeros */
149 while(prec-- > 0){
218 int prec,
221 if(prec != -1)
222 width -= prec;
126 append_number(struct state *state, unsigned long num, unsigned base, char *rep, int width, int prec, int flags, int minusp) argument
215 append_string(struct state *state, unsigned char *arg, int width, int prec, int flags) argument
290 int prec = -1; local
[all...]
/external/syslinux/com32/lib/
H A Dvsnprintf.c46 int base, int width, int prec)
77 if (prec < ndigits + 1)
78 prec = ndigits + 1;
81 if (ndigits < prec) {
82 ndigits = prec; /* Mandatory number padding */
177 int prec = -1; local
200 prec = -1;
243 prec = 0; /* Precision given */
253 prec = prec * 1
45 format_int(char *q, size_t n, uintmax_t val, enum flags flags, int base, int width, int prec) argument
[all...]
/external/pdfium/third_party/libopenjpeg20/
H A Ddwt.h114 @param prec Precint analyzed
116 void opj_dwt_calc_explicit_stepsizes(opj_tccp_t * tccp, OPJ_UINT32 prec);
/external/libcups/cups/
H A Dsnprintf.c40 prec; /* Number of characters of precision */ local
119 prec = va_arg(ap, int);
121 snprintf(tptr, sizeof(tformat) - (tptr - tformat), "%d", prec);
126 prec = 0;
133 prec = prec * 10 + *format++ - '0';
138 prec = -1;
277 if (slen > width && prec != width)
/external/bison/src/
H A Dconflicts.c108 r->prec->tag,
116 r->prec->tag);
180 xml_escape_n (0, r->prec->tag),
188 xml_escape_n (1, r->prec->tag));
267 int redprec = redrule->prec->prec;
273 && symbols[i]->prec)
278 if (symbols[i]->prec < redprec)
283 else if (symbols[i]->prec > redprec)
348 if (reds->rules[i]->prec
[all...]
H A Dgram.c258 symbols[i]->prec, symbols[i]->assoc,
278 rule_i->prec ? rule_i->prec->prec : 0,
279 rule_i->prec ? rule_i->prec->assoc : 0,
/external/deqp/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp1172 glu::Precision prec = precisions[precNdx];
1173 string precName = glu::getPrecisionName(prec);
1175 floatGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_float").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOAT, prec, 0)).toVec()));
1176 floatGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_vec2").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOAT_VEC2, prec, 0)).toVec()));
1177 floatGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_vec3").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOAT_VEC3, prec, 0)).toVec()));
1178 floatGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_vec4").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOAT_VEC4, prec, 0)).toVec()));
1195 glu::Precision prec = precisions[precNdx];
1196 string precName = glu::getPrecisionName(prec);
1198 fixedGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_float").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOAT, prec, 0)).toVec()));
1199 fixedGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_vec2").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOAT_VEC2, prec,
[all...]
/external/ppp/pppd/
H A Dutils.c163 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)
[all...]
/external/libjpeg-turbo/
H A Djcmarker.c154 int prec; local
160 prec = 0;
163 prec = 1;
169 emit_2bytes(cinfo, prec ? DCTSIZE2*2 + 1 + 2 : DCTSIZE2 + 1 + 2);
171 emit_byte(cinfo, index + (prec<<4));
176 if (prec)
184 return prec;
501 int ci, prec; local
508 prec = 0;
511 prec
[all...]
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jcmarker.c149 int prec; local
155 prec = 0;
158 prec = 1;
164 emit_2bytes(cinfo, prec ? DCTSIZE2*2 + 1 + 2 : DCTSIZE2 + 1 + 2);
166 emit_byte(cinfo, index + (prec<<4));
171 if (prec)
179 return prec;
496 int ci, prec; local
503 prec = 0;
506 prec
[all...]
/external/pdfium/core/fxcodec/codec/
H A Dfx_codec_jpx_opj.cpp175 int prec = img->comps[0].prec; local
176 int offset = 1 << (prec - 1);
177 int upb = (1 << prec) - 1;
234 int prec = img->comps[0].prec; local
235 if (prec <= 0 || prec >= 32)
238 int offset = 1 << (prec - 1);
239 int upb = (1 << prec)
478 int prec = (int)image->comps[0].prec; local
[all...]
/external/python/cpython2/Lib/
H A Ddecimal.py61 >>> getcontext().prec = 18
350 return _dec_from_triple(sign, '9'*context.prec,
351 context.Emax-context.prec+1)
355 return _dec_from_triple(sign, '9'*context.prec,
356 context.Emax-context.prec+1)
471 ctx.prec += 2
484 >>> print getcontext().prec
488 ... ctx.prec += 2
489 ... print ctx.prec
493 ... print getcontext().prec
[all...]
/external/curl/lib/
H A Dmprintf.c610 long prec; local
679 prec = (long)vto[p->precision].data.num.as_signed;
682 if(prec < 0)
685 prec = -1;
688 prec = p->precision;
690 prec = -1;
748 if(prec == -1)
749 prec = 1;
758 prec -= (long)(workend - w);
760 if(is_alt && base == 8 && prec <
[all...]

Completed in 678 milliseconds

123456