HomeSort by relevance Sort by last modified time
    Searched refs:four (Results 101 - 125 of 168) sorted by null

1 2 3 45 6 7

  /external/syzkaller/vendor/github.com/golang/protobuf/ptypes/timestamp/
timestamp.pb.go 80 // where {year} is always expressed using four digits while {month}, {day},
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
image_ops.cc 79 auto four = XlaHelpers::FloatLiteral(b, dtype, 4.0); local
85 auto db = xla::Clamp(zero, xla::Sub(two, xla::Abs(xla::Sub(dh, four))), one);
  /external/tensorflow/tensorflow/python/framework/
tensor_shape_test.py 193 four = tensor_shape.Dimension(4)
195 self.assertEqual(nine % four, 1)
  /external/boringssl/src/crypto/cipher_extra/asm/
aes128gcmsiv-x86_64.pl 44 four: label
809 vmovdqu four(%rip), $ADDER # Register to increment counters
1020 vpaddd four(%rip), $TMP1, $CTR5 # CTR5 = TAG[127...32][00..04]
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 609 public static final Integer four = new Integer(4); field in class:JSR166TestCase
    [all...]
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 388 AddError("Expected four hex digits for \\u escape sequence.");
    [all...]
  /bionic/docs/
fdsan.md 52 fdsan has four severity levels:
  /external/golang-protobuf/jsonpb/
jsonpb_test.go 447 &pb.Mappy{Strry: map[string]string{`"one"`: "two", "three": "four"}},
448 `{"strry":{"\"one\"":"two","three":"four"}}`},
743 {"map<string, string>", Unmarshaler{}, `{"strry":{"\"one\"":"two","three":"four"}}`, &pb.Mappy{Strry: map[string]string{`"one"`: "two", "three": "four"}}},
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
SetsTest.java     [all...]
  /external/libavc/common/arm/
ih264_weighted_pred_a9q.s 134 loop_4: @each iteration processes four rows
166 loop_8: @each iteration processes four rows
ih264_weighted_bi_pred_a9q.s 167 loop_4: @each iteration processes four rows
208 loop_8: @each iteration processes four rows
  /external/llvm/test/Bindings/OCaml/
core.ml 200 let four = const_int i32_type 4 in var
205 let c = const_array i32_type [| three; four |] in
209 insist (four = (const_element c 1));
222 let c = const_struct context [| one; two; three; four |] in
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
APIntTest.cpp 328 APInt four(8, 4);
336 EXPECT_EQ(four, q);
339 EXPECT_EQ(-four, q);
342 EXPECT_EQ(-four, q);
345 EXPECT_EQ(four, q);
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 133 const int four = 4; member in namespace:DefaultArguments
138 static_assert(Sum(1, four) == 5, "");
140 static_assert(Sum(1, 2, &four, eight) == 15, "");
    [all...]
  /external/python/cpython3/Lib/test/
test_builtin.py     [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
function_optimizer_test.cc 1791 Tensor four = test::AsScalar<int32>(4); local
    [all...]
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
vmcore.ml 151 let four = const_int i32_type 4 in var
156 let c = const_array i32_type [| three; four |] in
171 let c = const_struct context [| one; two; three; four |] in
    [all...]
  /build/soong/third_party/zip/
reader.go 368 // No data descriptor signature. Keep these four
  /external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
core.ml 210 let four = const_int i32_type 4 in var
215 let c = const_array i32_type [| three; four |] in
219 insist (four = (const_element c 1));
232 let c = const_struct context [| one; two; three; four |] in
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
functional_ops_test.py 1134 def four(x): function in function:FunctionalOpsCaseTest.testCase
    [all...]
  /external/webp/src/dsp/
dec_sse2.c 116 const __m128i four = _mm_set1_epi16(4); local
117 const __m128i dc = _mm_add_epi16(T0, four);
160 // Load four bytes/pixels per line.
189 // Store four bytes/pixels per line.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
py2_test_grammar.py 516 global one, two, three, four, five, six, seven, eight, nine, ten
770 x = {'one': 1, 'two': 2, 'three': 3, 'four': 4, 'five': 5, 'six': 6}
py3_test_grammar.py 486 global one, two, three, four, five, six, seven, eight, nine, ten
713 x = {'one': 1, 'two': 2, 'three': 3, 'four': 4, 'five': 5, 'six': 6}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_grammar.py 514 global one, two, three, four, five, six, seven, eight, nine, ten
768 x = {'one': 1, 'two': 2, 'three': 3, 'four': 4, 'five': 5, 'six': 6}
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
py2_test_grammar.py 516 global one, two, three, four, five, six, seven, eight, nine, ten
770 x = {'one': 1, 'two': 2, 'three': 3, 'four': 4, 'five': 5, 'six': 6}

Completed in 773 milliseconds

1 2 3 45 6 7