HomeSort by relevance Sort by last modified time
    Searched refs:prec (Results 1 - 25 of 174) sorted by null

1 2 3 4 5 6 7

  /external/clang/lib/Basic/
OperatorPrecedence.cpp 18 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::LogicalOr
    [all...]
  /external/clang/include/clang/Basic/
OperatorPrecedence.h 26 namespace prec { namespace in namespace:clang
47 prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator,
  /external/deqp/framework/common/
tcuTexLookupVerifier.hpp 101 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dudy, const LodPrecision& prec);
102 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dvdx, const float dudy, const float dvdy, const LodPrecision& prec);
103 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dvdx, const float dwdx, const float dudy, const float dvdy, const float dwdy, const LodPrecision& prec);
104 Vec2 computeCubeLodBoundsFromDerivates (const Vec3& 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 bool isLookupResultValid (const Texture1DView& texture, const Sampler& sampler, const LookupPrecision& prec, const float coord, const Vec2& lodBounds, const Vec4& result);
109 bool isLookupResultValid (const Texture2DView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec2& coord, const Vec2& lodBounds, const Vec4& result);
110 bool isLookupResultValid (const TextureCubeView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, const Vec2& lodBounds, const Vec4& result);
111 bool isLookupResultValid (const Texture1DArrayView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec2& coord, const Vec2& lodBounds, const Vec4& result);
112 bool isLookupResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, const Vec2& lodBounds, const Vec4& result)
    [all...]
tcuTexCompareVerifier.hpp 55 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);
tcuTexLookupVerifier.cpp 77 static inline bool isColorValid (const LookupPrecision& prec, const Vec4& ref, const Vec4& result)
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)
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)
90 return boolAll(logicalOr(lessThanEqual(absDiff(ref, result), prec.colorThreshold), logicalNot(prec.colorMask)));
139 static float computeBilinearSearchStepFromFloatLine (const LookupPrecision& prec,
1386 const LookupPrecision& prec, member in namespace:tcu
1446 const LookupPrecision& prec, member in namespace:tcu
1557 const LookupPrecision& prec, member in namespace:tcu
1576 const LookupPrecision& prec, member in namespace:tcu
    [all...]
tcuTexCompareVerifier.cpp 191 const TexComparePrecision& prec,
203 const CmpResultSet cmp0 = execCompare(compareMode, d0, cmpReference, prec.referenceBits, isFixedPointDepth);
204 const CmpResultSet cmp1 = execCompare(compareMode, d1, cmpReference, prec.referenceBits, isFixedPointDepth);
216 const float pcfErr = computeFixedPointError(prec.pcfBits);
217 const float resErr = computeFixedPointError(prec.resultBits);
256 const TexComparePrecision& prec,
262 DE_ASSERT(prec.pcfBits == 0);
269 const CmpResultSet cmp0 = execCompare(compareMode, d0, cmpReference, prec.referenceBits, isFixedPointDepth);
270 const CmpResultSet cmp1 = execCompare(compareMode, d1, cmpReference, prec.referenceBits, isFixedPointDepth);
271 const CmpResultSet cmp2 = execCompare(compareMode, d2, cmpReference, prec.referenceBits, isFixedPointDepth)
    [all...]
  /external/eigen/Eigen/src/Core/
Fuzzy.h 22 static bool run(const Derived& x, const OtherDerived& y, const typename Derived::RealScalar& prec)
27 return (nested - otherNested).cwiseAbs2().sum() <= prec * prec * (min)(nested.cwiseAbs2().sum(), otherNested.cwiseAbs2().sum());
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 static bool run(const Derived& x, const typename Derived::RealScalar& y, const typename Derived::RealScalar& prec)
63 return x.cwiseAbs2().sum() <= numext::abs2(prec * y);
80 * determined by \a prec.
100 const RealScalar& prec
103 return internal::isApprox_selector<Derived, OtherDerived>::run(derived(), other.derived(), prec);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/examples/
rndo-add.c 42 mpfr_prec_t prec; local
43 int pprec; /* will be prec - 1 for mpfr_printf */
47 fprintf (stderr, "Usage: rndo-add <prec> <x> <y>\n");
51 prec = atoi (argv[1]);
52 if (prec < 2)
57 pprec = prec - 1;
59 mpfr_inits2 (prec, LIST, (mpfr_ptr) 0);
  /external/regex-re2/re2/
tostring.cc 62 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 < PrecUnary
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
double-int.h 70 static double_int mask (unsigned prec);
71 static double_int max_value (unsigned int prec, bool uns);
72 static double_int min_value (unsigned int prec, bool uns);
131 double_int lshift (HOST_WIDE_INT count, unsigned int prec, bool arith) const;
132 double_int rshift (HOST_WIDE_INT count, unsigned int prec, bool arith) const;
133 double_int alshift (HOST_WIDE_INT count, unsigned int prec) const;
134 double_int arshift (HOST_WIDE_INT count, unsigned int prec) const;
135 double_int llshift (HOST_WIDE_INT count, unsigned int prec) const;
136 double_int lrshift (HOST_WIDE_INT count, unsigned int prec) const;
137 double_int lrotate (HOST_WIDE_INT count, unsigned int prec) const
    [all...]
  /external/libpcap/missing/
snprintf.c 135 int width, int prec, int flags, int minusp)
141 if(prec != -1)
144 prec = 1;
146 if(prec == 0 && num == 0)
154 prec -= len;
155 /* pad with prec zeros */
156 while(prec-- > 0){
225 int prec,
228 if(prec != -1)
229 width -= prec;
297 int prec = -1; local
    [all...]
  /external/tcpdump/missing/
snprintf.c 135 int width, int prec, int flags, int minusp)
141 if(prec != -1)
144 prec = 1;
146 if(prec == 0 && num == 0)
154 prec -= len;
155 /* pad with prec zeros */
156 while(prec-- > 0){
225 int prec,
228 if(prec != -1)
229 width -= prec;
297 int prec = -1; local
    [all...]
  /ndk/sources/android/support/src/wcstox/
wcstod.c 8 int prec)
14 long double y = __floatscan(&f, prec, 1);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfprintf.c 150 * string representation. If not -1, prec specifies the maximum number of
155 __wcsconv(wchar_t *wcsarg, int prec)
164 if (prec < 0) {
178 if (prec < 128)
179 nbytes = prec;
187 nbytes + clen > (size_t)prec)
283 int prec; /* precision from format; <0 for N/A */ local
320 int dprec; /* a copy of prec if %[diouxX], 0 otherwise */
510 prec = -1;
554 prec = n < 0 ? -1 : n
    [all...]
vfwprintf.c 158 * string representation. ``prec'' specifies the maximum number of bytes
159 * to output. If ``prec'' is greater than or equal to zero, we can't assume
166 __mbsconv(char *mbsarg, int prec)
180 if (prec >= 0) {
188 while (nchars != (size_t)prec) {
288 int prec; /* precision from format; <0 for N/A */ local
323 int dprec; /* a copy of prec if %[diouxX], 0 otherwise */
486 prec = -1;
530 prec = n < 0 ? -1 : n;
547 prec = n
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 233 pktq_penq(struct pktq *pq, int prec, void *p)
237 ASSERT(prec >= 0 && prec < pq->num_prec);
241 ASSERT(!pktq_pfull(pq, prec));
243 q = &pq->q[prec];
255 if (pq->hi_prec < prec)
256 pq->hi_prec = (uint8)prec;
262 pktq_penq_head(struct pktq *pq, int prec, void *p)
266 ASSERT(prec >= 0 && prec < pq->num_prec)
475 int prec; local
504 int prec; local
537 int prec; local
575 int prec; local
592 int prec; local
610 int prec; local
629 int prec, len; local
646 int prec; local
675 int prec; local
    [all...]
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
dwt.h 114 @param prec Precint analyzed
116 void opj_dwt_calc_explicit_stepsizes(opj_tccp_t * tccp, OPJ_UINT32 prec);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 145 uint16 hi_prec; /* rapid dequeue hint (>= highest non-empty prec) */ \
168 #define PKTQ_PREC_ITER(pq, prec) for (prec = (pq)->num_prec - 1; prec >= 0; prec--)
287 #define pktq_psetmax(pq, prec, _max) ((pq)->q[prec].max = (_max))
288 #define pktq_pmax(pq, prec) ((pq)->q[prec].max)
289 #define pktq_plen(pq, prec) ((pq)->q[prec].len
    [all...]
  /external/bison/src/
conflicts.c 108 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 && reds->rules[i]->prec->pre
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp     [all...]
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
ParametrizedLine.h 109 * determined by \a prec.
112 bool isApprox(const ParametrizedLine& other, typename NumTraits<Scalar>::Real prec = precision<Scalar>()) const
113 { return m_origin.isApprox(other.m_origin, prec) && m_direction.isApprox(other.m_direction, prec); }
  /cts/tests/tests/content/src/android/content/res/cts/
FractionTest.java 81 float prec = expected * 1e-4f; local
82 if (prec < 1e-5f) {
83 prec = 1e-5f;
87 + Integer.toHexString(resid) + " " + mValue, diff > prec);
  /external/ppp/pppd/
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)
    [all...]
  /external/jpeg/
jcmarker.c 149 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 += emit_dqt(cinfo, compptr->quant_tbl_no)
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcmarker.c 150 int prec; local
156 prec = 0;
159 prec = 1;
165 emit_2bytes(cinfo, prec ? DCTSIZE2*2 + 1 + 2 : DCTSIZE2 + 1 + 2);
167 emit_byte(cinfo, index + (prec<<4));
172 if (prec)
180 return prec;
497 int ci, prec; local
504 prec = 0;
507 prec += emit_dqt(cinfo, compptr->quant_tbl_no)
    [all...]

Completed in 876 milliseconds

1 2 3 4 5 6 7