HomeSort by relevance Sort by last modified time
    Searched defs:exact (Results 1 - 25 of 172) sorted by null

1 2 3 4 5 6 7

  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pixelformat.c 270 BOOL exact; member in struct:attrib_match_info
349 if (ami->exact) {
350 /* For an exact match criteria, if the actual and expected values differ,
390 * points for a mismatch when the match does not have to be exact.
391 * Set a score to 0 if there is a mismatch for an exact match criteria.
  /external/skia/src/animator/
SkOperandIterpolator.cpp 61 bool exact; local
62 Result result = timeToT(time, &T, &index, &exact);
67 if (exact)
  /external/e2fsprogs/e2fsck/
mtrace.h 178 __ptr_t exact; /* The address that malloc returned. */ member in struct:alignlist
  /external/selinux/policycoreutils/restorecond/
watch.c 122 int exact=0; local
123 if (strings_list_find(ptr->files, file, &exact) == 0) {
  /external/skia/tests/
SkNxTest.cpp 162 int exact = a+b; local
163 if (exact > 255) { exact = 255; }
164 if (exact < 0) { exact = 0; }
166 REPORTER_ASSERT(r, Sk16b(a).saturatedAdd(Sk16b(b))[0] == exact);
174 int exact = (a*b+127)/255; local
182 REPORTER_ASSERT(r, correct == exact);
186 REPORTER_ASSERT(r, fast-exact >= -1 && fast-exact <= 1)
    [all...]
MathTest.cpp 390 float exact = 1.0f/sk_float_sqrt(input); local
392 float relativeError = sk_float_abs(exact - estimate)/exact;
400 float exact = 1.0f/sk_float_sqrt(input); local
402 float relativeError = sk_float_abs(exact - estimate)/exact;
410 float exact = 1.0f/sk_float_sqrt(input); local
412 float relativeError = sk_float_abs(exact - estimate)/exact;
  /libcore/ojluni/src/main/java/sun/misc/
RegexpPool.java 106 && (!p.exact || i == len)) {
124 // delete only if there is an exact match
173 boolean exact = false;
177 exact = true;
181 p.exact = exact;
203 && (!p.exact || i == len)) {
266 boolean exact; field in class:RegexpNode
  /external/aac/libSBRdec/src/
sbrdec_freq_sca.cpp 503 of 32768/25200 instead of the exact value to avoid critical cases
534 FIXP_SGL exact, temp; local
538 exact = (FIXP_SGL)(stop << (FRACT_BITS-8)); /* Shift left to gain some accuracy */
542 exact = FX_DBL2FX_SGL(fMult(exact,bandfactor));
546 temp = exact + FL2FXCONST_SGL(128.0/32768.0);
  /external/bison/lib/
getopt.c 328 or is an exact match for some defined option. If they have an
494 int exact = 0;
502 /* Test all long options for either exact match
509 /* Exact match found. */
512 exact = 1;
534 if (ambig_list != NULL && !exact)
841 int exact = 0;
905 /* Test all long options for either exact match
912 /* Exact match found. */
915 exact = 1
490 int exact = 0; local
837 int exact = 0; local
    [all...]
  /external/skia/src/utils/
SkInterpolator.cpp 98 bool exact = true; local
112 exact = false;
118 if (exact) {
125 *exactPtr = exact;
185 bool exact; local
186 Result result = timeToT(time, &T, &index, &exact);
190 if (exact) {
  /ndk/sources/host-tools/make-3.81/
getopt.c 484 or is an exact match for some defined option. If they have an
630 int exact = 0;
638 /* Test all long options for either exact match
646 /* Exact match found. */
649 exact = 1;
663 if (ambig && !exact)
786 int exact = 0;
825 /* Test all long options for either exact match
832 /* Exact match found. */
835 exact = 1
627 int exact = 0; local
783 int exact = 0; local
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
getopt.c 504 or is an exact match for some defined option. If they have an
651 int exact = 0;
659 /* Test all long options for either exact match
667 /* Exact match found. */
670 exact = 1;
684 if (ambig && !exact)
809 int exact = 0;
848 /* Test all long options for either exact match
855 /* Exact match found. */
858 exact = 1
647 int exact = 0; local
805 int exact = 0; local
    [all...]
  /external/regex-re2/re2/
prefilter.cc 225 set<string>& exact() { return exact_; } function in class:re2::Prefilter::Info
235 // are placed in exact_. When it is no longer an exact
309 // Concats a and b. Requires that both are exact sets.
310 // Forms an exact set that is a crossproduct of a and b.
327 // Used only when a or b is not exact or when the
328 // exact cross product is likely to be too big.
382 // Constructs Info for a+ given a. If a was exact set, it isn't
586 // Exact is concat of recent contiguous exact nodes.
588 Info* exact = NULL local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
clast.h 161 typedef enum filterType {exact, subset} ClastFilterType; enumerator in enum:filterType
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
clast.h 161 typedef enum filterType {exact, subset} ClastFilterType; enumerator in enum:filterType
  /frameworks/support/v7/recyclerview/src/android/support/v7/util/
SortedList.java 603 int exact = linearEqualitySearch(item, middle, left, right); local
605 return exact == INVALID_POSITION ? middle : exact;
607 return exact;
  /external/webp/include/webp/
encode.h 139 int exact; // if non-zero, preserve the exact RGB values under member in struct:WebPConfig
  /external/webp/src/webp/
encode.h 139 int exact; // if non-zero, preserve the exact RGB values under member in struct:WebPConfig
  /frameworks/native/opengl/libagl/
egl.cpp 807 static bool exact(GLint reqValue, GLint confValue) { function in struct:android::config_management_t
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmInstructionTests.cpp 362 // We really just need this for size because we are not comparing the exact values.
2423 vector<float> exact; local
    [all...]
  /external/elfutils/src/
elflint.c 3587 enum { unused, exact, atleast, exact_or_gnuld } attrflag; enumerator in enum:__anon12315::__anon12316
    [all...]
  /external/valgrind/none/tests/ppc64/
test_isa_2_07_part1.c 1087 int exact)
1096 name, filter, exact ? "exact" : "starting");
1099 if (exact) {
1889 int exact; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
script.cc 2316 Exact* exact = this->exact_[i]; local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 1682 const double exact = this->applyExact(arg0); local
1750 const double exact = this->applyExact(x, y); local
1805 const double exact = this->applyExact(x, y); local
1843 const double exact = this->applyExact(x, y, z); local
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 1703 const double exact = this->applyExact(arg0); local
1771 const double exact = this->applyExact(x, y); local
1826 const double exact = this->applyExact(x, y); local
1864 const double exact = this->applyExact(x, y, z); local
    [all...]

Completed in 4045 milliseconds

1 2 3 4 5 6 7