/third_party/ffmpeg/tests/ref/fate/ |
D | eval | 115 Evaluating 'lte(0, 1)' 116 'lte(0, 1)' -> 1.000000 118 Evaluating 'lte(1, 1)' 119 'lte(1, 1)' -> 1.000000 121 Evaluating 'lte(1, 0)' 122 'lte(1, 0)' -> 0.000000 139 Evaluating 'st(0, 1); while(lte(ld(0), 100), st(1, ld(1)+ld(0));st(0, ld(0)+1)); ld(1)' 140 'st(0, 1); while(lte(ld(0), 100), st(1, ld(1)+ld(0));st(0, ld(0)+1)); ld(1)' -> 5050.000000 142 Evaluating 'st(1, 1); st(2, 2); st(0, 1); while(lte(ld(0),10), st(3, ld(1)+ld(2)); st(1, ld(2)); st… 143 'st(1, 1); st(2, 2); st(0, 1); while(lte(ld(0),10), st(3, ld(1)+ld(2)); st(1, ld(2)); st(2, ld(3));… [all …]
|
/third_party/node/deps/npm/node_modules/semver/functions/ |
D | lte.js | 2 const lte = (a, b, loose) => compare(a, b, loose) <= 0 function 3 module.exports = lte
|
D | cmp.js | 6 const lte = require('./lte') constant 46 return lte(a, b, loose)
|
/third_party/node/deps/npm/node_modules/semver/ranges/ |
D | outside.js | 8 const lte = require('../functions/lte') constant 19 ltefn = lte
|
/third_party/node/deps/npm/node_modules/semver/ |
D | index.js | 26 const lte = require('./functions/lte') constant 64 lte, property
|
D | README.md | 66 const semverLte = require('semver/functions/lte') 443 * `lte(v1, v2)`: `v1 <= v2` 616 * `require('semver/functions/lte')`
|
/third_party/node/deps/minimatch/src/node_modules/brace-expansion/ |
D | index.js | 88 function lte(i, y) { function 153 var test = lte;
|
/third_party/node/deps/npm/node_modules/rimraf/node_modules/brace-expansion/ |
D | index.js | 93 function lte(i, y) { function 156 var test = lte;
|
/third_party/node/deps/npm/node_modules/node-gyp/node_modules/brace-expansion/ |
D | index.js | 93 function lte(i, y) { function 156 var test = lte;
|
/third_party/node/deps/npm/node_modules/brace-expansion/ |
D | index.js | 88 function lte(i, y) { function 153 var test = lte;
|
/third_party/icu/icu4c/source/data/unit/ |
D | ga.txt | 141 dnam{"mílte cearnacha"} 324 dnam{"mílte an galún"} 332 dnam{"mílte sa ghalún impiriúil"} 888 dnam{"mílte"} 920 dnam{"muirmhílte"} 1286 dnam{"mílte san uair"} 1422 dnam{"mílte ciúbacha"} 1749 dnam{"mílte²"} 1854 dnam{"mílte/gal"} 1862 dnam{"mílte/gal. imp."} [all …]
|
/third_party/skia/third_party/externals/icu/source/data/unit/ |
D | ga.txt | 141 dnam{"mílte cearnacha"} 320 dnam{"mílte an galún"} 328 dnam{"mílte sa ghalún impiriúil"} 867 dnam{"mílte"} 899 dnam{"muirmhílte"} 1265 dnam{"mílte san uair"} 1401 dnam{"mílte ciúbacha"} 1728 dnam{"mílte²"} 1833 dnam{"mílte/gal"} 1841 dnam{"mílte/gal. imp."} [all …]
|
/third_party/skia/src/core/ |
D | SkVM.h | 1104 SI I32 operator<=(I32 x, I32 y) { return x->lte(x,y); } 1105 SI I32 operator<=(I32 x, int y) { return x->lte(x,y); } 1106 SI I32 operator<=(int x, I32 y) { return y->lte(x,y); } 1156 SI I32 operator<=(F32 x, F32 y) { return x->lte(x,y); } 1157 SI I32 operator<=(F32 x, float y) { return x->lte(x,y); } 1158 SI I32 operator<=(float x, F32 y) { return y->lte(x,y); }
|
D | SkVM.cpp | 1034 I32 Builder::lte(F32 x, F32 y) { in lte() function in skvm::Builder 1066 I32 Builder::lte(I32 x, I32 y) { return y>=x; } in lte() function in skvm::Builder
|
/third_party/node/deps/minimatch/ |
D | index.js | 148 function lte(i, y) { function 198 var test = lte;
|
/third_party/node/deps/npm/docs/content/using-npm/ |
D | dependency-selectors.md | 72 …y, one of: `satisfies`, `intersects`, `subset`, `gt`, `gte`, `gtr`, `lt`, `lte`, `ltr`, `eq`, `neq…
|
/third_party/skia/tests/ |
D | SkVMTest.cpp | 385 m = b.bit_or(m, to_bit(3, b.lte(x, b.splat(3)))); in DEF_TEST() 421 m = b.bit_or(m, to_bit(3, b.lte(x, b.splat(3.0f)))); in DEF_TEST()
|
/third_party/ffmpeg/doc/ |
D | utils.texi | 889 @item lte(x, y)
|
/third_party/vk-gl-cts/android/cts/master/vk-master-2021-03-01/ |
D | graphicsfuzz.txt | 63 dEQP-VK.graphicsfuzz.cov-const-folding-mod-one-one-lte
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/ |
D | graphicsfuzz.txt | 75 dEQP-VK.graphicsfuzz.cov-const-folding-mod-one-one-lte
|
/third_party/vk-gl-cts/android/cts/master/vk-master/ |
D | graphicsfuzz.txt | 75 dEQP-VK.graphicsfuzz.cov-const-folding-mod-one-one-lte
|
/third_party/vk-gl-cts/external/vulkancts/mustpass/master/vk-default/ |
D | graphicsfuzz.txt | 75 dEQP-VK.graphicsfuzz.cov-const-folding-mod-one-one-lte
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/graphicsfuzz/ |
D | index.txt | 75 { "cov-const-folding-mod-one-one-lte.amber", "cov-const-folding-mod-one-one-lte", …
|
/third_party/node/deps/corepack/dist/lib/ |
D | corepack.cjs | 1643 // .yarn/cache/semver-npm-7.5.1-0736382fb9-20fce78943.zip/node_modules/semver/functions/lte.js 1645 …".yarn/cache/semver-npm-7.5.1-0736382fb9-20fce78943.zip/node_modules/semver/functions/lte.js"(expo… 1647 var lte = (a, b, loose) => compare(a, b, loose) <= 0; 1648 module2.exports = lte; 1660 var lte = require_lte(); 1692 return lte(a, b, loose); 3027 var lte = require_lte(); 3036 ltefn = lte; 3354 var lte = require_lte(); 3392 lte,
|
/third_party/NuttX/ |
D | ReleaseNotes | 32980 * [#7403](https://github.com/apache/incubator-nuttx/pull/7403) drivers: lte: Include nuttx/fs/ioct… 33094 * [#7410](https://github.com/apache/incubator-nuttx/pull/7410) boards: arm: spresense: enable lte … 33096 …com/apache/incubator-nuttx/pull/7489) boards: arm: spresense: Minor update for video and lte driver
|