HomeSort by relevance Sort by last modified time
    Searched refs:g1 (Results 76 - 100 of 115) sorted by null

1 2 34 5

  /external/libpng/contrib/gregbook/
rpng2-win.c 811 uch r1, r2, g1, g2, b1, b2; local
858 g1 = g1_min + (g1_diff * yidx) / yidx_max;
    [all...]
rpng2-x.c 1076 uch r1, r2, g1, g2, b1, b2; local
1860 uch r1, r2, g1, g2, b1, b2; local
    [all...]
  /external/speex/libspeex/
filters.c 675 spx_word16_t g1, g2; local
775 g1 = 32767 - MULT16_16_Q13(MULT16_16_Q15(c2, pgain1),pgain1);
778 g1 = 1-c2*pgain1*pgain1;
781 if (g1<c1)
782 g1 = c1;
785 g1 = (spx_word16_t)PDIV32_16(SHL32(EXTEND32(c1),14),(spx_word16_t)g1);
789 gain0 = MULT16_16_Q15(QCONST16(.7,15),MULT16_16_Q14(g1,gg1));
792 gain0 = MULT16_16_Q15(QCONST16(.6,15),MULT16_16_Q14(g1,gg1));
  /external/openssl/crypto/
sparccpuid.S 112 clr %g1
343 subcc %g0,1,%g1
345 .word 0x83408000 !rd %ccr,%g1
346 cmp %g1,0x99
  /external/quake/quake/src/QW/client/
gl_vidlinux_x11.c 441 int r1,g1,b1; local
493 g1 = (int)g - (int)pal[1];
495 dist = sqrt(((r1*r1)+(g1*g1)+(b1*b1)));
gl_vidlinuxglx.c 387 int r1,g1,b1; local
441 g1 = (int)g - (int)pal[1];
443 dist = sqrt(((r1*r1)+(g1*g1)+(b1*b1)));
screen.c 708 int r1, g1, b1; local
719 g1 = host_basepal[i*3+1] - g;
721 dist = r1*r1 + g1*g1 + b1*b1;
gl_screen.c 758 int r1, g1, b1; local
769 g1 = host_basepal[i*3+1] - g;
771 dist = r1*r1 + g1*g1 + b1*b1;
gl_vidnt.c 708 int r1,g1,b1; local
751 g1 = g-pal[1];
753 j = (r1*r1)+(g1*g1)+(b1*b1);
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
EmulatorControlPanel.java 295 Group g1 = new Group(top, SWT.NONE); local
296 g1.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
297 g1.setLayout(new GridLayout(2, false));
298 g1.setText("Telephony Status");
302 Composite insideGroup = new Composite(g1, SWT.NONE);
376 Label l = new Label(g1, SWT.NONE);
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
MiscRegressionTest.java 474 ThreadGroup g1 = new ThreadGroup("1"); local
475 MyOtherThread t2 = new MyOtherThread(g1, "t2");
  /external/quake/quake/src/WinQuake/
gl_vidlinuxglx.cpp 492 int r1,g1,b1; local
530 g1 = (int)g - (int)pal[1];
532 dist = (r1*r1)+(g1*g1)+(b1*b1);
gl_vidnt.cpp 708 int r1,g1,b1; local
751 g1 = g-pal[1];
753 j = (r1*r1)+(g1*g1)+(b1*b1);
    [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/gtest/include/gtest/
gtest-param-test.h 89 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-param-test.h 89 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest-param-test.h 89 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 473 int a1, int r1, int g1, int b1,
476 blend(alpha, g1, g2), blend(alpha, b1, b2));
  /external/freetype/src/psaux/
afmparse.c 659 #define KERN_INDEX( g1, g2 ) ( ( (FT_ULong)g1 << 16 ) | g2 )
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c     [all...]
  /external/libffi/src/sparc/
v9.S 139 Receives the closure argument in %g1. */
177 mov %g1, %o0

Completed in 811 milliseconds

1 2 34 5