Home
last modified time | relevance | path

Searched refs:fours (Results 1 – 5 of 5) 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/libvpx/libvpx/vp8/common/x86/
Didctllm_mmx.asm147 paddw mm0, [GLOBAL(fours)]
149 paddw mm2, [GLOBAL(fours)]
241 paddw mm5, [GLOBAL(fours)]
294 fours: label
Ddequantize_mmx.asm177 paddw mm0, [GLOBAL(fours)]
179 paddw mm2, [GLOBAL(fours)]
257 fours: label
Didctllm_sse2.asm55 paddw xmm4, [GLOBAL(fours)]
257 paddw xmm0, [GLOBAL(fours)]
259 paddw xmm2, [GLOBAL(fours)]
396 paddw xmm4, [GLOBAL(fours)]
594 paddw xmm0, [GLOBAL(fours)]
596 paddw xmm2, [GLOBAL(fours)]
/external/jline/src/src/test/resources/jline/example/
Denglish.gz