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

1 2

  /external/libcxx/test/std/utilities/optional/optional.relops/
equal.pass.cpp 39 constexpr O o4{2}; // engaged
45 static_assert(!(o1 == o4), "");
51 static_assert(!(o2 == o4), "");
57 static_assert(!(o3 == o4), "");
60 static_assert(!(o4 == o1), "");
61 static_assert(!(o4 == o2), "");
62 static_assert(!(o4 == o3), "");
63 static_assert(o4 == o4, "");
64 static_assert(!(o4 == o5), "")
    [all...]
greater_equal.pass.cpp 36 constexpr O o4{2}; // engaged
42 static_assert(!(o1 >= o4), "");
48 static_assert(!(o2 >= o4), "");
54 static_assert(!(o3 >= o4), "");
57 static_assert((o4 >= o1), "");
58 static_assert((o4 >= o2), "");
59 static_assert((o4 >= o3), "");
60 static_assert((o4 >= o4), "");
61 static_assert((o4 >= o5), "")
    [all...]
greater_than.pass.cpp 34 constexpr O o4{2}; // engaged
40 static_assert(!(o1 > o4), "");
46 static_assert(!(o2 > o4), "");
52 static_assert(!(o3 > o4), "");
55 static_assert((o4 > o1), "");
56 static_assert((o4 > o2), "");
57 static_assert((o4 > o3), "");
58 static_assert(!(o4 > o4), "");
59 static_assert((o4 > o5), "")
    [all...]
less_equal.pass.cpp 36 constexpr O o4{2}; // engaged
42 static_assert((o1 <= o4), "");
48 static_assert((o2 <= o4), "");
54 static_assert((o3 <= o4), "");
57 static_assert(!(o4 <= o1), "");
58 static_assert(!(o4 <= o2), "");
59 static_assert(!(o4 <= o3), "");
60 static_assert((o4 <= o4), "");
61 static_assert(!(o4 <= o5), "")
    [all...]
less_than.pass.cpp 34 constexpr O o4{2}; // engaged
40 static_assert((o1 < o4), "");
46 static_assert((o2 < o4), "");
52 static_assert((o3 < o4), "");
55 static_assert(!(o4 < o1), "");
56 static_assert(!(o4 < o2), "");
57 static_assert(!(o4 < o3), "");
58 static_assert(!(o4 < o4), "");
59 static_assert(!(o4 < o5), "")
    [all...]
not_equal.pass.cpp 39 constexpr O o4{2}; // engaged
45 static_assert((o1 != o4), "");
51 static_assert((o2 != o4), "");
57 static_assert((o3 != o4), "");
60 static_assert((o4 != o1), "");
61 static_assert((o4 != o2), "");
62 static_assert((o4 != o3), "");
63 static_assert(!(o4 != o4), "");
64 static_assert((o4 != o5), "")
    [all...]
  /external/mesa3d/src/mesa/sparc/
norm.S 22 /* o0=mat o1=scale o2=in o3=lengths o4=dest */
36 LDPTR [%o4 + V4F_START], %g3 ! g3 = 'out' dest->start
41 st %g1, [%o4 + V4F_COUNT]
47 clr %o4 ! 'i' for STRIDE_LOOP
54 add %o4, 1, %o4 ! i++
96 cmp %o4, %g1 ! continue if (i < count)
119 add %o4, 1, %o4 ! i++
152 cmp %o4, %g1 ! continue if (i < count
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantUtil.hpp 108 std::vector<T> makeVector (const T& o1, const T& o2, const T& o3, const T& o4)
115 vec.push_back(o4);
  /external/capstone/suite/MC/Sparc/
sparc-mem-instructions.s.cs 4 0xd8,0x48,0x60,0x00 = ldsb [%g1], %o4
7 0xd8,0x50,0x60,0x00 = ldsh [%g1], %o4
  /external/llvm/test/MC/Sparc/
sparc-mem-instructions.s 8 ! CHECK: ldsb [%g1], %o4 ! encoding: [0xd8,0x48,0x40,0x00]
9 ldsb [%g1], %o4
17 ! CHECK: ldsh [%g1], %o4 ! encoding: [0xd8,0x50,0x40,0x00]
18 ldsh [%g1], %o4
sparc-fp-instructions.s 151 ! CHECK: std %fq, [%o4] ! encoding: [0xc1,0x33,0x00,0x00]
154 std %fq, [%o4]
  /art/test/168-vmstack-annotated/src/
Main.java 113 // #1 step: synchronized(o4) { synchronized(o2) }
123 Object o4 = new Object(); local
128 l2.add(o4);
174 assertLocks(stack2[1], o4, o2); // Locked o4, o2.
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Sparc/
sparc-mem-instructions.s 8 ! CHECK: ldsb [%g1], %o4 ! encoding: [0xd8,0x48,0x40,0x00]
9 ldsb [%g1], %o4
17 ! CHECK: ldsh [%g1], %o4 ! encoding: [0xd8,0x50,0x40,0x00]
18 ldsh [%g1], %o4
sparc-fp-instructions.s 151 ! CHECK: std %fq, [%o4] ! encoding: [0xc1,0x33,0x00,0x00]
154 std %fq, [%o4]
  /external/tensorflow/tensorflow/core/framework/
op_def_util_test.cc 506 OpDef o4 = FromText(strings::StrCat("name: 'MatMul' ", a2, a1)); local
509 ExpectEqual(o3, o4);
  /art/test/700-LoadArgRegs/src/
Main.java 277 static void testRefs1(Object o1, Object o2, Object o3, Object o4, Object o5, long l1, long l2, long l3) {
281 static void testRefs(Object o1, Object o2, Object o3, Object o4, Object o5, long l1, long l2, long l3) {
282 testRefs1(o1, o2, o3, o4, o5, l1, l2, l3);
  /external/libvpx/libvpx/vpx_dsp/arm/
transpose_neon.h 794 uint8x8_t *o2, uint8x8_t *o3, uint8x8_t *o4, uint8x8_t *o5, uint8x8_t *o6,
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
ToStringHelperTest.java 124 Object o4 = new Object() {}; local
140 Object o4 = new Object() {}; local
  /external/libffi/src/sparc/
v8.S 86 ld [%l0+ARGS+16], %o4
v9.S 80 ldx [%l0+ARGS+32], %o4
  /external/python/cpython2/Modules/_ctypes/libffi/src/sparc/
v8.S 86 ld [%l0+ARGS+16], %o4
v9.S 80 ldx [%l0+ARGS+32], %o4
  /art/test/MyClassNatives/
MyClassNatives.java 88 native void maxParamNumber(Object o0, Object o1, Object o2, Object o3, Object o4, Object o5, Object o6, Object o7,
222 native void maxParamNumber_Fast(Object o0, Object o1, Object o2, Object o3, Object o4, Object o5, Object o6, Object o7,
  /external/eigen/test/
array.cpp 126 OneDArrayType o4((int)rows);
127 VERIFY(o4.size()==rows);
  /external/elfutils/tests/
run-allregs.sh     [all...]

Completed in 3643 milliseconds

1 2