Searched refs:correct (Results 76 - 84 of 84) sorted by relevance
1234
| /third_party/skia/third_party/externals/libpng/ |
| H A D | config.guess | 737 true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct
|
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
| H A D | jsi_engine.cpp | 1196 engine->CallJs(callbackId, R"({"arguments":["file uri pattern not correct", 202],"method":"fail"})"); in JsReadText() 1272 engine->CallJs(callbackId, R"({"arguments":["file uri pattern not correct", 200],"method":"fail"})"); in JsReadArrayBuffer()
|
| /third_party/ffmpeg/libavutil/x86/ |
| H A D | x86inc.asm | 760 ; Create a global symbol from a local label with the correct name mangling and type
|
| /third_party/mesa3d/src/nouveau/codegen/lib/ |
| H A D | gk104.asm | 725 // rsqrt64h will give correct result for 0/inf/nan, the following logic
|
| /third_party/skia/third_party/externals/libpng/contrib/libtests/ |
| H A D | pngvalid.c | 15 * read code) and validates that the result has the correct data. 714 png_uint_32 id; /* must be correct (see FILEID) */ 1124 /* Return a single row from the correct image. */ 4144 /* Use a compressed text string to test the correct interaction of text in make_transform_image() 4234 /* Use a compressed text string to test the correct interaction of text in make_transform_image() 4364 /* Use a compressed text string to test the correct interaction of text in make_size_image() 4487 /* Use a compressed text string to test the correct interaction of text in make_size_image() 4849 png_const_charp correct = "29 Aug 2079 13:53:60 +0000"; in perform_formatting_test() local 4884 if (strcmp(result, correct) != 0) in perform_formatting_test() 4890 pos = safecat(msg, sizeof msg, pos, correct); in perform_formatting_test() [all...] |
| /third_party/skia/third_party/externals/microhttpd/doc/ |
| H A D | texinfo.tex | 50 % The extra TeX runs get the cross-reference information correct. 672 % To get correct interline space between the last line of the group 3961 % Use the current \colcount to find the correct column width: 4698 % Of course this is not nearly correct, but it is the best we can do for now.
|
| /third_party/node/deps/simdutf/ |
| H A D | simdutf.cpp | 163 // This should be the correct header whether 2205 // correct order. in pack() 3419 // This should be the correct header whether 13398 // 4 byte: 11110aaa bbbbbbcc|cccc0000 00000000 - high 10 bits correct w/o correction in convert_masked_utf8_to_utf16() 13401 // 3 byte: 00000000 00000010|bbbbcccc ccdddddd - low 16 bits correct in convert_masked_utf8_to_utf16() 13402 // 4 byte: 00000011 110aaabb|bbbbcccc ccdddddd - low 10 bits correct w/o correction in convert_masked_utf8_to_utf16() 16962 if (ret.first.error) { return ret.first; } // Can return directly since scalar fallback already found correct ret.first.count 16979 if (ret.first.error) { return ret.first; } // Can return directly since scalar fallback already found correct ret.first.count 17033 if (ret.first.error) { return ret.first; } // Can return directly since scalar fallback already found correct ret.first.count 17051 if (ret.first.error) { return ret.first; } // Can return directly since scalar fallback already found correct re [all...] |
| /third_party/python/ |
| H A D | configure | 22327 # Linux requires this for correct f.p. operations 22685 /* 1./(1-2**-53) -> 1+2**-52 (correct), 1.0 (double rounding) */ 22690 /* 1e16+2.99999 -> 1e16+2. (correct), 1e16+4. (double rounding) */
|
| /third_party/rust/crates/memchr/bench/data/code/ |
| H A D | rust-library.rs | 12210 let correct = dst in test_append_permutations() 12216 assert_eq!(dst, correct); in test_append_permutations() 12932 // we end up with a deque of the correct size in test_zero_sized_push() 13693 // even if the order may not be correct. 16415 /// [`with_capacity`] method to allocate the correct capacity initially: 16847 /// * `capacity` needs to be the correct value. 19946 /// See [`MaybeUninit::zeroed`][zeroed] for examples of correct and 20034 /// See [`MaybeUninit::zeroed`][zeroed] for examples of correct and 20143 /// See [`MaybeUninit::zeroed`][zeroed] for examples of correct and 23235 // the safety of `From<Arc<W>> for Waker` does not depend on the correct [all...] |
Completed in 117 milliseconds
1234