| /third_party/skia/third_party/externals/libpng/contrib/libtests/ |
| H A D | tarith.c | 330 /* Test this character (ch) to ensure the parser does the correct thing. in check_one_character() 645 * numbers, so correct for that here. in validation_muldiv() 793 double correct = -log(i/255.)/log(2.)*65536; in validation_gamma() local 794 double error = png_log8bit(i) - correct; in validation_gamma() 800 i != 0 && png_log8bit(i) != floor(correct+.5)) in validation_gamma() 803 i, png_log8bit(i), correct); in validation_gamma() 813 double correct = -log(i/65535.)/log(2.)*65536; in validation_gamma() local 814 double error = png_log16bit(i) - correct; in validation_gamma() 820 i != 0 && png_log16bit(i) != floor(correct+.5)) in validation_gamma() 825 " error: %f\n", i, png_log16bit(i), correct, erro in validation_gamma() 837 double correct = exp(-i/65536. * log(2.)) * (65536. * 65536); validation_gamma() local 855 double correct = exp(-i/65536. * log(2.)) * 255; validation_gamma() local 873 double correct = exp(-i/65536. * log(2.)) * 65535; validation_gamma() local 902 double correct = pow(j/255., g) * 255; validation_gamma() local 921 double correct = pow(j/65535., g) * 65535; validation_gamma() local [all...] |
| /kernel/linux/linux-5.10/kernel/trace/ |
| H A D | trace_branch.c | 83 entry->correct = val == expect; in probe_likely_condition() 148 field->correct ? " ok " : " MISS ", in trace_branch_print() 210 /* A constant is always correct */ in ftrace_likely_update() 225 f->data.correct++; in ftrace_likely_update() 238 seq_puts(m, " correct incorrect % " in annotated_branch_stat_headers() 251 if (p->correct) { in get_incorrect_percent() 253 percent /= p->correct + p->incorrect; in get_incorrect_percent() 277 * The miss is overlayed on correct, and hit on incorrect. in branch_stat_show() 292 seq_printf(m, "%8lu %8lu ", p->correct, p->incorrect); in branch_stat_show_normal() 312 p->data.correct, in annotate_branch_stat_show() [all...] |
| H A D | trace_entries.h | 304 __field( char, correct ) 310 __entry->func, __entry->file, __entry->correct,
|
| /kernel/linux/linux-6.6/kernel/trace/ |
| H A D | trace_branch.c | 83 entry->correct = val == expect; in probe_likely_condition() 148 field->correct ? " ok " : " MISS ", in trace_branch_print() 210 /* A constant is always correct */ in ftrace_likely_update() 225 f->data.correct++; in ftrace_likely_update() 238 seq_puts(m, " correct incorrect % " in annotated_branch_stat_headers() 251 if (p->correct) { in get_incorrect_percent() 253 percent /= p->correct + p->incorrect; in get_incorrect_percent() 277 * The miss is overlayed on correct, and hit on incorrect. in branch_stat_show() 292 seq_printf(m, "%8lu %8lu ", p->correct, p->incorrect); in branch_stat_show_normal() 312 p->data.correct, in annotate_branch_stat_show() [all...] |
| /third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
| H A D | transformation_add_parameter_test.cpp | 140 TransformationAddParameter correct(9, 60, 11, {{{13, 8}}}, 61); in TEST() 141 ASSERT_TRUE(correct.IsApplicable(context.get(), transformation_context)); in TEST() 142 ApplyAndCheckFreshIds(correct, context.get(), &transformation_context); in TEST() 148 TransformationAddParameter correct(9, 68, 52, {{{13, 54}}}, 69); in TEST() 149 ASSERT_TRUE(correct.IsApplicable(context.get(), transformation_context)); in TEST() 150 ApplyAndCheckFreshIds(correct, context.get(), &transformation_context); in TEST() 156 TransformationAddParameter correct(17, 62, 7, {{}}, 63); in TEST() 157 ASSERT_TRUE(correct.IsApplicable(context.get(), transformation_context)); in TEST() 158 ApplyAndCheckFreshIds(correct, context.get(), &transformation_context); in TEST() 164 TransformationAddParameter correct(2 in TEST() [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
| H A D | transformation_add_parameter_test.cpp | 140 TransformationAddParameter correct(9, 60, 11, {{{13, 8}}}, 61); in TEST() 141 ASSERT_TRUE(correct.IsApplicable(context.get(), transformation_context)); in TEST() 142 ApplyAndCheckFreshIds(correct, context.get(), &transformation_context); in TEST() 148 TransformationAddParameter correct(9, 68, 52, {{{13, 54}}}, 69); in TEST() 149 ASSERT_TRUE(correct.IsApplicable(context.get(), transformation_context)); in TEST() 150 ApplyAndCheckFreshIds(correct, context.get(), &transformation_context); in TEST() 156 TransformationAddParameter correct(17, 62, 7, {{}}, 63); in TEST() 157 ASSERT_TRUE(correct.IsApplicable(context.get(), transformation_context)); in TEST() 158 ApplyAndCheckFreshIds(correct, context.get(), &transformation_context); in TEST() 164 TransformationAddParameter correct(2 in TEST() [all...] |
| /third_party/spirv-tools/test/fuzz/ |
| H A D | transformation_add_parameter_test.cpp | 140 TransformationAddParameter correct(9, 60, 11, {{{13, 8}}}, 61); in TEST() 141 ASSERT_TRUE(correct.IsApplicable(context.get(), transformation_context)); in TEST() 142 ApplyAndCheckFreshIds(correct, context.get(), &transformation_context); in TEST() 148 TransformationAddParameter correct(9, 68, 52, {{{13, 54}}}, 69); in TEST() 149 ASSERT_TRUE(correct.IsApplicable(context.get(), transformation_context)); in TEST() 150 ApplyAndCheckFreshIds(correct, context.get(), &transformation_context); in TEST() 156 TransformationAddParameter correct(17, 62, 7, {{}}, 63); in TEST() 157 ASSERT_TRUE(correct.IsApplicable(context.get(), transformation_context)); in TEST() 158 ApplyAndCheckFreshIds(correct, context.get(), &transformation_context); in TEST() 164 TransformationAddParameter correct(2 in TEST() [all...] |
| /third_party/skia/tests/ |
| H A D | DefaultPathRendererTest.cpp | 123 bool correct = true; in run_test() local 124 for (int y = kBigSize/2+1; y < kBigSize-kPad-1 && correct; ++y) { in run_test() 125 for (int x = kPad+1; x < kBigSize-kPad-1 && correct; ++x) { in run_test() 126 correct = bm.getColor(x, y) == SK_ColorBLACK; in run_test() 127 REPORTER_ASSERT(reporter, correct); in run_test()
|
| /third_party/node/deps/npm/node_modules/function-bind/test/ |
| H A D | index.js | 63 st.deepEqual(args, [1, 2, 3], 'passed arguments are correct'); 77 st.deepEqual(args, [1, 2, 3, 4, 5, 6], 'passed arguments are correct'); 161 st.deepEqual(args, [1, 2, 3], 'passed arguments are correct'); 177 st.deepEqual(args, [1, 2, 3, 4, 5, 6], 'passed arguments are correct'); 181 t.test('passes the correct arguments when called as a constructor', function (st) { 211 t.test('sets a correct length without thisArg', function (st) { 218 t.test('sets a correct length with thisArg', function (st) { 225 t.test('sets a correct length without thisArg and first argument', function (st) { 232 t.test('sets a correct length with thisArg and first argument', function (st) { 239 t.test('sets a correct lengt [all...] |
| /third_party/vk-gl-cts/scripts/src_util/ |
| H A D | check_boms.py | 66 correct = True 73 correct = False 75 return correct
|
| /third_party/node/deps/npm/node_modules/ip-address/dist/ |
| H A D | ipv6.js | 104 * Returns true if the address is correct, false otherwise 263 // correct ip6.arpa form with ending removed will be 63 characters 471 * Return the correct form of the address 510 let correct = groups.join(':'); 511 correct = correct.replace(/^compact$/, '::'); 512 correct = correct.replace(/^compact|compact$/, ':'); 513 correct = correct [all...] |
| /third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
| H A D | BreakIteratorPerformanceTest.java | 123 PerfTest.Function createTestICU(final com.ibm.icu.text.BreakIterator iIter, final String[] correct, in createTestICU() argument 131 if (!correct[k++].equals(fileContents.substring(start, end))) in createTestICU() 134 if (k != correct.length) in createTestICU() 145 PerfTest.Function createTestJava(final java.text.BreakIterator jIter, final String[] correct, final String breakType) { in createTestJava() argument 151 if (!correct[k++].equals(fileContents.substring(start, end))) in createTestJava() 154 if (k != correct.length) in createTestJava()
|
| /third_party/node/test/parallel/ |
| H A D | test-cluster-message.js | 69 'correct': false 73 'correct': false 77 'correct': false 85 checks[type].correct = result; 143 assert.ok(check.correct, `The ${type} did not get the correct message`);
|
| H A D | test-cluster-basic.js | 173 `The cluster event "${name}" did not emit with correct argument`); 191 `The worker event "${name}" did not emit with correct argument`);
|
| /third_party/pulseaudio/src/tests/ |
| H A D | cpu-sconv-test.c | 40 bool correct, in run_conv_test_float_to_s16() 60 if (correct) { in run_conv_test_float_to_s16() 92 bool correct, in run_conv_test_s16_to_float() 110 if (correct) { in run_conv_test_s16_to_float() 36 run_conv_test_float_to_s16( pa_convert_func_t func, pa_convert_func_t orig_func, int align, bool correct, bool perf) run_conv_test_float_to_s16() argument 88 run_conv_test_s16_to_float( pa_convert_func_t func, pa_convert_func_t orig_func, int align, bool correct, bool perf) run_conv_test_s16_to_float() argument
|
| H A D | cpu-remap-test.c | 41 bool correct, in run_remap_test_float() 65 if (correct) { in run_remap_test_float() 96 bool correct, in run_remap_test_s16() 119 if (correct) { in run_remap_test_s16() 150 bool correct, in run_remap_test_s32() 173 if (correct) { in run_remap_test_s32() 37 run_remap_test_float( pa_remap_t *remap_func, pa_remap_t *remap_orig, int align, bool correct, bool perf) run_remap_test_float() argument 92 run_remap_test_s16( pa_remap_t *remap_func, pa_remap_t *remap_orig, int align, bool correct, bool perf) run_remap_test_s16() argument 146 run_remap_test_s32( pa_remap_t *remap_func, pa_remap_t *remap_orig, int align, bool correct, bool perf) run_remap_test_s32() argument
|
| H A D | cpu-mix-test.c | 55 bool correct, in run_mix_test() 105 if (correct) { in run_mix_test() 50 run_mix_test( pa_do_mix_func_t func, pa_do_mix_func_t orig_func, int align, int channels, bool correct, bool perf) run_mix_test() argument
|
| H A D | cpu-volume-test.c | 44 bool correct, in run_volume_test() 72 if (correct) { in run_volume_test() 39 run_volume_test( pa_do_volume_func_t func, pa_do_volume_func_t orig_func, int align, int channels, bool correct, bool perf) run_volume_test() argument
|
| /third_party/node/deps/npm/node_modules/validate-npm-package-license/ |
| H A D | index.js | 2 var correct = require('spdx-correct'); variable 61 var corrected = correct(argument);
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | ShaderLang.cpp | 495 bool correct = true; in DeduceVersionProfile() local 500 return correct; in DeduceVersionProfile() 512 correct = false; in DeduceVersionProfile() 524 correct = false; in DeduceVersionProfile() 532 correct = false; in DeduceVersionProfile() 538 correct = false; in DeduceVersionProfile() 574 correct = false; in DeduceVersionProfile() 590 correct = false; in DeduceVersionProfile() 601 correct = false; in DeduceVersionProfile() 611 correct in DeduceVersionProfile() [all...] |
| /third_party/libunwind/libunwind/doc/ |
| H A D | libunwind-setjmp.tex | 46 \item The correct operation of this library depends on the presence of 47 correct unwind information. On newer platforms, this is rarely an 50 unwound during a \Func{longjmp}() have correct unwind information
|
| /third_party/rust/crates/cxx/tests/ |
| H A D | test.rs | 24 CORRECT.with(|correct| correct.set(true)); in cxx_test_suite_set_correct() 29 CORRECT.with(|correct| correct.set(false));
|
| /third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
| H A D | ltpfsscsi.sh | 29 the correct parameters.
|
| /third_party/node/test/fixtures/wpt/encoding/streams/ |
| H A D | decode-attributes.any.js | 21 }, `encoding attribute should have correct value for '${label}'`);
|
| /third_party/musl/src/thread/powerpc64/ |
| H A D | clone.s | 23 # shuffle args into correct registers and call SYS_clone
|