HomeSort by: relevance | last modified time | path
    Searched refs:significant (Results 1 - 25 of 119) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/binutils/dist/gas/
flonum-mult.c 63 Zero length factors signify 0 significant bits: treat as 0.0.
86 long significant; /* TRUE when we emit a non-0 littlenum */
117 significant = 0;
143 significant |= work;
144 if (significant || P < 0)
173 /* Shift right 1 to make room for most significant littlenum. */
85 long significant; \/* TRUE when we emit a non-0 littlenum *\/ local
  /src/external/gpl3/binutils.old/dist/gas/
flonum-mult.c 63 Zero length factors signify 0 significant bits: treat as 0.0.
86 long significant; /* TRUE when we emit a non-0 littlenum */
117 significant = 0;
143 significant |= work;
144 if (significant || P < 0)
173 /* Shift right 1 to make room for most significant littlenum. */
85 long significant; \/* TRUE when we emit a non-0 littlenum *\/ local
  /src/external/lgpl3/gmp/dist/mpn/power/
lshift.asm 47 lu 0,-4(4) C read most significant limb
50 lu 0,-4(4) C read 2:nd most significant limb
51 sreq 7,0,8 C compute most significant limb of result
57 Lend: stu 7,-4(9) C store 2:nd least significant limb
58 Lend2: sle 7,0,6 C compute least significant limb
rshift.asm 44 l 0,0(4) C read least significant limb
48 lu 0,4(4) C read 2:nd least significant limb
49 sleq 7,0,8 C compute least significant limb of result
55 Lend: stu 7,4(9) C store 2:nd most significant limb
56 Lend2: sre 7,0,6 C compute most significant limb
add_n.asm 43 l 8,0(4) C load least significant s1 limb
44 l 0,0(5) C load least significant s2 limb
47 a 7,0,8 C add least significant limbs, set cy
58 C We added least significant limbs. Now reload the next limbs to enter loop.
sub_n.asm 44 l 8,0(4) C load least significant s1 limb
45 l 0,0(5) C load least significant s2 limb
48 sf 7,0,8 C subtract least significant limbs, set cy
60 C We added least significant limbs. Now reload the next limbs to enter loop.
  /src/external/lgpl3/gmp/dist/tune/
pentium.asm 37 C Get the pentium rdtsc cycle counter, storing the least significant word in
38 C p[0] and the most significant in p[1].
41 C significant but it may help make small single measurements more accurate.
x86_64.asm 37 C Get the pentium rdtsc cycle counter, storing the least significant word in
38 C p[0] and the most significant in p[1].
41 C significant but it may help make small single measurements more accurate.
  /src/external/lgpl3/gmp/dist/mpn/x86/
lshift.asm 67 movl (%esi,%edx,4),%ebx C read most significant limb
88 shll %cl,%eax C compute least significant limb
98 L(end): shll %cl,%ebx C compute least significant limb
rshift.asm 69 movl (%esi,%edx,4),%ebx C read least significant limb
90 shrl %cl,%eax C compute most significant limb
100 L(end): shrl %cl,%ebx C compute most significant limb
  /src/external/gpl3/gcc/dist/libgcc/config/rl78/
smaxdi3.S 40 ; use 16-bit compares from the most significant words downto the least significant ones
smindi3.S 40 ; use 16-bit compares from the most significant words downto the least significant ones
umaxdi3.S 40 ; use 16-bit compares from the most significant words downto the least significant ones
umindi3.S 40 ; use 16-bit compares from the most significant words downto the least significant ones
  /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/
smaxdi3.S 40 ; use 16-bit compares from the most significant words downto the least significant ones
smindi3.S 40 ; use 16-bit compares from the most significant words downto the least significant ones
umaxdi3.S 40 ; use 16-bit compares from the most significant words downto the least significant ones
umindi3.S 40 ; use 16-bit compares from the most significant words downto the least significant ones
  /src/external/lgpl3/gmp/dist/mpn/sparc32/v9/
submul_1.asm 217 srl %g3, 0, %g3 C zero most significant 32 bits
248 srl %g3, 0, %g3 C zero most significant 32 bits
267 srl %g3, 0, %g3 C zero most significant 32 bits
282 srl %g3, 0, %g3 C zero most significant 32 bits
295 srl %g3, 0, %g3 C zero most significant 32 bits
306 srl %g3, 0, %g3 C zero most significant 32 bits
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode32/
sub_n.asm 48 ld r8, 0(r4) C load least significant s1 limb
49 ld r0, 0(r5) C load least significant s2 limb
  /src/usr.bin/make/unit-tests/
cond-cmp-numeric-eq.mk 45 # typically 16 or 17 significant digits, therefore these two numbers seem to
directive-export-gmake.mk 26 # Contrary to the usual variable assignments, spaces are significant
34 # Contrary to the usual variable assignments, spaces are significant
  /src/external/gpl3/gcc/dist/libquadmath/printf/
printf_fp.c 804 int significant;
816 significant = 1; /* Does not matter here. */
823 significant = 1; /* Does not matter here. */
855 /* We need space for the significant digits and perhaps
863 significant = 0; /* We count significant digits. */
911 significant = 1;
935 significant = 1;
936 else if (significant == 0)
802 int significant; local
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
printf_fp.c 804 int significant;
816 significant = 1; /* Does not matter here. */
823 significant = 1; /* Does not matter here. */
855 /* We need space for the significant digits and perhaps
863 significant = 0; /* We count significant digits. */
911 significant = 1;
935 significant = 1;
936 else if (significant == 0)
802 int significant; local
  /src/external/lgpl3/gmp/dist/mpn/m68k/
lshift.asm 137 movel d1, M(-,res_ptr) C store least significant limb
143 C We loop from least significant end of the arrays, which is only

Completed in 43 milliseconds

1 2 3 4 5