HomeSort by relevance Sort by last modified time
    Searched refs:lab2 (Results 1 - 9 of 9) sorted by null

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/z80/
equ.s 6 .long lab2
7 lab2 .equ (.-_start) label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
byte-1.s 6 lab2 BYTE number+100,0,"string2",#a label
byte-1.d 34 +6: 0+c +0 +NOTYPE +LOCAL +DEFAULT +1 lab2
  /toolchain/binutils/binutils-2.27/gold/testsuite/
basic_test.cc 124 p = &&lab2;
131 lab2:
  /toolchain/binutils/binutils-2.27/gas/
dw2gencfi.h 97 symbolS *lab2; member in struct:cfi_insn_data::__anon4403::__anon4406
dw2gencfi.c 572 insn->u.ll.lab2 = label;
    [all...]
  /external/autotest/server/site_tests/autoupdate_P2P/
autoupdate_P2P.py 211 lab2 = self._hosts[1].hostname.partition('-')[0]
212 if lab1 != lab2:
  /frameworks/base/core/java/com/android/internal/graphics/
ColorUtils.java 623 * 1.0 will result in {@code lab2}.</p>
626 * @param lab2 3-element array which holds the second LAB color
627 * @param ratio the blend ratio of {@code lab1} to {@code lab2}
630 public static void blendLAB(@NonNull double[] lab1, @NonNull double[] lab2,
636 outResult[0] = lab1[0] * inverseRatio + lab2[0] * ratio;
637 outResult[1] = lab1[1] * inverseRatio + lab2[1] * ratio;
638 outResult[2] = lab1[2] * inverseRatio + lab2[2] * ratio;
  /frameworks/support/compat/src/main/java/androidx/core/graphics/
ColorUtils.java 647 * 1.0 will result in {@code lab2}.</p>
650 * @param lab2 3-element array which holds the second LAB color
651 * @param ratio the blend ratio of {@code lab1} to {@code lab2}
654 public static void blendLAB(@NonNull double[] lab1, @NonNull double[] lab2,
660 outResult[0] = lab1[0] * inverseRatio + lab2[0] * ratio;
661 outResult[1] = lab1[1] * inverseRatio + lab2[1] * ratio;
662 outResult[2] = lab1[2] * inverseRatio + lab2[2] * ratio;

Completed in 1042 milliseconds