HomeSort by relevance Sort by last modified time
    Searched refs:Gt (Results 1 - 25 of 72) sorted by null

1 2 3

  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
vibrance.rs 36 float Gt = Gf * MS;
43 float Rc = R * (Rt + S) + G * Gt + B * Bt;
44 float Gc = R * Rt + G * (Gt + S) + B * Bt;
45 float Bc = R * Rt + G * Gt + B * (Bt + S);
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
vibrance.rs 36 float Gt = Gf * MS;
43 float Rc = R * (Rt + S) + G * Gt + B * Bt;
44 float Gc = R * Rt + G * (Gt + S) + B * Bt;
45 float Bc = R * Rt + G * Gt + B * (Bt + S);
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
vibrance.rs 36 float Gt = Gf * MS;
43 float Rc = R * (Rt + S) + G * Gt + B * Bt;
44 float Gc = R * Rt + G * (Gt + S) + B * Bt;
45 float Bc = R * Rt + G * Gt + B * (Bt + S);
  /frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
vibrance_f.rs 36 float Gt = Gf * MS;
43 float Rc = R * (Rt + S) + G * Gt + B * Bt;
44 float Gc = R * Rt + G * (Gt + S) + B * Bt;
45 float Bc = R * Rt + G * Gt + B * (Bt + S);
  /packages/apps/Gallery2/jni/filters/
saturated.c 31 float Gt = Gf * MS;
43 float Rc = R * (Rt + S) + G * Gt + B * Bt;
44 float Gc = R * Rt + G * (Gt + S) + B * Bt;
45 float Bc = R * Rt + G * Gt + B * (Bt + S);
vibrance.c 33 float Gt = Gf * MS;
46 Gt = Gf * MS;
52 float Rc = R * (Rt + S) + G * Gt + B * Bt;
53 float Gc = R * Rt + G * (Gt + S) + B * Bt;
54 float Bc = R * Rt + G * Gt + B * (Bt + S);
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Gt.java 19 * $Id: Gt.java 468655 2006-10-28 07:12:06Z minchau $
29 public class Gt extends Operation
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
saturation.rs 71 float Gt = Gf * MS;
77 rsMatrixSet(&colorMatrix_max, 1, 0, b * Gt);
80 rsMatrixSet(&colorMatrix_max, 1, 1, b * (Gt + S));
83 rsMatrixSet(&colorMatrix_max, 1, 2, b * Gt);
89 Gt = Gf * MS;
94 rsMatrixSet(&colorMatrix_min, 1, 0, b * Gt);
97 rsMatrixSet(&colorMatrix_min, 1, 1, b * (Gt + S));
100 rsMatrixSet(&colorMatrix_min, 1, 2, b * Gt);
vignette.rs 47 float Gt = Gf * MS;
55 rsMatrixSet(&colorMatrix, 1, 0, b * Gt);
58 rsMatrixSet(&colorMatrix, 1, 1, b * (Gt + S));
61 rsMatrixSet(&colorMatrix, 1, 2, b * Gt);
grad.rs 73 float Gt = Gf * MS;
81 rsMatrixSet(&grads[i].colorMatrix, 1, 0, b * Gt);
84 rsMatrixSet(&grads[i].colorMatrix, 1, 1, b * (Gt + S));
87 rsMatrixSet(&grads[i].colorMatrix, 1, 2, b * Gt);
  /external/webrtc/webrtc/modules/audio_processing/agc/
agc_unittest.cc 24 using ::testing::Gt;
96 EXPECT_CALL(checker_, LevelChanged(_, Gt(179))).Times(AtLeast(1));
151 AllOf(Gt(last_level * 0.95), Lt(last_level * 1.05))))
  /external/google-breakpad/src/testing/test/
gmock-generated-matchers_test.cc 66 using testing::Gt;
126 EXPECT_THAT(t, Not(Args<0, 2>(Gt())));
137 EXPECT_THAT(t, (Args<2, 0>(Gt())));
210 const Matcher<tuple<int, char> > m = Args<1, 0>(Gt());
295 Matcher<vector<int> > m = ElementsAre(Gt(5));
312 Matcher<const list<int>& > m = ElementsAre(Gt(5));
960 EXPECT_THAT(42, TwoOf(Gt(0), Lt(50), Eq(10)));
961 EXPECT_THAT(0, Not(TwoOf(Gt(-1), Lt(1), Eq(0))));
972 EXPECT_THAT(some_list, Contains(Gt(2.5)));
    [all...]
gmock-matchers_test.cc 89 using testing::Gt;
818 // Tests that Gt(v) matches anything > v.
820 Matcher<double> m1 = Gt(0);
826 // Tests that Gt(v) describes itself properly.
828 Matcher<int> m = Gt(5);
    [all...]
gmock_link_test.h 70 // Gt, Lt, Ge, Le, Ne
144 using testing::Gt;
494 // Tests the linkage of the Lt, Gt, Le, Ge, and Ne matchers.
499 ON_CALL(mock, VoidFromFloat(Gt(1.0f))).WillByDefault(Return());
  /external/googletest/googlemock/test/
gmock-generated-matchers_test.cc 66 using testing::Gt;
127 EXPECT_THAT(t, Not(Args<0, 2>(Gt())));
138 EXPECT_THAT(t, (Args<2, 0>(Gt())));
211 const Matcher<tuple<int, char> > m = Args<1, 0>(Gt());
293 Matcher<vector<int> > m = ElementsAre(Gt(5));
310 Matcher<const list<int>& > m = ElementsAre(Gt(5));
    [all...]
gmock-matchers_test.cc 97 using testing::Gt;
946 // Tests that Gt(v) matches anything > v.
948 Matcher<double> m1 = Gt(0);
954 // Tests that Gt(v) describes itself properly.
956 Matcher<int> m = Gt(5);
    [all...]
gmock_link_test.h 70 // Gt, Lt, Ge, Le, Ne
144 using testing::Gt;
494 // Tests the linkage of the Lt, Gt, Le, Ge, and Ne matchers.
499 ON_CALL(mock, VoidFromFloat(Gt(1.0f))).WillByDefault(Return());
  /external/v8/testing/gmock/test/
gmock-generated-matchers_test.cc 66 using testing::Gt;
128 EXPECT_THAT(t, Not(Args<0, 2>(Gt())));
139 EXPECT_THAT(t, (Args<2, 0>(Gt())));
212 const Matcher<tuple<int, char> > m = Args<1, 0>(Gt());
294 Matcher<vector<int> > m = ElementsAre(Gt(5));
311 Matcher<const list<int>& > m = ElementsAre(Gt(5));
    [all...]
gmock-matchers_test.cc 97 using testing::Gt;
942 // Tests that Gt(v) matches anything > v.
944 Matcher<double> m1 = Gt(0);
950 // Tests that Gt(v) describes itself properly.
952 Matcher<int> m = Gt(5);
    [all...]
gmock_link_test.h 70 // Gt, Lt, Ge, Le, Ne
144 using testing::Gt;
494 // Tests the linkage of the Lt, Gt, Le, Ge, and Ne matchers.
499 ON_CALL(mock, VoidFromFloat(Gt(1.0f))).WillByDefault(Return());
  /external/v8/src/wasm/
wasm-opcodes.cc 63 CASE_ALL_SIGN_OP(Gt, "gt")
185 CASE_F32x4_OP(Gt, "gt")
197 CASE_SIGN_OP(SIMDI, Gt, "gt")
  /external/syslinux/dosutil/
mdiskchk.com 95 ??6}Q?<c?4???[m,(?Ê??i??>?p?Ov?<Gt??9?v??i+?7??W????iF???>,??0????? ,$H?u?????I?P?E)C??0?Z??{?4">a x?\3o|???;D~??? ??J?
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 46 import org.apache.xpath.operations.Gt;
140 expr = gt(opPos); break;
345 * @return reference to {@link org.apache.xpath.operations.Gt} instance.
349 protected Expression gt(int opPos) throws TransformerException method in class:Compiler
351 return compileOperation(new Gt(), opPos);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_ast.py 170 self.assertTrue(issubclass(ast.Gt, ast.AST))
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
util.py 332 _ast.Gt = type(m.body[11].value.ops[0])

Completed in 1318 milliseconds

1 2 3