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

1 2 3 4 5 6 7 8 91011

  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pixelformat.c 285 BOOL exact; member in struct:attrib_match_info
368 if (ami->exact) {
369 /* For an exact match criteria, if the actual and expected values differ,
409 * points for a mismatch when the match does not have to be exact.
410 * Set a score to 0 if there is a mismatch for an exact match criteria.
  /external/e2fsprogs/e2fsck/
mtrace.h 178 __ptr_t exact; /* The address that malloc returned. */ member in struct:alignlist
  /external/selinux/restorecond/
watch.c 126 int exact=0; local
127 if (strings_list_find(ptr->files, file, &exact) == 0) {
  /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 553 of 32768/25200 instead of the exact value to avoid critical cases
583 FIXP_SGL exact, temp; local
587 exact = (FIXP_SGL)(
592 exact = FX_DBL2FX_SGL(fMult(exact, bandfactor));
597 temp = exact + FL2FXCONST_SGL(128.0 / 32768.0);
  /external/libusb/examples/getopt/
getopt.c 493 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;
687 if (ambig && !exact)
812 int exact = 0;
851 /* Test all long options for either exact match
858 /* Exact match found. */
861 exact = 1
647 int exact = 0; local
808 int exact = 0; local
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_builder.h 34 /* Whether new ALU instructions will be marked "exact" */
35 bool exact; member in struct:nir_builder
45 build->exact = false;
57 build->exact = false;
183 instr->exact = build->exact;
272 mov->exact = build->exact;
286 mov->exact = build->exact;
    [all...]
  /external/skia/src/utils/
SkInterpolator.cpp 99 bool exact = true; local
113 exact = false;
119 if (exact) {
126 *exactPtr = exact;
186 bool exact; local
187 Result result = timeToT(time, &T, &index, &exact);
191 if (exact) {
  /external/skia/tests/
SkNxTest.cpp 159 int exact = a+b; local
160 if (exact > 255) { exact = 255; }
161 if (exact < 0) { exact = 0; }
163 REPORTER_ASSERT(r, Sk16b(a).saturatedAdd(Sk16b(b))[0] == exact);
185 int exact = (a*b+127)/255; local
193 REPORTER_ASSERT(r, correct == exact);
197 REPORTER_ASSERT(r, fast-exact >= -1 && fast-exact <= 1)
    [all...]
MathTest.cpp 319 float exact = 1.0f/sk_float_sqrt(input); local
321 float relativeError = sk_float_abs(exact - estimate)/exact;
329 float exact = 1.0f/sk_float_sqrt(input); local
331 float relativeError = sk_float_abs(exact - estimate)/exact;
339 float exact = 1.0f/sk_float_sqrt(input); local
341 float relativeError = sk_float_abs(exact - estimate)/exact;
  /external/skqp/src/utils/
SkInterpolator.cpp 99 bool exact = true; local
113 exact = false;
119 if (exact) {
126 *exactPtr = exact;
186 bool exact; local
187 Result result = timeToT(time, &T, &index, &exact);
191 if (exact) {
  /external/skqp/tests/
SkNxTest.cpp 159 int exact = a+b; local
160 if (exact > 255) { exact = 255; }
161 if (exact < 0) { exact = 0; }
163 REPORTER_ASSERT(r, Sk16b(a).saturatedAdd(Sk16b(b))[0] == exact);
185 int exact = (a*b+127)/255; local
193 REPORTER_ASSERT(r, correct == exact);
197 REPORTER_ASSERT(r, fast-exact >= -1 && fast-exact <= 1)
    [all...]
MathTest.cpp 319 float exact = 1.0f/sk_float_sqrt(input); local
321 float relativeError = sk_float_abs(exact - estimate)/exact;
329 float exact = 1.0f/sk_float_sqrt(input); local
331 float relativeError = sk_float_abs(exact - estimate)/exact;
339 float exact = 1.0f/sk_float_sqrt(input); local
341 float relativeError = sk_float_abs(exact - estimate)/exact;
  /toolchain/binutils/binutils-2.27/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/libxaac/decoder/
ixheaacd_freq_sca.c 541 WORD32 temp, exact; local
545 exact = ixheaacd_shl32_sat(ixheaacd_deposit16l_in32(stop), INT_BITS - 8);
548 exact = ixheaacd_mult16x16in32(ixheaacd_extract16h(exact), bandfactor);
550 temp = ixheaacd_add32_sat(exact, 0x00400000);
551 exact = exact << 1;
  /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/main/java/androidx/recyclerview/widget/
SortedList.java 753 int exact = linearEqualitySearch(item, middle, left, right); local
755 return exact == INVALID_POSITION ? middle : exact;
757 return exact;
    [all...]
  /external/webp/include/webp/
encode.h 142 int exact; // if non-zero, preserve the exact RGB values under member in struct:WebPConfig
  /external/webp/src/webp/
encode.h 142 int exact; // if non-zero, preserve the exact RGB values under member in struct:WebPConfig
  /frameworks/native/opengl/libagl/
egl.cpp 829 static bool exact(GLint reqValue, GLint confValue) { function in struct:android::config_management_t
    [all...]
  /external/elfutils/src/
elflint.c 3587 enum { unused, exact, atleast, exact_or_gnuld } attrflag; enumerator in enum:__anon20205::__anon20206
    [all...]
  /external/valgrind/none/tests/ppc32/
test_isa_2_07_part1.c 1094 int exact)
1103 name, filter, exact ? "exact" : "starting");
1106 if (exact) {
1896 int exact; local
    [all...]
  /external/valgrind/none/tests/ppc64/
test_isa_2_07_part1.c 1094 int exact)
1103 name, filter, exact ? "exact" : "starting");
1106 if (exact) {
1896 int exact; local
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
script.cc 2319 Exact* exact = this->exact_[i]; local
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
oniguruma.h 689 int sub_anchor; /* start-anchor for exact or map */
690 unsigned char *exact; member in struct:re_pattern_buffer
695 OnigDistance dmin; /* min-distance of exact or map */
696 OnigDistance dmax; /* max-distance of exact or map */
    [all...]

Completed in 701 milliseconds

1 2 3 4 5 6 7 8 91011