Home
last modified time | relevance | path

Searched refs:high (Results 1 – 21 of 21) sorted by relevance

/sysdeps/ieee754/dbl-64/
A Ds_expm1.c234 uint32_t high; in __expm1() local
236 GET_HIGH_WORD (high, y); in __expm1()
237 SET_HIGH_WORD (y, high + (k << 20)); /* add k to y's exponent */ in __expm1()
243 uint32_t high; in __expm1() local
246 GET_HIGH_WORD (high, y); in __expm1()
247 SET_HIGH_WORD (y, high + (k << 20)); /* add k to y's exponent */ in __expm1()
251 uint32_t high; in __expm1() local
255 GET_HIGH_WORD (high, y); in __expm1()
256 SET_HIGH_WORD (y, high + (k << 20)); /* add k to y's exponent */ in __expm1()
A De_jn.c327 uint32_t high; in libm_alias_finite() local
331 GET_HIGH_WORD (high, b); in libm_alias_finite()
332 for (i = 1; i < n && high != 0xfff00000; i++) in libm_alias_finite()
336 GET_HIGH_WORD (high, b); in libm_alias_finite()
/sysdeps/wordsize-32/
A Ddivdi3.c43 struct DWstruct { Wtype high, low;}; member
45 struct DWstruct { Wtype low, high;}; member
71 d1 = dd.s.high; in __udivmoddi4()
73 n1 = nn.s.high; in __udivmoddi4()
103 rr.s.high = 0; in __udivmoddi4()
178 rr.s.high = 0; in __udivmoddi4()
197 rr.s.high = n1; in __udivmoddi4()
229 rr.s.high = n1; in __udivmoddi4()
262 rr.s.high = n1 >> bm; in __udivmoddi4()
270 ww.s.high = q1; in __udivmoddi4()
/sysdeps/sparc/sparc64/
A Dmul_1.S43 srlx %i3,32,%i3 ! extract high 32 bits of s2_limb
60 srlx %i4,32,%i0 ! extract high 32 bits of lo product...
67 srl %i4,0,%g5 ! zero high 32 bits of lo product
69 srlx %i1,32,%i1 ! extract high bits of mid product...
70 add %i5,%i1,%i1 ! ...and add them to the high result
A Dsubmul_1.S40 srlx %i3,32,%i3 ! extract high 32 bits of s2_limb
57 srlx %i4,32,%i0 ! extract high 32 bits of lo product...
64 srl %i4,0,%g5 ! zero high 32 bits of lo product
66 srlx %i1,32,%i1 ! extract high bits of mid product...
68 add %i5,%i1,%i1 ! ...and add them to the high result
A Daddmul_1.S41 srlx %i3,32,%i3 ! extract high 32 bits of s2_limb
58 srlx %i4,32,%i0 ! extract high 32 bits of lo product...
65 srl %i4,0,%g5 ! zero high 32 bits of lo product
67 srlx %i1,32,%i1 ! extract high bits of mid product...
69 add %i5,%i1,%i1 ! ...and add them to the high result
A Ddl-plt.h27 Elf64_Addr high, int t) in sparc64_fixup_plt() argument
44 if (__builtin_expect (high, 0) != 0) in sparc64_fixup_plt()
/sysdeps/mips/mips64/
A Daddmul_1.S87 daddu $2,$9,$2 # add high product limb and carry from addition
111 daddu $2,$9,$2 # add high product limb and carry from addition
129 daddu $2,$9,$2 # add high product limb and carry from addition
A Dmul_1.S84 daddu $2,$9,$2 # add high product limb and carry from addition
104 daddu $2,$9,$2 # add high product limb and carry from addition
118 daddu $2,$9,$2 # add high product limb and carry from addition
A Dsubmul_1.S88 daddu $2,$9,$2 # add high product limb and carry from addition
112 daddu $2,$9,$2 # add high product limb and carry from addition
130 daddu $2,$9,$2 # add high product limb and carry from addition
/sysdeps/powerpc/powerpc32/
A Ddl-machine.c93 ElfW(Addr) low, high; in __elf_preferred_address()
106 high = 0x70000000; in __elf_preferred_address()
118 if ((mapend >= high || l->l_type == lt_executable) in __elf_preferred_address()
119 && high >= mapstart) in __elf_preferred_address()
120 high = mapstart; in __elf_preferred_address()
123 else if (high >= mapend && mapstart >= low) in __elf_preferred_address()
125 if (high - mapend >= mapstart - low) in __elf_preferred_address()
128 high = mapstart; in __elf_preferred_address()
132 high -= 0x10000; /* Allow some room between objects. */ in __elf_preferred_address()
134 if (high <= low || high - low < maplength ) in __elf_preferred_address()
[all …]
/sysdeps/ieee754/ldbl-96/
A Dtest-canonical-ldbl-96.c30 bool high; member
98 (tests[i].mantissa >> 32) | (tests[i].high << 31), in do_test()
/sysdeps/s390/
A Dutf8-utf16-z9.c422 uint16_t zabcd, high, low; \
447 high = (uint16_t)(0xd8 << 8); /* high surrogate id */ \
448 high |= zabcd << 6; /* abcd bits */ \
449 high |= (inptr[1] & 0xf) << 2; /* efgh bits */ \
450 high |= (inptr[2] & 0x30) >> 4; /* ij bits */ \
457 put16 (outptr, high); \
/sysdeps/arm/armv6t2/
A Dffsll.S25 @ If low part is 0, operate on the high part. Ensure that the
/sysdeps/alpha/
A Dstxncpy.S191 ldq_u t2, 8(a1) # e0 : read next high-order source word
218 extql t2, a1, t1 # e0 : extract high bits for next time
220 ldq_u t2, 8(a1) # e0 : load high word for next time
241 stq_u t0, 0(a0) # e0 : the null was in the high-order bits
283 extqh t2, a1, t0 # e0 : extract high bits for last word
A Dstxcpy.S161 ldq_u t2, 8(a1) # .. e1 : read next high-order source word
182 extqh t2, a1, t1 # e0 : extract high bits for current word
187 ldq_u t2, 0(a1) # .. e1 : load high word for next time
209 stq_u t1, 0(a0) # e0 : the null was in the high-order bits
A Dstrncmp.S176 cmpbge zero, t8, t7 # eos in high bits of s2[1]?
195 ldq_u t2, 16(a1) # .. e1 : load next s2 high bits
A Dstrrchr.S90 and t7, 0xf0, t2 # e0 : binary search for the high bit set
A Dstrcmp.S139 ldq_u t2, 16(a1) # .. e1 : load next s2 high bits
/sysdeps/alpha/alphaev6/
A Dstxcpy.S173 ldq_u t2, 8(a1) # U : read next high-order source word
195 extqh t2, a1, t1 # U : extract high bits for current word
201 ldq_u t2, 0(a1) # L : Latency=3 load high word for next time
225 stq_u t1, 0(a0) # L : the null was in the high-order bits
A Dstxncpy.S221 ldq_u t2, 8(a1) # L : read next high-order source word
247 extql t2, a1, t1 # U : extract high bits for next time
252 ldq_u t2, 8(a1) # L : Latency=3 load high word for next time
275 stq_u t0, 0(a0) # L : the null was in the high-order bits

Completed in 20 milliseconds