/third_party/python/Lib/test/decimaltestdata/ |
D | dqCompare.decTest | 35 dqcom001 compare -2 -2 -> 0 36 dqcom002 compare -2 -1 -> -1 37 dqcom003 compare -2 0 -> -1 38 dqcom004 compare -2 1 -> -1 39 dqcom005 compare -2 2 -> -1 40 dqcom006 compare -1 -2 -> 1 41 dqcom007 compare -1 -1 -> 0 42 dqcom008 compare -1 0 -> -1 43 dqcom009 compare -1 1 -> -1 44 dqcom010 compare -1 2 -> -1 [all …]
|
D | ddCompare.decTest | 35 ddcom001 compare -2 -2 -> 0 36 ddcom002 compare -2 -1 -> -1 37 ddcom003 compare -2 0 -> -1 38 ddcom004 compare -2 1 -> -1 39 ddcom005 compare -2 2 -> -1 40 ddcom006 compare -1 -2 -> 1 41 ddcom007 compare -1 -1 -> 0 42 ddcom008 compare -1 0 -> -1 43 ddcom009 compare -1 1 -> -1 44 ddcom010 compare -1 2 -> -1 [all …]
|
D | compare.decTest | 2 -- compare.decTest -- decimal comparison that allows quiet NaNs -- 34 comx001 compare -2 -2 -> 0 35 comx002 compare -2 -1 -> -1 36 comx003 compare -2 0 -> -1 37 comx004 compare -2 1 -> -1 38 comx005 compare -2 2 -> -1 39 comx006 compare -1 -2 -> 1 40 comx007 compare -1 -1 -> 0 41 comx008 compare -1 0 -> -1 42 comx009 compare -1 1 -> -1 [all …]
|
D | randoms.decTest | 31 xcom001 compare 905.67402 -202896611.E-780472620 -> 1 39 xcom002 compare 3915134.7 -597164907. -> 1 47 xcom003 compare 309759261 62663.487 -> 1 55 xcom004 compare 3.93591888E-236595626 7242375.00 -> -1 63 xcom005 compare 323902.714 -608669.607E-657060568 -> 1 71 xcom006 compare 5.11970092 -8807.22036 -> 1 79 xcom007 compare -7.99874516 4561.83758 -> -1 87 xcom008 compare 297802878 -927206.324 -> 1 95 xcom009 compare -766.651824 31300.3619 -> -1 103 xcom010 compare -56746.8689E+934981942 471002521. -> -1 [all …]
|
D | randomBound32.decTest | 33 comx3001 compare 4953734675913.065314738743322579 0218.932010396534371704930714860E+797 -> -1 41 comx3002 compare 9641.684323386955881595490347910E-844 -78864532047.12287484430980636798E+934 -> 1 49 comx3003 compare -1.028048571628326871054964307774E+529 49200008645699.35577937582714739 -> -1 57 comx3004 compare 479084.8561808930525417735205519 084157571054.2691784660983989931 -> -1 65 comx3005 compare -0363750788.573782205664349562931 -3172.080934464133691909905980096 -> -1 73 comx3006 compare 1381026551423669919010191878449 -82.66614775445371254999357800739 -> 1 81 comx3007 compare 4627.026960423072127953556635585 -4410583132901.830017479741231131 -> 1 89 comx3008 compare 75353574493.84484153484918212042 -8684111695095849922263044191221 -> 1 97 comx3009 compare 6907058.216435355874729592373011 2.857005446917670515662398741545 -> 1 105 comx3010 compare -38949530427253.24030680468677190 712168021.1265384466442576619064E-992 -> -1 [all …]
|
/third_party/vk-gl-cts/android/cts/main/ |
D | gles3-master-2022-03-01.txt | 46 dEQP-GLES3.functional.shaders.arrays.compare.equal_lowp_int_lowp_int_vertex 47 dEQP-GLES3.functional.shaders.arrays.compare.equal_lowp_int_lowp_int_fragment 48 dEQP-GLES3.functional.shaders.arrays.compare.equal_lowp_uint_lowp_uint_vertex 49 dEQP-GLES3.functional.shaders.arrays.compare.equal_lowp_uint_lowp_uint_fragment 50 dEQP-GLES3.functional.shaders.arrays.compare.equal_lowp_float_lowp_float_vertex 51 dEQP-GLES3.functional.shaders.arrays.compare.equal_lowp_float_lowp_float_fragment 52 dEQP-GLES3.functional.shaders.arrays.compare.equal_lowp_vec2_lowp_vec2_vertex 53 dEQP-GLES3.functional.shaders.arrays.compare.equal_lowp_vec2_lowp_vec2_fragment 54 dEQP-GLES3.functional.shaders.arrays.compare.equal_lowp_vec3_lowp_vec3_vertex 55 dEQP-GLES3.functional.shaders.arrays.compare.equal_lowp_vec3_lowp_vec3_fragment [all …]
|
/third_party/node/test/parallel/ |
D | test-buffer-compare-offset.js | 9 assert.strictEqual(a.compare(b), -1); 12 assert.strictEqual(a.compare(b, 0), -1); 13 assert.throws(() => a.compare(b, '0'), { code: 'ERR_INVALID_ARG_TYPE' }); 14 assert.strictEqual(a.compare(b, undefined), -1); 17 assert.strictEqual(a.compare(b, 0, undefined, 0), -1); 20 assert.strictEqual(a.compare(b, 0, 0, 0), 1); 22 () => a.compare(b, 0, '0', '0'), 27 assert.strictEqual(a.compare(b, 6, 10), 1); 30 assert.strictEqual(a.compare(b, 6, 10, 0, 0), -1); 33 assert.strictEqual(a.compare(b, 0, 0, 0, 0), 0); [all …]
|
D | test-buffer-compare.js | 11 assert.strictEqual(b.compare(c), -1); 12 assert.strictEqual(c.compare(d), 1); 13 assert.strictEqual(d.compare(b), 1); 14 assert.strictEqual(d.compare(e), 0); 15 assert.strictEqual(b.compare(d), -1); 16 assert.strictEqual(b.compare(b), 0); 18 assert.strictEqual(Buffer.compare(b, c), -1); 19 assert.strictEqual(Buffer.compare(c, d), 1); 20 assert.strictEqual(Buffer.compare(d, b), 1); 21 assert.strictEqual(Buffer.compare(b, d), -1); [all …]
|
/third_party/spirv-tools/test/val/ |
D | val_ray_query_test.cpp | 117 if (opcode.compare("OpRayQueryProceedKHR") == 0 || in RayQueryResult() 118 opcode.compare("OpRayQueryGetIntersectionTypeKHR") == 0 || in RayQueryResult() 119 opcode.compare("OpRayQueryGetRayTMinKHR") == 0 || in RayQueryResult() 120 opcode.compare("OpRayQueryGetRayFlagsKHR") == 0 || in RayQueryResult() 121 opcode.compare("OpRayQueryGetIntersectionTKHR") == 0 || in RayQueryResult() 122 opcode.compare("OpRayQueryGetIntersectionInstanceCustomIndexKHR") == 0 || in RayQueryResult() 123 opcode.compare("OpRayQueryGetIntersectionInstanceIdKHR") == 0 || in RayQueryResult() 124 opcode.compare("OpRayQueryGetIntersectionInstanceShaderBindingTableRecord" in RayQueryResult() 126 opcode.compare("OpRayQueryGetIntersectionGeometryIndexKHR") == 0 || in RayQueryResult() 127 opcode.compare("OpRayQueryGetIntersectionPrimitiveIndexKHR") == 0 || in RayQueryResult() [all …]
|
D | val_storage_test.cpp | 257 const std::string mode = (execution_model.compare("GLCompute") == 0) in GenerateExecutionModelCode() 310 if (execution_model.compare("RayGenerationKHR") == 0 || in TEST_P() 311 execution_model.compare("ClosestHitKHR") == 0 || in TEST_P() 312 execution_model.compare("CallableKHR") == 0 || in TEST_P() 313 execution_model.compare("MissKHR") == 0) { in TEST_P() 333 if (execution_model.compare("RayGenerationKHR") == 0 || in TEST_P() 334 execution_model.compare("ClosestHitKHR") == 0 || in TEST_P() 335 execution_model.compare("CallableKHR") == 0 || in TEST_P() 336 execution_model.compare("MissKHR") == 0) { in TEST_P() 356 if (execution_model.compare("CallableKHR") == 0) { in TEST_P() [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/ |
D | SDL_qsort.c | 33 SDL_qsort(void *base, size_t nmemb, size_t size, int (*compare) (const void *, const void *)) in SDL_qsort() 35 qsort(base, nmemb, size, compare); in SDL_qsort() 278 if (last-first>PIVOT_THRESHOLD*sz) mid=pivot_big(first,mid,last,sz,compare);\ 280 if (compare(first,mid)<0) { \ 281 if (compare(mid,last)>0) { \ 283 if (compare(first,mid)>0) swapper(first,mid);\ 287 if (compare(mid,last)>0) swapper(first,last)\ 290 if (compare(mid,last)>0) swapper(mid,last);\ 303 while (compare(first,pivot)<0) first+=sz; \ 304 while (compare(pivot,last)<0) last-=sz; \ [all …]
|
/third_party/rust/crates/clap/clap_complete/ |
D | CHANGELOG.md | 112 [Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete-v4.1.1...HEAD 113 [4.1.1]: https://github.com/clap-rs/clap/compare/clap_complete-v4.1.0...clap_complete-v4.1.1 114 [4.1.0]: https://github.com/clap-rs/clap/compare/clap_complete-v4.0.7...clap_complete-v4.1.0 115 [4.0.7]: https://github.com/clap-rs/clap/compare/clap_complete-v4.0.6...clap_complete-v4.0.7 116 [4.0.6]: https://github.com/clap-rs/clap/compare/clap_complete-v4.0.5...clap_complete-v4.0.6 117 [4.0.5]: https://github.com/clap-rs/clap/compare/clap_complete-v4.0.4...clap_complete-v4.0.5 118 [4.0.4]: https://github.com/clap-rs/clap/compare/clap_complete-v4.0.3...clap_complete-v4.0.4 119 [4.0.3]: https://github.com/clap-rs/clap/compare/clap_complete-v4.0.2...clap_complete-v4.0.3 120 [4.0.2]: https://github.com/clap-rs/clap/compare/clap_complete-v4.0.1...clap_complete-v4.0.2 121 [4.0.1]: https://github.com/clap-rs/clap/compare/clap_complete-v4.0.0...clap_complete-v4.0.1 [all …]
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/ |
D | collationtest.txt | 24 # "* compare" tests the order (= or <) of the following strings. 28 # Test sections ("* compare") are terminated by 41 * compare 121 * compare 132 * compare 139 * compare 145 * compare 153 * compare 158 * compare 164 * compare [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/ |
D | collationtest.txt | 24 # "* compare" tests the order (= or <) of the following strings. 28 # Test sections ("* compare") are terminated by 41 * compare 121 * compare 132 * compare 139 * compare 145 * compare 153 * compare 158 * compare 164 * compare [all …]
|
/third_party/icu/icu4c/source/test/testdata/ |
D | collationtest.txt | 24 # "* compare" tests the order (= or <) of the following strings. 28 # Test sections ("* compare") are terminated by 41 * compare 121 * compare 132 * compare 139 * compare 145 * compare 153 * compare 158 * compare 164 * compare [all …]
|
/third_party/rust/crates/clap/clap_complete_fig/ |
D | CHANGELOG.md | 66 [Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.1.0...HEAD 67 [4.1.0]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.0.2...clap_complete_fig-v4.1.0 68 [4.0.2]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.0.1...clap_complete_fig-v4.0.2 69 [4.0.1]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.0.0...clap_complete_fig-v4.0.1 70 [4.0.0]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v3.2.4...clap_complete_fig-v4.0.0 71 [3.2.4]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v3.2.3...clap_complete_fig-v3.2.4 72 [3.2.3]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v3.2.2...clap_complete_fig-v3.2.3 73 [3.2.2]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v3.2.1...clap_complete_fig-v3.2.2 74 [3.2.1]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v3.2.0...clap_complete_fig-v3.2.1 75 [3.2.0]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v3.1.5...clap_complete_fig-v3.2.0 [all …]
|
/third_party/rust/crates/clap/clap_mangen/ |
D | CHANGELOG.md | 75 [Unreleased]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.7...HEAD 76 [0.2.7]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.6...clap_mangen-v0.2.7 77 [0.2.6]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.5...clap_mangen-v0.2.6 78 [0.2.5]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.4...clap_mangen-v0.2.5 79 [0.2.4]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.3...clap_mangen-v0.2.4 80 [0.2.3]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.2...clap_mangen-v0.2.3 81 [0.2.2]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.1...clap_mangen-v0.2.2 82 [0.2.1]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.0...clap_mangen-v0.2.1 83 [0.2.0]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.1.10...clap_mangen-v0.2.0 84 [0.1.10]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.1.9...clap_mangen-v0.1.10 [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
D | compImages.sh | 11 compare=compare 17 rm -rf $compare 21 img1=$compare/$branch1 22 files1=$compare/$branch1-files 28 rm -rf $compare 33 img2=$compare/$branch2 34 files2=$compare/$branch2-files 40 rm -rf $compare 44 srcfile=compare/compImages.adoc 62 compdir=$compare/compare [all …]
|
/third_party/glslang/Test/ |
D | spv.float16Fetch.frag | 64 layout(location = 4) in float compare; 106 texel.x += texture(s1DShadow, f16c2, compare, f16bias); 108 texel.x += texture(s2DShadow, f16c2, compare, f16bias); 110 texel.x += texture(sCubeShadow, f16c3, compare, f16bias); 118 texel.x += texture(s1DArrayShadow, f16c2, compare, f16bias); 120 texel.x += texture(s2DArrayShadow, f16c3, compare); 124 texel.x += texture(s2DRectShadow, f16c2, compare); 125 texel.x += texture(sCubeArrayShadow, c4, compare); 126 texel.x += texture(sCubeArrayShadow, f16c4, compare); 146 texel.x += textureProj(s1DShadow, f16c3, compare, f16bias); [all …]
|
/third_party/rust/crates/strsim-rs/ |
D | CHANGELOG.md | 178 [Unreleased]: https://github.com/dguo/strsim-rs/compare/0.10.0...HEAD 179 [0.10.0]: https://github.com/dguo/strsim-rs/compare/0.9.3...0.10.0 180 [0.9.3]: https://github.com/dguo/strsim-rs/compare/0.9.2...0.9.3 181 [0.9.2]: https://github.com/dguo/strsim-rs/compare/0.9.1...0.9.2 182 [0.9.1]: https://github.com/dguo/strsim-rs/compare/0.9.0...0.9.1 183 [0.9.0]: https://github.com/dguo/strsim-rs/compare/0.8.0...0.9.0 184 [0.8.0]: https://github.com/dguo/strsim-rs/compare/0.7.0...0.8.0 185 [0.7.0]: https://github.com/dguo/strsim-rs/compare/0.6.0...0.7.0 186 [0.6.0]: https://github.com/dguo/strsim-rs/compare/0.5.2...0.6.0 187 [0.5.2]: https://github.com/dguo/strsim-rs/compare/0.5.1...0.5.2 [all …]
|
/third_party/rust/crates/rust-openssl/openssl-sys/ |
D | CHANGELOG.md | 402 [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.82..master 403 [v0.9.82]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.81...openssl-sys-v0.9.… 404 [v0.9.81]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.80...openssl-sys-v0.9.… 405 [v0.9.80]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.79...openssl-sys-v0.9.… 406 [v0.9.79]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.78...openssl-sys-v0.9.… 407 [v0.9.78]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.77...openssl-sys-v0.9.… 408 [v0.9.77]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.76...openssl-sys-v0.9.… 409 [v0.9.76]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.75...openssl-sys-v0.9.… 410 [v0.9.75]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.74...openssl-sys-v0.9.… 411 [v0.9.74]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.73...openssl-sys-v0.9.… [all …]
|
/third_party/rust/crates/codespan/codespan/ |
D | CHANGELOG.md | 62 [Unreleased]: https://github.com/brendanzab/codespan/compare/v0.11.0...HEAD 63 [0.11.0]: https://github.com/brendanzab/codespan/compare/v0.9.5...v0.11.0 64 [0.9.5]: https://github.com/brendanzab/codespan/compare/v0.9.4...v0.9.5 65 [0.9.4]: https://github.com/brendanzab/codespan/compare/v0.9.3...v0.9.4 66 [0.9.3]: https://github.com/brendanzab/codespan/compare/v0.9.2...v0.9.3 67 [0.9.2]: https://github.com/brendanzab/codespan/compare/v0.9.1...v0.9.2 68 [0.9.1]: https://github.com/brendanzab/codespan/compare/v0.9.0...v0.9.1 69 [0.9.0]: https://github.com/brendanzab/codespan/compare/v0.8.0...v0.9.0 70 [0.8.0]: https://github.com/brendanzab/codespan/compare/v0.7.0...v0.8.0 71 [0.7.0]: https://github.com/brendanzab/codespan/compare/v0.6.0...v0.7.0 [all …]
|
/third_party/rust/crates/libc/libc-test/test/ |
D | makedev.rs | 23 fn compare(major: c_uint, minor: c_uint) { in compare() function 33 compare(major, minor); in test_8bits() 45 compare(major, minor); in test_android_like() 48 compare(major, (1 << 20) - 1); in test_android_like() 59 compare(major, minor); in test_fbsd11_like() 62 compare(major, c_uint::MAX); in test_fbsd11_like() 73 compare(major, minor); in test_openbsd_like() 76 compare(major, (1 << 24) - 1); in test_openbsd_like() 94 compare(major, minor); in test_fbsd12_like() 97 compare(major, c_uint::MAX); in test_fbsd12_like() [all …]
|
/third_party/rust/crates/codespan/codespan-lsp/ |
D | CHANGELOG.md | 76 [Unreleased]: https://github.com/brendanzab/codespan/compare/v0.11.0...HEAD 77 [0.11.0]: https://github.com/brendanzab/codespan/compare/v0.10.1..v0.11.0 78 [0.10.1]: https://github.com/brendanzab/codespan/compare/v0.10.0..v0.10.1 79 [0.10.0]: https://github.com/brendanzab/codespan/compare/v0.9.5...v0.10.0 80 [0.9.5]: https://github.com/brendanzab/codespan/compare/v0.9.4...v0.9.5 81 [0.9.4]: https://github.com/brendanzab/codespan/compare/v0.9.3...v0.9.4 82 [0.9.3]: https://github.com/brendanzab/codespan/compare/v0.9.2...v0.9.3 83 [0.9.2]: https://github.com/brendanzab/codespan/compare/v0.9.1...v0.9.2 84 [0.9.1]: https://github.com/brendanzab/codespan/compare/v0.9.0...v0.9.1 85 [0.9.0]: https://github.com/brendanzab/codespan/compare/v0.8.0...v0.9.0 [all …]
|
/third_party/node/deps/npm/node_modules/libcipm/ |
D | CHANGELOG.md | 6 ## [4.0.8](https://github.com/npm/libcipm/compare/v4.0.7...v4.0.8) (2020-03-25) 16 ## [4.0.7](https://github.com/npm/libcipm/compare/v4.0.4...v4.0.7) (2019-10-09) 24 ## [4.0.4](https://github.com/npm/libcipm/compare/v4.0.3...v4.0.4) (2019-09-24) 34 ## [4.0.3](https://github.com/npm/libcipm/compare/v4.0.2...v4.0.3) (2019-08-12) 44 ## [4.0.2](https://github.com/npm/libcipm/compare/v4.0.1...v4.0.2) (2019-08-12) 49 ## [4.0.1](https://github.com/npm/libcipm/compare/v4.0.0...v4.0.1) (2019-08-12) 59 # [4.0.0](https://github.com/npm/libcipm/compare/v3.0.3...v4.0.0) (2019-07-10) 77 ## [3.0.3](https://github.com/npm/libcipm/compare/v3.0.2...v3.0.3) (2019-01-22) 87 ## [3.0.2](https://github.com/npm/libcipm/compare/v3.0.1...v3.0.2) (2018-08-31) 97 ## [3.0.1](https://github.com/npm/libcipm/compare/v3.0.0...v3.0.1) (2018-08-31) [all …]
|