Home
last modified time | relevance | path

Searched refs:fours (Results 1 – 7 of 7) sorted by relevance

/external/skia/tests/
DSkNxTest.cpp53 SkNx<N,float> fours(4); in test_Nf() local
55 assert_eq(fours.sqrt(), 2,2,2,2); in test_Nf()
56 assert_nearly_eq(0.001f, fours.rsqrt(), 0.5, 0.5, 0.5, 0.5); in test_Nf()
58 assert_nearly_eq(0.001f, fours.invert(), 0.25, 0.25, 0.25, 0.25); in test_Nf()
60 assert_eq(SkNx<N,float>::Min(a, fours), 3, 4, 4, 4); in test_Nf()
61 assert_eq(SkNx<N,float>::Max(a, fours), 4, 4, 5, 6); in test_Nf()
69 REPORTER_ASSERT(r, (a < fours).anyTrue()); in test_Nf()
70 REPORTER_ASSERT(r, (a <= fours).anyTrue()); in test_Nf()
71 REPORTER_ASSERT(r, !(a > fours).allTrue()); in test_Nf()
72 REPORTER_ASSERT(r, !(a >= fours).allTrue()); in test_Nf()
/external/skqp/tests/
DSkNxTest.cpp53 SkNx<N,float> fours(4); in test_Nf() local
55 assert_eq(fours.sqrt(), 2,2,2,2); in test_Nf()
56 assert_nearly_eq(0.001f, fours.rsqrt(), 0.5, 0.5, 0.5, 0.5); in test_Nf()
58 assert_nearly_eq(0.001f, fours.invert(), 0.25, 0.25, 0.25, 0.25); in test_Nf()
60 assert_eq(SkNx<N,float>::Min(a, fours), 3, 4, 4, 4); in test_Nf()
61 assert_eq(SkNx<N,float>::Max(a, fours), 4, 4, 5, 6); in test_Nf()
69 REPORTER_ASSERT(r, (a < fours).anyTrue()); in test_Nf()
70 REPORTER_ASSERT(r, (a <= fours).anyTrue()); in test_Nf()
71 REPORTER_ASSERT(r, !(a > fours).allTrue()); in test_Nf()
72 REPORTER_ASSERT(r, !(a >= fours).allTrue()); in test_Nf()
/external/libvpx/libvpx/vp8/common/x86/
Didctllm_mmx.asm148 paddw mm0, [GLOBAL(fours)]
150 paddw mm2, [GLOBAL(fours)]
242 paddw mm5, [GLOBAL(fours)]
295 fours: label
Didctllm_sse2.asm57 paddw xmm4, [GLOBAL(fours)]
259 paddw xmm0, [GLOBAL(fours)]
261 paddw xmm2, [GLOBAL(fours)]
398 paddw xmm4, [GLOBAL(fours)]
596 paddw xmm0, [GLOBAL(fours)]
598 paddw xmm2, [GLOBAL(fours)]
Ddequantize_mmx.asm178 paddw mm0, [GLOBAL(fours)]
180 paddw mm2, [GLOBAL(fours)]
258 fours: label
/external/libopus/celt/x86/
Dvq_sse2.c54 __m128i fours; in op_pvq_search_sse2() local
60 fours = _mm_set_epi32(4, 4, 4, 4); in op_pvq_search_sse2()
180 count = _mm_add_epi32(count, fours); in op_pvq_search_sse2()
/external/jline/src/src/test/resources/jline/example/
Denglish.gz