Home
last modified time | relevance | path

Searched defs:rel (Results 176 – 200 of 14271) sorted by relevance

12345678910>>...571

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/wasm/
H A DInputChunks.cpp60 for (const WasmRelocation &rel : relocations) { in verifyRelocTargets() local
127 for (const WasmRelocation &rel : relocations) { in writeTo() local
185 for (const WasmRelocation &rel : relocations) { in writeRelocations() local
211 static unsigned writeCompressedReloc(uint8_t *buf, const WasmRelocation &rel, in writeCompressedReloc()
230 static unsigned getRelocWidthPadded(const WasmRelocation &rel) { in getRelocWidthPadded()
248 static unsigned getRelocWidth(const WasmRelocation &rel, uint64_t value) { in getRelocWidth()
278 for (const WasmRelocation &rel : relocations) { in calculateSize() local
316 for (const WasmRelocation &rel : relocations) { in writeTo() local
346 for (const WasmRelocation &rel : relocations) { in generateRelocationCode() local
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/tests/unit/fixtures/
H A Dimage-version-suburl.json9 "rel": "self" string
19 "rel": "self" string
29 "rel": "self" string
39 "rel": "self" string
49 "rel": "self" string
59 "rel": "self" string
H A Dimage-version-broken.json9 "rel": "self" string
19 "rel": "self" string
29 "rel": "self" string
39 "rel": "self" string
49 "rel": "self" string
59 "rel": "self" string
H A Dimage-version.json9 "rel": "self" string
19 "rel": "self" string
29 "rel": "self" string
39 "rel": "self" string
49 "rel": "self" string
59 "rel": "self" string
/dports/math/jtransforms/JTransforms/test/edu/emory/mathcs/jtransforms/fft/
H A DDoubleFFT_1DTest.java119 public FloatingPointEqualityChecker createEqualityChecker(final double rel, in createEqualityChecker()
165 double rel = 1E-9; in testComplexForward() local
187 double rel = 1E-9; in testComplexInverseScaled() local
211 double rel = 1E-9; in testComplexInverseUnscaled() local
233 double rel = 1E-9; in testRealForward() local
259 double rel = 1E-8; in testRealForwardFull() local
284 double rel = 1E-9; in testRealInverseFullScaled() local
309 double rel = 1E-7; in testRealInverseFullUnscaled() local
334 double rel = 1E-9; in testRealInverseScaled() local
358 double rel = 1E-9; in testRealInverseUnscaled() local
H A DFloatFFT_1DTest.java119 public FloatingPointEqualityChecker createEqualityChecker(final float rel, in createEqualityChecker()
161 float rel = 1E-3f; in testComplexForward() local
190 float rel = 5E-4f; in testComplexInverseScaled() local
214 float rel = 5E-4f; in testComplexInverseUnscaled() local
236 float rel = 5E-4f; in testRealForward() local
277 float rel = 5E-4f; in testRealForwardFull() local
319 float rel = 5E-4f; in testRealInverseFullScaled() local
344 float rel = 5E-3f; in testRealInverseFullUnscaled() local
381 float rel = 5E-3f; in testRealInverseScaled() local
405 float rel = 5E-3f; in testRealInverseUnscaled() local
/dports/sysutils/gnome-system-monitor/gnome-system-monitor-41.0/po/
H A Dor.po135 msgid "Case insensitive matching"
177 #: ../data/preferences.ui.h:2
178 msgid "Behavior"
270 #: ../src/disks.cpp:305
506 #: ../src/interface.cpp:101 ../src/util.cpp:225
601 #: ../src/memmaps.cpp:346
602 msgid "Flags"
665 msgstr "ସ୍ଥାନୀୟ ସକେଟ"
666
667 #: ../src/openfiles.cpp:48
[all …]
/dports/misc/py-cinder/cinder-12.0.10/api-ref/source/v2/samples/
H A Dvolumes-list-response.json8 "rel": "self" string
12 "rel": "bookmark" string
22 "rel": "self" string
26 "rel": "bookmark" string
H A Dbackups-list-response.json8 "rel": "self" string
12 "rel": "bookmark" string
22 "rel": "self" string
26 "rel": "bookmark" string
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/wasm/
H A DInputChunks.cpp60 for (const WasmRelocation &rel : relocations) { in verifyRelocTargets() local
136 for (const WasmRelocation &rel : relocations) { in writeTo() local
196 for (const WasmRelocation &rel : relocations) { in writeRelocations() local
222 static unsigned writeCompressedReloc(uint8_t *buf, const WasmRelocation &rel, in writeCompressedReloc()
242 static unsigned getRelocWidthPadded(const WasmRelocation &rel) { in getRelocWidthPadded()
261 static unsigned getRelocWidth(const WasmRelocation &rel, uint64_t value) { in getRelocWidth()
291 for (const WasmRelocation &rel : relocations) { in calculateSize() local
329 for (const WasmRelocation &rel : relocations) { in writeTo() local
361 for (const WasmRelocation &rel : relocations) { in generateRelocationCode() local
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/commands/
H A Dpublicationcmds.c142 Relation rel; in CreatePublication() local
335 AlterPublicationTables(AlterPublicationStmt *stmt, Relation rel, in AlterPublicationTables()
415 Relation rel; in AlterPublication() local
453 Relation rel; in RemovePublicationById() local
483 Relation rel; in RemovePublicationRelById() local
525 Relation rel; in OpenTableList() local
596 Relation rel = (Relation) lfirst(lc); in CloseTableList() local
615 Relation rel = (Relation) lfirst(lc); in PublicationAddTables() local
647 Relation rel = (Relation) lfirst(lc); in PublicationDropTables() local
728 Relation rel; in AlterPublicationOwner() local
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/commands/
H A Dpublicationcmds.c142 Relation rel; in CreatePublication() local
335 AlterPublicationTables(AlterPublicationStmt *stmt, Relation rel, in AlterPublicationTables()
415 Relation rel; in AlterPublication() local
453 Relation rel; in RemovePublicationById() local
483 Relation rel; in RemovePublicationRelById() local
525 Relation rel; in OpenTableList() local
596 Relation rel = (Relation) lfirst(lc); in CloseTableList() local
615 Relation rel = (Relation) lfirst(lc); in PublicationAddTables() local
647 Relation rel = (Relation) lfirst(lc); in PublicationDropTables() local
728 Relation rel; in AlterPublicationOwner() local
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/commands/
H A Dpublicationcmds.c142 Relation rel; in CreatePublication() local
335 AlterPublicationTables(AlterPublicationStmt *stmt, Relation rel, in AlterPublicationTables()
415 Relation rel; in AlterPublication() local
453 Relation rel; in RemovePublicationById() local
483 Relation rel; in RemovePublicationRelById() local
525 Relation rel; in OpenTableList() local
596 Relation rel = (Relation) lfirst(lc); in CloseTableList() local
615 Relation rel = (Relation) lfirst(lc); in PublicationAddTables() local
647 Relation rel = (Relation) lfirst(lc); in PublicationDropTables() local
728 Relation rel; in AlterPublicationOwner() local
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/commands/
H A Dpublicationcmds.c142 Relation rel; in CreatePublication() local
335 AlterPublicationTables(AlterPublicationStmt *stmt, Relation rel, in AlterPublicationTables()
415 Relation rel; in AlterPublication() local
453 Relation rel; in RemovePublicationById() local
483 Relation rel; in RemovePublicationRelById() local
525 Relation rel; in OpenTableList() local
596 Relation rel = (Relation) lfirst(lc); in CloseTableList() local
615 Relation rel = (Relation) lfirst(lc); in PublicationAddTables() local
647 Relation rel = (Relation) lfirst(lc); in PublicationDropTables() local
728 Relation rel; in AlterPublicationOwner() local
[all …]
/dports/misc/py-cinder/cinder-12.0.10/api-ref/source/v3/samples/
H A Dvolumes-list-response.json8 "rel": "self" string
12 "rel": "bookmark" string
22 "rel": "self" string
26 "rel": "bookmark" string
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/optimizer/path/
H A Dallpaths.c139 RelOptInfo *rel; in make_one_rel() local
222 RelOptInfo *rel = find_base_rel(root, varno); in set_base_rel_consider_startup() local
246 RelOptInfo *rel = root->simple_rel_array[rti]; in set_base_rel_sizes() local
289 RelOptInfo *rel = root->simple_rel_array[rti]; in set_base_rel_pathlists() local
310 set_rel_size(PlannerInfo *root, RelOptInfo *rel, in set_rel_size()
399 set_rel_pathlist(PlannerInfo *root, RelOptInfo *rel, in set_rel_pathlist()
883 set_append_rel_size(PlannerInfo *root, RelOptInfo *rel, in set_append_rel_size()
1591 set_dummy_rel_pathlist(RelOptInfo *rel) in set_dummy_rel_pathlist()
1649 set_subquery_pathlist(PlannerInfo *root, RelOptInfo *rel, in set_subquery_pathlist()
2177 RelOptInfo *rel; in standard_join_search() local
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/optimizer/path/
H A Dallpaths.c139 RelOptInfo *rel; in make_one_rel() local
222 RelOptInfo *rel = find_base_rel(root, varno); in set_base_rel_consider_startup() local
246 RelOptInfo *rel = root->simple_rel_array[rti]; in set_base_rel_sizes() local
289 RelOptInfo *rel = root->simple_rel_array[rti]; in set_base_rel_pathlists() local
310 set_rel_size(PlannerInfo *root, RelOptInfo *rel, in set_rel_size()
399 set_rel_pathlist(PlannerInfo *root, RelOptInfo *rel, in set_rel_pathlist()
883 set_append_rel_size(PlannerInfo *root, RelOptInfo *rel, in set_append_rel_size()
1591 set_dummy_rel_pathlist(RelOptInfo *rel) in set_dummy_rel_pathlist()
1649 set_subquery_pathlist(PlannerInfo *root, RelOptInfo *rel, in set_subquery_pathlist()
2177 RelOptInfo *rel; in standard_join_search() local
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/optimizer/path/
H A Dallpaths.c139 RelOptInfo *rel; in make_one_rel() local
222 RelOptInfo *rel = find_base_rel(root, varno); in set_base_rel_consider_startup() local
246 RelOptInfo *rel = root->simple_rel_array[rti]; in set_base_rel_sizes() local
289 RelOptInfo *rel = root->simple_rel_array[rti]; in set_base_rel_pathlists() local
310 set_rel_size(PlannerInfo *root, RelOptInfo *rel, in set_rel_size()
399 set_rel_pathlist(PlannerInfo *root, RelOptInfo *rel, in set_rel_pathlist()
883 set_append_rel_size(PlannerInfo *root, RelOptInfo *rel, in set_append_rel_size()
1591 set_dummy_rel_pathlist(RelOptInfo *rel) in set_dummy_rel_pathlist()
1649 set_subquery_pathlist(PlannerInfo *root, RelOptInfo *rel, in set_subquery_pathlist()
2177 RelOptInfo *rel; in standard_join_search() local
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/optimizer/path/
H A Dallpaths.c139 RelOptInfo *rel; in make_one_rel() local
222 RelOptInfo *rel = find_base_rel(root, varno); in set_base_rel_consider_startup() local
246 RelOptInfo *rel = root->simple_rel_array[rti]; in set_base_rel_sizes() local
289 RelOptInfo *rel = root->simple_rel_array[rti]; in set_base_rel_pathlists() local
310 set_rel_size(PlannerInfo *root, RelOptInfo *rel, in set_rel_size()
399 set_rel_pathlist(PlannerInfo *root, RelOptInfo *rel, in set_rel_pathlist()
883 set_append_rel_size(PlannerInfo *root, RelOptInfo *rel, in set_append_rel_size()
1591 set_dummy_rel_pathlist(RelOptInfo *rel) in set_dummy_rel_pathlist()
1649 set_subquery_pathlist(PlannerInfo *root, RelOptInfo *rel, in set_subquery_pathlist()
2177 RelOptInfo *rel; in standard_join_search() local
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/optimizer/path/
H A Dallpaths.c139 RelOptInfo *rel; in make_one_rel() local
222 RelOptInfo *rel = find_base_rel(root, varno); in set_base_rel_consider_startup() local
246 RelOptInfo *rel = root->simple_rel_array[rti]; in set_base_rel_sizes() local
289 RelOptInfo *rel = root->simple_rel_array[rti]; in set_base_rel_pathlists() local
310 set_rel_size(PlannerInfo *root, RelOptInfo *rel, in set_rel_size()
399 set_rel_pathlist(PlannerInfo *root, RelOptInfo *rel, in set_rel_pathlist()
883 set_append_rel_size(PlannerInfo *root, RelOptInfo *rel, in set_append_rel_size()
1591 set_dummy_rel_pathlist(RelOptInfo *rel) in set_dummy_rel_pathlist()
1649 set_subquery_pathlist(PlannerInfo *root, RelOptInfo *rel, in set_subquery_pathlist()
2177 RelOptInfo *rel; in standard_join_search() local
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/optimizer/path/
H A Dallpaths.c139 RelOptInfo *rel; in make_one_rel() local
222 RelOptInfo *rel = find_base_rel(root, varno); in set_base_rel_consider_startup() local
246 RelOptInfo *rel = root->simple_rel_array[rti]; in set_base_rel_sizes() local
289 RelOptInfo *rel = root->simple_rel_array[rti]; in set_base_rel_pathlists() local
310 set_rel_size(PlannerInfo *root, RelOptInfo *rel, in set_rel_size()
399 set_rel_pathlist(PlannerInfo *root, RelOptInfo *rel, in set_rel_pathlist()
883 set_append_rel_size(PlannerInfo *root, RelOptInfo *rel, in set_append_rel_size()
1591 set_dummy_rel_pathlist(RelOptInfo *rel) in set_dummy_rel_pathlist()
1649 set_subquery_pathlist(PlannerInfo *root, RelOptInfo *rel, in set_subquery_pathlist()
2177 RelOptInfo *rel; in standard_join_search() local
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/optimizer/path/
H A Dallpaths.c139 RelOptInfo *rel; in make_one_rel() local
222 RelOptInfo *rel = find_base_rel(root, varno); in set_base_rel_consider_startup() local
246 RelOptInfo *rel = root->simple_rel_array[rti]; in set_base_rel_sizes() local
289 RelOptInfo *rel = root->simple_rel_array[rti]; in set_base_rel_pathlists() local
310 set_rel_size(PlannerInfo *root, RelOptInfo *rel, in set_rel_size()
399 set_rel_pathlist(PlannerInfo *root, RelOptInfo *rel, in set_rel_pathlist()
883 set_append_rel_size(PlannerInfo *root, RelOptInfo *rel, in set_append_rel_size()
1591 set_dummy_rel_pathlist(RelOptInfo *rel) in set_dummy_rel_pathlist()
1649 set_subquery_pathlist(PlannerInfo *root, RelOptInfo *rel, in set_subquery_pathlist()
2177 RelOptInfo *rel; in standard_join_search() local
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/storage/freespace/
H A Dfreespace.c132 GetPageWithFreeSpace(Relation rel, Size spaceNeeded) in GetPageWithFreeSpace()
149 RecordAndGetPageWithFreeSpace(Relation rel, BlockNumber oldPage, in RecordAndGetPageWithFreeSpace()
201 UpdateFreeSpaceMap(Relation rel, BlockNumber startBlkNum, in UpdateFreeSpaceMap()
270 GetRecordedFreeSpace(Relation rel, BlockNumber heapBlk) in GetRecordedFreeSpace()
299 FreeSpaceMapTruncateRel(Relation rel, BlockNumber nblocks) in FreeSpaceMapTruncateRel()
379 FreeSpaceMapVacuum(Relation rel) in FreeSpaceMapVacuum()
558 fsm_readbuf(Relation rel, FSMAddress addr, bool extend) in fsm_readbuf()
628 fsm_extend(Relation rel, BlockNumber fsm_nblocks) in fsm_extend()
716 fsm_search(Relation rel, uint8 min_cat) in fsm_search()
804 fsm_vacuum_page(Relation rel, FSMAddress addr, bool *eof_p) in fsm_vacuum_page()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/storage/freespace/
H A Dfreespace.c132 GetPageWithFreeSpace(Relation rel, Size spaceNeeded) in GetPageWithFreeSpace()
149 RecordAndGetPageWithFreeSpace(Relation rel, BlockNumber oldPage, in RecordAndGetPageWithFreeSpace()
201 UpdateFreeSpaceMap(Relation rel, BlockNumber startBlkNum, in UpdateFreeSpaceMap()
270 GetRecordedFreeSpace(Relation rel, BlockNumber heapBlk) in GetRecordedFreeSpace()
299 FreeSpaceMapTruncateRel(Relation rel, BlockNumber nblocks) in FreeSpaceMapTruncateRel()
379 FreeSpaceMapVacuum(Relation rel) in FreeSpaceMapVacuum()
558 fsm_readbuf(Relation rel, FSMAddress addr, bool extend) in fsm_readbuf()
628 fsm_extend(Relation rel, BlockNumber fsm_nblocks) in fsm_extend()
716 fsm_search(Relation rel, uint8 min_cat) in fsm_search()
804 fsm_vacuum_page(Relation rel, FSMAddress addr, bool *eof_p) in fsm_vacuum_page()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/storage/freespace/
H A Dfreespace.c132 GetPageWithFreeSpace(Relation rel, Size spaceNeeded) in GetPageWithFreeSpace()
149 RecordAndGetPageWithFreeSpace(Relation rel, BlockNumber oldPage, in RecordAndGetPageWithFreeSpace()
201 UpdateFreeSpaceMap(Relation rel, BlockNumber startBlkNum, in UpdateFreeSpaceMap()
270 GetRecordedFreeSpace(Relation rel, BlockNumber heapBlk) in GetRecordedFreeSpace()
299 FreeSpaceMapTruncateRel(Relation rel, BlockNumber nblocks) in FreeSpaceMapTruncateRel()
379 FreeSpaceMapVacuum(Relation rel) in FreeSpaceMapVacuum()
558 fsm_readbuf(Relation rel, FSMAddress addr, bool extend) in fsm_readbuf()
628 fsm_extend(Relation rel, BlockNumber fsm_nblocks) in fsm_extend()
716 fsm_search(Relation rel, uint8 min_cat) in fsm_search()
804 fsm_vacuum_page(Relation rel, FSMAddress addr, bool *eof_p) in fsm_vacuum_page()
[all …]

12345678910>>...571