HomeSort by relevance Sort by last modified time
    Searched refs:g2 (Results 126 - 150 of 179) sorted by null

1 2 3 4 56 7 8

  /prebuilts/devtools/tools/lib/
draw9patch.jar 
jobb.jar 
  /external/libpng/contrib/gregbook/
rpng2-win.c 811 uch r1, r2, g1, g2, b1, b2; local
865 g2 = g2_min + (g2_diff * yidx) / yidx_max;
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 429 let g2 = declare_global i32_type "GVar03" m ++ var
432 insist (not (is_declaration g2));
433 insist ((global_initializer g) == (global_initializer g2));
436 let g2 = declare_qualified_global i32_type "QGVar03" 3 m ++ var
439 insist (not (is_declaration g2));
440 insist ((global_initializer g) == (global_initializer g2));
471 let g2 = declare_global i32_type "Two" m in var
474 insist (Before g2 = global_succ g1);
475 insist (At_end m = global_succ g2);
477 insist (After g2 = global_end m)
    [all...]
  /external/clang/test/SemaCXX/
cxx0x-initializer-constructor.cpp 168 G g2({1, 2, 3});
warn-thread-safety-analysis.cpp 3135 Graph g2; local
    [all...]
  /external/clang/test/SemaTemplate/
default-expr-arguments.cpp 37 void g2() { function
  /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 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/open-vcdiff/gtest/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 495 int a2, int r2, int g2, int b2) {
497 blend(alpha, g1, g2), blend(alpha, b1, b2));
  /external/freetype/src/psaux/
afmparse.c 656 #define KERN_INDEX( g1, g2 ) ( ( (FT_ULong)g1 << 16 ) | g2 )
  /external/openssl/crypto/
sparccpuid.S 8 .register %g2,#scratch
114 clr %g2
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java 598 int g2 = ((b << 1) ^ local
601 ((b & 0x01) != 0 ? (RS_GF_FDBK >>> 1) : 0)) ^ g2 ;
602 return ((x << 8) ^ (g3 << 24) ^ (g2 << 16) ^ (g3 << 8) ^ b);
  /external/ceres-solver/internal/ceres/gtest/
gtest.h     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c     [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g 529 | g2=id {grammar.importGrammar($g2.tree,null);}
  /external/openssl/crypto/sha/asm/
sha1-sparcv9.pl 30 $rot1m="%g2";
182 .register %g2,#scratch
  /external/v8/test/mjsunit/
large-object-allocation.js 90 this.g2 = i;
  /external/speex/libspeex/
sb_celp.c 613 float g2;
618 g2 = compute_rms(sp, st->subframeSize)/(.01+compute_rms(tmp_sig, st->subframeSize));
619 /*fprintf (stderr, "gains: %f %f\n", g, g2);*/
620 g = g2;
670 /* Compute zero response (ringing) of A(z/g1) / ( A(z/g2) * Aq(z) ) */
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 1339 Graphics2D g2 = image.createGraphics(); local
    [all...]
  /external/clang/test/CodeGenCXX/
mangle.cpp 119 void g2() { function

Completed in 942 milliseconds

1 2 3 4 56 7 8