Перевод: с исландского на английский

с английского на исландский

loop+body

  • 1 LIÐR

    (gen. -ar; pl. -ir, acc. -u), m.
    1) joint of the body (lið kalla menn þat á manni, er leggir mætast); fótrinn stökk or liði, the foot went out of joint; fœra (fót) í lið, to set in joint again;
    2) hann var fölleitr ok l. á nefi, he was pale-looking and hook-nosed;
    3) degree (of kindred), generation.
    * * *
    m., gen. liðar and liðs, pl. liðir, acc. liðu, [Ulf. liþus = μέλος; A. S. lið; Scot. lith; Old Engl. (Chaucer) lith; O. H. G. lit; Germ. glied; Dan. led]:—a joint, of the body; lið kalla menn þat á manni er leggir mætask, Edda 110; á liðu, Hm. 137; ok of liðu spenna, Sdm. 9; ok lemða alla í liðu, Ls. 43; lykja e-n liðum, to make one’s joints stijf, Hm. 114: the allit. phrase, leggr og liðr, skalf á honum leggr ok liðr, he shivered all over the body, Fbr. 89 new Ed.; fótrinn stökk ór liði, the foot went out of joint, Ísl. ii. 246; færa í lið, to put into joint, Gullþ.; okkrir limir ok liðir, Ísl. ii. 201; þat er liðum loðir saman, N. G. L. i. 345:—poët., liðar eldr, hyrr, ‘lith-flame,’ poët. gold, Lex. Poët; liðar-hangi, a ‘lith-loop,’ bracelet, Eb. (in a verse); liðs snær, svell, ‘joint-snow,’ ‘joint-ice,’ = gold, silver, Lex. Poët.
    2. metaph. a degree in a lineage; at fimmta kné ok fimta lið, N. G. L. i. 15; ætt-liðr, freq. in mod. usage.
    3. of the nose; liðr á nefi, Ld. 272, Nj. 39, Þiðr. 178: úlf-liðr, the wrht; háls-liðr, hryggjar-liðr, ökla-liðr, fót-liðr.
    II. a limb, 656 B. 7: membrum virile, 625. 10; losta liðr, id., Pr. 71.
    III. metaph. a member; liðu Guðs, Hom. 125, Greg. 42; liðir Krists, 58; liðr Djöfuls, 623. 31; þá er hón grætr dauða liða sinna, Hm. 41:—mathem. the tens, Alg. 356, 358.
    COMPDS: liðalauss, liðamót.

    Íslensk-ensk orðabók > LIÐR

  • 2 HAMLA

    I)
    f. oar-thong, grummet;
    láta síga á hömlu, to pull backwards (stern foremost);
    ganga e-m í hömlu (um e-t), to take one’s place, be a substitute for one (in a thing).
    (að), v.
    2) to stop, hinder (hamla e-m);
    3) to maim, mutilate (sumir vóru hamlaðir at höndum eða fótum).
    * * *
    u, f. an oar-loop made of a strap or withe fastened to the thole-pin (hár), into which the oar was put, the oarsman pulling the oar against the thole, as is still done in the fjords of Norway; hence is called láta síga á hömlu, to pull slowly towards the hamla, i. e. stern foremost, Fms. i. 172, vii. 213; láta skip síga á hömlum, Hkr. iii. 336; á hömlo, Mork. l. c.; lét hann leggja fimm skipum fram í sundit svá at mátti þegar síga á hömlu, Grett. 83 A; hömlur slitnuðu, háir brotnuðu, the h. were torn, the tholes broken, Am. 35; leggja árar í hömlur, they put the oars in the loops, Fms. iii. 57. In Norway the levy or conscription was counted by the hömlur, cp. Ó. H. 227, where one hamla (i. e. man) was to be levied from every seven males over five years old, and so ‘til hömlu’ means naut. = per man, per oar, Gþl. 99, N. G. L. i. 98; thus, gera mat í hömlu, to contribute provisions by the head, 201, cp. D. N. passim and Fritzner’s remarks s. v.: the metaph. phrase, ganga e-m í hömlu um e-t, to go into one’s hamla, take one’s place, to be one’s match; sem Sigvalda myni fæst til skorta, at ganga mér í hömlu um ráða-gerðir ok dæma hér um mál manna, bæði fyrir vizku sakir ok ráðspeki, Fms. xi. 98.
    COMPDS: hömluband, hömlubarði, hömlufall, hömlumaðr.
    II. mod. a short oar with which the boatman paddles, leaning the body forwards and with his face towards the stem, using the oar partly instead of a rudder; hence stýris-hamla, a ‘rudder-oar.’

    Íslensk-ensk orðabók > HAMLA

См. также в других словарях:

  • Loop fission — (or loop distribution) is a compiler optimization technique attempting to break a loop into multiple loops over the same index range but each taking only a part of the loop s body. The goal is to break down large loop body into smaller ones to… …   Wikipedia

  • Loop invariant — In computer science, a loop invariant is an invariant used to prove properties of loops.Specifically in Floyd Hoare logic, the partial correctness of a while loop is governed by the following rule of inference::frac{{Cland I};mathrm{body};{I… …   Wikipedia

  • Loop dependence analysis — In compiler theory, loop dependence analysis is the task of determining whether statements within a loop body form a dependence, almost always with respect to array access and modification. For a normalized loop: for i1 from l1 to u1 do for i2… …   Wikipedia

  • loop — loop1 [lo͞op] n. [ME loup < Anglo N forms corresponding to ON hlaup, a leap, hlaupa, to run (akin to LEAP) > Dan løbe(knude), lit., running (knot)] 1. a) the more or less circular figure formed by a line, thread, wire, etc. that curves back …   English World dictionary

  • Loop unswitching — is a compiler optimization. It moves a conditional inside a loop outside of it by duplicating the loop s body, and placing a version of it inside each of the if and else clauses of the conditional. This can improve the parallelization of the loop …   Wikipedia

  • Loop optimization — In compiler theory, loop optimization plays an important role in improving cache performance, making effective use of parallel processing capabilities, and reducing overheads associated with executing loops. Most execution time of a scientific… …   Wikipedia

  • Loop variant — In computer science, a loop variant is a mathematical function defined on the state space of a computer program having the property that each iteration of a loop (given its invariant) strictly decreases its value with respect to a well founded… …   Wikipedia

  • Body to Body, Job to Job — Infobox Album Name = Body To Body, Job To Job Type = Compilation album Artist = Swans Released = 1991 Recorded = 1982 85 Genre = Experimental rock, post rock, art rock Length = Label = Young God Records Producer = Reviews = Last album = White… …   Wikipedia

  • Loop Current — Part of the Gulf Stream, the Loop Current is a warm ocean current in the Gulf of Mexico that flows northward between Cuba and the Yucatán peninsula, moves north into the Gulf of Mexico, loops west and south before exiting to the east through the… …   Wikipedia

  • loop — loop1 /loohp/, n. 1. a portion of a cord, ribbon, etc., folded or doubled upon itself so as to leave an opening between the parts. 2. anything shaped more or less like a loop, as a line drawn on paper, a part of a letter, a part of a path, or a… …   Universalium

  • loop — 1 noun (C) 1 SHAPE OR LINE a shape like a curve or a circle made by a line curving back towards itself: The road formed a loop around the peninsula. 2 TO FASTEN STH something that has this curved shape, especially when used as a handle or to hold …   Longman dictionary of contemporary English

Поделиться ссылкой на выделенное

Прямая ссылка:
Нажмите правой клавишей мыши и выберите «Копировать ссылку»