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

1 2 3 4 5

  /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/tensorflow/tensorflow/compiler/tf2xla/kernels/
elu_op.cc 38 const auto pred = b->Gt(ctx->Input(0), zero);
56 const auto pred = b->Gt(activation, zero);
76 const auto pred = b->Gt(ctx->Input(0), zero);
100 const auto pred = b->Gt(activation, zero);
relu_op.cc 63 const auto pred = b->Gt(ctx->Input(1), zero);
81 b->Select(b->And(b->Lt(ctx->Input(1), six), b->Gt(ctx->Input(1), zero)),
unary_ops.cc 138 b->Or(b->Gt(fraction, half), b->And(b->Eq(fraction, half), is_odd)),
171 xla::ComputationDataHandle too_large = b->Gt(features, b->Neg(threshold));
  /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/tensorflow/tensorflow/compiler/xla/tests/
select_test.cc 118 // Similar to SelectR1F32WithCmpR1S32s, except "gt"-comparing two R1F32s.
122 auto cmp = builder.Gt(v1, v2);
133 // compared, and selection between them happens based on a gt-comparison mask.
144 auto cmp = builder.Gt(v1, v2);
185 auto cmp = builder.Gt(v1, v2);
193 // "gt"-compares a R1S32 with a S32 scalar, and uses the resulting R1PRED to
198 auto cmp = builder.Gt(v, s);
210 // "gt"-compares a R1F32 with a F32 scalar, and uses the resulting R1PRED to
215 auto cmp = builder.Gt(v, s);
pred_test.cc 78 TestCompare(true, false, true, &ComputationBuilder::Gt);
while_test.cc 61 builder.Gt(builder.ConstantR0<int32>(5), prev);
98 builder.Gt(builder.ConstantR0<int64>(5), prev);
130 builder.Gt(builder.ConstantR0<int32>(5), prev);
214 auto test = builder.Gt(builder.ConstantR0<float>(15.5f), sum);
267 auto test = builder.Gt(builder.ConstantR0<float>(15.5f), sum);
326 auto test = builder.Gt(builder.ConstantR0<float>(15.5f), sum);
374 builder.Gt(builder.ConstantR0<int32>(N), iteration);
427 builder.Gt(builder.ConstantR0<int32>(N), iteration);
482 builder.Gt(builder.ConstantR0<int32>(5), iteration);
531 builder.Gt(builder.ConstantR0<int32>(5), iteration)
    [all...]
scalar_computations_test.cc 584 builder.Gt(builder.ConstantR0<float>(2.0f), builder.ConstantR0<float>(1.0f));
606 TestCompare<int32>(1, 5, false, &ComputationBuilder::Gt);
638 TestCompare<uint32>(1, 5, false, &ComputationBuilder::Gt);
639 TestCompare<uint32>(5, 5, false, &ComputationBuilder::Gt);
640 TestCompare<uint32>(5, 1, true, &ComputationBuilder::Gt);
670 TestCompare<float>(1.0, 5.2, false, &ComputationBuilder::Gt);
    [all...]
  /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...]
  /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 102 using testing::Gt;
951 // Tests that Gt(v) matches anything > v.
953 Matcher<double> m1 = Gt(0);
959 // Tests that Gt(v) describes itself properly.
961 Matcher<int> m = Gt(5);
    [all...]
  /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...]
  /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")

Completed in 1728 milliseconds

1 2 3 4 5