Searched defs:x23 (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
H A D | X87.cpp | 73 verifyBytes<ByteCount>(codeBytes(), Opcode, ModRM, 0x45, 0x23, 0x01, 0x00); in TEST_F() local 86 verifyBytes<ByteCount>(codeBytes(), Opcode, ModRM, 0x45, 0x23, 0x01, 0x00); in TEST_F() local
|
/third_party/skia/src/core/ |
H A D | SkBitmapProcState.cpp | 99 x23 = *xy++; in S32_alpha_D32_nofilter_DX() local
|
H A D | SkVM.h | 69 x16, x17, x18, x19, x20, x21, x22, x23, enumerator
|
/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | load_store_vectorizer_tests.cpp | 1184 ASSERT_EQ(nir_const_value_as_uint(cv[3], 32), 0x23); in TEST_F() local
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | fft_vsx.h | 62 vec_f x20, x21, x22, x23; in pass_vsx_interleave() local 288 vec_f x20, x21, x22, x23; in fft8_vsx_interleave() local 362 vec_f x20, x21, x22, x23; in fft16_vsx_interleave() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_dctdnoiz.c | 216 const float x23 = 1.35331800117435f *x09 + 0.410524527522357f*x0e; in fdct16_1d() local 297 const float x23 = 0.25f * (x20 + x21); in idct16_1d() local
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_draw.cpp | 986 float x23 = (x2+x3)*0.5f, y23 = (y2+y3)*0.5f; in PathBezierToCasteljau() local
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_draw.cpp | 1259 float x23 = (x2 + x3) * 0.5f, y23 = (y2 + y3) * 0.5f; in PathBezierCubicCurveToCasteljau() local 1280 float x23 = (x2 + x3) * 0.5f, y23 = (y2 + y3) * 0.5f; in PathBezierQuadraticCurveToCasteljau() local
|
H A D | imgui.cpp | 1258 float x23 = (x2 + x3)*0.5f, y23 = (y2 + y3)*0.5f; in ImBezierCubicClosestPointCasteljauStep() local
|
Completed in 50 milliseconds