Searched defs:prec (Results 1 - 25 of 48) sorted by relevance

12

/external/eigen/Eigen/src/Core/
H A DFuzzy.h22 static bool run(const Derived& x, const OtherDerived& y, const typename Derived::RealScalar& prec) argument
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) argument
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) argument
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...]
H A DMathFunctions.h653 static inline bool isMuchSmallerThan(const Scalar& x, const OtherScalar& y, const RealScalar& prec) argument
656 return abs(x) <= abs(y) * prec;
658 static inline bool isApprox(const Scalar& x, const Scalar& y, const RealScalar& prec) argument
662 return abs(x - y) <= (min)(abs(x), abs(y)) * prec;
664 static inline bool isApproxOrLessThan(const Scalar& x, const Scalar& y, const RealScalar& prec) argument
666 return x <= y || isApprox(x, y, prec);
694 static inline bool isMuchSmallerThan(const Scalar& x, const OtherScalar& y, const RealScalar& prec) argument
696 return numext::abs2(x) <= numext::abs2(y) * prec * prec;
698 static inline bool isApprox(const Scalar& x, const Scalar& y, const RealScalar& prec) argument
[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/bison/src/
H A Dsymtab.h91 int prec; member in struct:symbol
161 void symbol_precedence_set (symbol *sym, int prec, assoc a, location loc);
H A Dgram.h61 RULES[R].prec -- the symbol providing the precedence level of R.
63 RULES[R].precsym -- the symbol attached (via %prec) to give its
64 precedence to R. Of course, if set, it is equal to `prec', but we
66 in a %prec is not useless.
96 SYMBOLS[I]->prec records the precedence level of each symbol.
187 symbol *prec; member in struct:__anon375
192 /* This symbol was attached to the rule via %prec. */
H A Dsymtab.c82 res->prec = 0;
306 symbol_precedence_set (symbol *sym, int prec, assoc a, location loc) argument
310 if (sym->prec != 0)
313 sym->prec = prec;
474 if (sym->prec || str->prec)
476 if (str->prec)
477 symbol_precedence_set (sym, str->prec, str->assoc,
480 symbol_precedence_set (str, sym->prec, sy
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DSymbolTable.cpp226 TPrecision prec = EbpUndefined; local
232 prec = (*it).second;
237 return prec;
H A DSymbolTable.h395 bool setDefaultPrecision(const TPublicType &type, TPrecision prec) argument
403 (*precisionStack[indexOfLastElement])[type.type] = prec;
/external/chromium_org/third_party/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/fdlibm/
H A Dk_rem_pio2.c15 * __kernel_rem_pio2(x,y,e0,nx,prec,ipio2)
16 * double x[],y[]; int e0,nx,prec; int ipio2[];
64 * prec an integer indicating the precision:
164 int __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec, const int *ipio2) argument
166 int __kernel_rem_pio2(x,y,e0,nx,prec,ipio2)
167 double x[], y[]; int e0,nx,prec; int ipio2[];
174 jk = init_jk[prec];
282 switch(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/clang/test/CodeGen/
H A D2008-03-24-BitField-And-Alloca.c47 unsigned int prec : 1; member in struct:_Key::__anon18557
/external/jemalloc/src/
H A Dutil.c400 int prec = -1; local
459 prec = va_arg(ap, int);
469 prec = (int)uprec;
553 slen = (prec < 0) ? strlen(s) : (size_t)prec;
/external/kernel-headers/original/uapi/linux/
H A Djoystick.h81 __s16 prec; member in struct:js_corr
/external/libpcap/missing/
H A Dsnprintf.c135 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;
133 append_number(struct state *state, unsigned long num, unsigned base, char *rep, int width, int prec, int flags, int minusp) argument
222 append_string(struct state *state, unsigned char *arg, int width, int prec, int flags) argument
297 int prec = -1; local
[all...]
/external/tcpdump/missing/
H A Dsnprintf.c135 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;
133 append_number(struct state *state, unsigned long num, unsigned base, char *rep, int width, int prec, int flags, int minusp) argument
222 append_string(struct state *state, unsigned char *arg, int width, int prec, int flags) argument
297 int prec = -1; local
[all...]
/external/javassist/src/main/javassist/compiler/
H A DParser.java801 private ASTree binaryExpr2(SymbolTable tbl, ASTree expr, int prec) argument
812 if (p2 != 0 && prec > p2)
/external/ppp/pppd/
H A Dutils.c169 int width, prec, fillch; local
198 prec = -1;
216 prec = va_arg(args, int);
219 prec = 0;
221 prec = prec * 10 + c - '0';
321 if (fillch == '0' && prec >= 0) {
322 n = prec;
325 if (prec >= 0 && n > prec)
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Djcmarker.c153 int prec; local
159 prec = 0;
162 prec = 1;
168 emit_2bytes(cinfo, prec ? DCTSIZE2*2 + 1 + 2 : DCTSIZE2 + 1 + 2);
170 emit_byte(cinfo, index + (prec<<4));
175 if (prec)
183 return prec;
500 int ci, prec; local
507 prec = 0;
510 prec
[all...]
H A Djdmarker.c510 int n, i, prec; local
520 prec = n >> 4;
523 TRACEMS2(cinfo, 1, JTRC_DQT, n, prec);
533 if (prec)
552 if (prec) length -= DCTSIZE2;
/external/deqp/modules/gles2/functional/
H A Des2fShaderInvarianceTests.cpp466 glu::Precision prec; member in struct:deqp::gles2::Functional::PrecisionCase
491 const glu::Precision precision = precisions[precNdx].prec;
/external/deqp/modules/gles3/functional/
H A Des3fShaderInvarianceTests.cpp468 glu::Precision prec; member in struct:deqp::gles3::Functional::PrecisionCase
493 const glu::Precision precision = precisions[precNdx].prec;
/external/jpeg/
H A Djcmarker.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/src/fxcodec/libjpeg/
H A Dfpdfapi_jcmarker.c150 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
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djcmarker.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...]

Completed in 490 milliseconds

12