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

  /art/test/003-omnibus-opcodes/src/
Compare.java 25 static void testIntCompare(int minus, int plus, int plus2, int zero) {
38 if (plus != plus2)
116 static void testFloatCompare(float minus, float plus, float plus2,
126 if (plus != plus2)
146 static void testDoubleCompare(double minus, double plus, double plus2,
156 if (plus != plus2)
  /external/tensorflow/tensorflow/go/
session_test.go 200 plus2, _ = Add(g, "plus2", a, two) // a + 2
201 plus3, _ = Add(g, "plus3", plus2, three) // (a + 2) + 3
215 []Output{plus2, plusB},
222 // Feed 'a=1', fetch 'plus2', and compute (but do not fetch) 'plus3'.
228 []Output{plus2},
  /art/test/107-int-math2/src/
Main.java 571 static int testIntCompare(int minus, int plus, int plus2, int zero) {
584 if (plus != plus2)
665 static int testFloatCompare(float minus, float plus, float plus2,
673 if (plus != plus2)
695 static int testDoubleCompare(double minus, double plus, double plus2,
706 if (plus != plus2)
    [all...]
  /external/tensorflow/tensorflow/c/
c_api_test.cc 1054 TF_Operation* plus2 = Add(a, two, graph, s, "plus2"); local
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-generated-actions_test.cc 965 ACTION_P2(Plus2, x, y) { return x + y;
    [all...]
  /external/googletest/googlemock/test/
gmock-generated-actions_test.cc     [all...]
  /external/v8/testing/gmock/test/
gmock-generated-actions_test.cc     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
CHANGES_FROM_133.txt     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
CHANGES_FROM_133.txt 274 plus2 : (A|B)+ Z;
    [all...]

Completed in 248 milliseconds