Searched refs:limb (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/arch/ppc/
H A Drshift.S1 /* Shift a limb right, low level routine.
39 lwz r11,0(r4) # load first s1 limb
H A Dlshift.S1 /* Shift a limb left, low level routine.
39 lwzu r11,-4(r4) # load first s1 limb
/haiku-fatelf/src/bin/coreutils/src/
H A Dsort.c2017 char *limb = b->keylim; local
2028 limb = MAX (textb, limb);
2033 size_t lenb = limb - textb;
2041 char savea = *lima, saveb = *limb;
2043 *lima = *limb = '\0';
2047 *lima = savea, *limb = saveb;
2107 while (textb < limb && ignore[to_uchar (*textb)]) \
2109 if (! (texta < lima && textb < limb)) \
2118 diff = (texta < lima) - (textb < limb); \
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Dstrtod.c154 /* Definitions according to limb size used. */
312 /* Number of digits for actual limb. */
403 mp_limb_t limb)
412 ptr[0] = limb;
417 ptr[0] |= limb >> (BITS_PER_MP_LIMB - count);
1112 /* Check whether any limb beside the ones in RETVAL are non-zero. */
1349 the denominator but the one limb is bigger than the
1350 high limb of the numerator. */
1438 /* The division does not work if the upper limb of the two-limb
402 __mpn_lshift_1(mp_limb_t *ptr, mp_size_t size, unsigned int count, mp_limb_t limb) argument
[all...]

Completed in 95 milliseconds