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

1 2 3

  /src/external/gpl3/gdb.old/dist/sim/common/
sim-arange.h 38 struct _addr_range_tree *higher; member in struct:_addr_range_tree
sim-arange.c 97 of both ranges to the higher end address. */
130 /* If the next range in the list has a higher end
203 free_search_tree (t->higher);
227 t->higher = build_tree_1 (asrtab + mid + 1, n - mid - 1);
229 t->higher = NULL;
290 t = t->higher;
  /src/external/gpl3/gdb/dist/sim/common/
sim-arange.h 38 struct _addr_range_tree *higher; member in struct:_addr_range_tree
sim-arange.c 97 of both ranges to the higher end address. */
130 /* If the next range in the list has a higher end
203 free_search_tree (t->higher);
227 t->higher = build_tree_1 (asrtab + mid + 1, n - mid - 1);
229 t->higher = NULL;
290 t = t->higher;
  /src/common/lib/libc/arch/m68k/gen/
muldi3.S 45 | - H32:L32 --> higher:lower 32bit of variable
46 | - H:L --> higher:lower 16bit of variable/register
102 | Add (X_L32 * Y_H32 + X_H32 * Y_L32) to higher 32bit.
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
cec-multi-pending.S 63 # Raise some higher levels, but they should be masked and so
76 # Delay a little in case a higher level wrongly activates
95 # Raise some higher levels, but they should be masked and so
108 # Still here, so unmask a higher IVG again to move up
134 # Delay a little in case a higher level wrongly activates
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
cec-multi-pending.S 63 # Raise some higher levels, but they should be masked and so
76 # Delay a little in case a higher level wrongly activates
95 # Raise some higher levels, but they should be masked and so
108 # Still here, so unmask a higher IVG again to move up
134 # Delay a little in case a higher level wrongly activates
  /src/sys/arch/x68k/stand/common/
execkern.S 118 | copy %d0 bytes from higher (%a0) to lower (%a1) address
  /src/external/lgpl3/gmp/dist/mpn/power/
rshift.asm 51 Loop: lu 0,4(4) C load next higher limb
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium4/
copyd.asm 37 dnl nifty unrolled arrangement. Clearly, that could reach much higher
copyi.asm 38 dnl nifty unrolled arrangement. Clearly, that could reach much higher
  /src/libexec/ld.elf_so/arch/powerpc/
ppc_reloc.c 74 #define higher(x) __ha(__u64(x), 32) macro
75 #define higher(x) __hi(__u64(x), 32) macro
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_malloc_mac.inc 66 // This matches the behavior of malloc_create_zone() on OSX 10.7 and higher.
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_malloc_mac.inc 67 // This matches the behavior of malloc_create_zone() on OSX 10.7 and higher.
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_malloc_mac.inc 67 // This matches the behavior of malloc_create_zone() on OSX 10.7 and higher.
  /src/external/lgpl3/gmp/dist/mpn/x86/
rshift.asm 80 L(oop): movl (%esi,%edx,4),%ebx C load next higher limb
  /src/usr.bin/make/unit-tests/
cond-op.mk 91 # Demonstration that '&&' has higher precedence than '||'.
  /src/external/gpl3/gcc/dist/gcc/
double-int.h 46 numbers with precision higher than HOST_WIDE_INT). It might be less
116 double_int *higher, bool *overflow) const;
  /src/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/arc600-dsp/
divsf3.S 28 precision is higher for polynoms used to evaluate input with larger
196 add r3,mhi,0x22 ; round to nearest or higher
  /src/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/arc600-mul64/
divsf3.S 28 precision is higher for polynoms used to evaluate input with larger
190 add r3,mhi,0x22 ; round to nearest or higher
  /src/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/
divsf3-stdmul.S 28 precision is higher for polynoms used to evaluate input with larger
245 add_s r3,r3,0x22 ; round to nearest or higher
  /src/external/gpl3/gcc.old/dist/gcc/
double-int.h 46 numbers with precision higher than HOST_WIDE_INT). It might be less
116 double_int *higher, bool *overflow) const;
  /src/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/arc600-dsp/
divsf3.S 28 precision is higher for polynoms used to evaluate input with larger
196 add r3,mhi,0x22 ; round to nearest or higher
  /src/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/arc600-mul64/
divsf3.S 28 precision is higher for polynoms used to evaluate input with larger
190 add r3,mhi,0x22 ; round to nearest or higher
  /src/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/
divsf3-stdmul.S 28 precision is higher for polynoms used to evaluate input with larger
245 add_s r3,r3,0x22 ; round to nearest or higher

Completed in 22 milliseconds

1 2 3