Searched refs:fours (Results 1 – 4 of 4) sorted by relevance
/external/skia/tests/ |
D | SkNxTest.cpp | 53 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.rsqrt0(), 0.5, 0.5, 0.5, 0.5); in test_Nf() 57 assert_nearly_eq(0.001f, fours.rsqrt1(), 0.5, 0.5, 0.5, 0.5); in test_Nf() 58 assert_nearly_eq(0.001f, fours.rsqrt2(), 0.5, 0.5, 0.5, 0.5); in test_Nf() 60 assert_eq( fours. invert(), 0.25, 0.25, 0.25, 0.25); in test_Nf() 61 assert_nearly_eq(0.001f, fours.approxInvert(), 0.25, 0.25, 0.25, 0.25); in test_Nf() 63 assert_eq(SkNx<N,float>::Min(a, fours), 3, 4, 4, 4); in test_Nf() 64 assert_eq(SkNx<N,float>::Max(a, fours), 4, 4, 5, 6); in test_Nf() 72 REPORTER_ASSERT(r, (a < fours).anyTrue()); in test_Nf() [all …]
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | idctllm_mmx.asm | 147 paddw mm0, [GLOBAL(fours)] 149 paddw mm2, [GLOBAL(fours)] 241 paddw mm5, [GLOBAL(fours)] 294 fours: label
|
D | dequantize_mmx.asm | 177 paddw mm0, [GLOBAL(fours)] 179 paddw mm2, [GLOBAL(fours)] 257 fours: label
|
D | idctllm_sse2.asm | 55 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)]
|