HomeSort by relevance Sort by last modified time
    Searched full:comparison (Results 426 - 450 of 3417) sorted by null

<<11121314151617181920>>

  /external/eigen/bench/
BenchUtil.h 16 #include <boost/preprocessor/comparison.hpp>
  /external/elfutils/src/
sectionhash.c 37 /* Comparison function for sections. */
  /external/icu4c/common/
bytestrie.cpp 317 ++pos; // ignore the comparison byte
325 ++pos; // ignore a comparison byte
347 return pos+1; // ignore the last comparison byte
421 ++pos; // ignore the comparison byte
uarrsort.h 32 * @return 32-bit signed integer comparison result:
ucharstrie.cpp 286 ++pos; // ignore the comparison unit
294 ++pos; // ignore a comparison unit
317 return pos+1; // ignore the last comparison unit
399 ++pos; // ignore the comparison unit
  /external/iptables/extensions/
libxt_osf.man 12 0 - True IP address and fingerprint TTL comparison. This generally works for
  /external/iptables/include/linux/netfilter/
xt_osf.h 36 #define XT_OSF_TTL_TRUE 0 /* True ip and fingerprint TTL comparison */
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 464 = {eq} [left]:equality eq [right]:comparison // x.y == a.b
466 | {ne} [left]:equality ne [right]:comparison // x.y != a.b
468 | {comparison} [value]:comparison // x.y
472 comparison {->expression}
473 = {lt} [left]:comparison lt [right]:add_subtract // x.y < a.b
475 | {gt} [left]:comparison gt [right]:add_subtract // x.y > a.b
477 | {lte} [left]:comparison lte [right]:add_subtract // x.y <= a.b
479 | {gte} [left]:comparison gte [right]:add_subtract // x.y >= a.b
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
README.txt 12 old JIT-based implementation, into a single file for easy comparison with
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 48 /// comparison to the other block frequencies. We do this to avoid using of
  /external/llvm/include/llvm/CodeGen/
MachineBlockFrequencyInfo.h 48 /// that we should not rely on the value itself, but only on the comparison to
  /external/llvm/lib/MC/
MCELFObjectTargetWriter.cpp 43 // just to match gnu as for easier comparison. The use type and index is an
  /external/llvm/lib/Target/MSP430/
README.txt 36 way (currently they emit explicit comparison).
  /external/mesa3d/bin/
.cherry-ignore 24 1559994cba380a4e87a5e8dbb04b0a7475711756 i965: Fix assignment instead of comparison in asserts.
  /external/mesa3d/src/gallium/docs/source/cso/
dsa.rst 39 buffer and the reference value before doing the stencil comparison test.
  /external/openfst/src/bin/
fstdeterminize.cc 25 DEFINE_double(delta, fst::kDelta, "Comparison/quantization delta");
fstequivalent.cc 26 DEFINE_double(delta, fst::kDelta, "Comparison/quantization delta");
fstminimize.cc 25 DEFINE_double(delta, fst::kDelta, "Comparison/quantization delta");
fstpush.cc 24 DEFINE_double(delta, fst::kDelta, "Comparison/quantization delta");
fstrmepsilon.cc 26 DEFINE_double(delta, fst::kDelta, "Comparison/quantization delta");
  /external/sfntly/cpp/src/sample/subtly/
stats.cc 43 fprintf(out, "====== Table Comparison (original v. subset) ======\n");
  /external/skia/gm/viewer/
module.js 36 * {"resultType": "no-comparison",
  /external/skia/include/core/
SkTScopedPtr.h 69 // Forbid comparison of SkTScopedPtr types. If T2 != T, it doesn't make
  /external/stlport/stlport/stl/debug/
_hashtable.h 186 //TODO: Add checks for iterator locality -> avoids comparison between different bucket iterators
191 //TODO: Add checks for iterator locality -> avoids comparison between different bucket iterators
199 //TODO: Add checks for iterator locality -> avoids comparison between different bucket iterators
204 //TODO: Add checks for iterator locality -> avoids comparison between different bucket iterators
  /external/v8/test/mjsunit/
compare-character.js 28 // Test the optimized implementation of comparison with single-character

Completed in 1256 milliseconds

<<11121314151617181920>>