HomeSort by: relevance | last modified time | path
    Searched refs:ax2 (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/utils/analyzer/
SATestBenchmark.py 144 figure, (ax1, ax2) = plt.subplots(2, 1, figsize=(8, 6))
154 _subplot("memory", ax2)
156 ax2.get_legend().remove()
  /src/external/lgpl3/mpfr/dist/src/
mul.c 144 mpfr_exp_t ax2 = ax + ((int) b1 - 1 + cc); local
145 if (MPFR_UNLIKELY( ax2 > __gmpfr_emax))
147 if (MPFR_UNLIKELY( ax2 < __gmpfr_emin))
160 MPFR_SET_EXP (a, ax2);
735 mpfr_exp_t ax, ax2; local
1085 ax2 = ax + ((int) b1 - 1);
1086 MPFR_RNDRAW (inexact, a, tmp, bq + cq, rnd_mode, sign, ax2++);
1088 MPFR_EXP (a) = ax2; /* Can't use MPFR_SET_EXP: Expo may be out of range */
1090 if (MPFR_UNLIKELY (ax2 > __gmpfr_emax))
1092 if (MPFR_UNLIKELY (ax2 < __gmpfr_emin)
    [all...]
sqr.c 595 mpfr_exp_t ax2 = ax + ((int) b1 - 1 + cc); local
596 if (MPFR_UNLIKELY( ax2 > __gmpfr_emax))
598 if (MPFR_UNLIKELY( ax2 < __gmpfr_emin))
609 MPFR_SET_EXP (a, ax2);
  /src/external/gpl3/binutils/dist/opcodes/
arc-regs.h 164 DEF (0x82, ARC_OPCODE_ARCALL, NONE, ax2)
  /src/external/gpl3/binutils.old/dist/opcodes/
arc-regs.h 164 DEF (0x82, ARC_OPCODE_ARCALL, NONE, ax2)
  /src/external/gpl3/gdb.old/dist/opcodes/
arc-regs.h 164 DEF (0x82, ARC_OPCODE_ARCALL, NONE, ax2)
  /src/external/gpl3/gdb/dist/opcodes/
arc-regs.h 164 DEF (0x82, ARC_OPCODE_ARCALL, NONE, ax2)

Completed in 22 milliseconds