/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
|
/kernel/linux/common_modules/pac/include/ |
H A D | asm_pointer_auth_context.h | 101 mov x23, sp variable 117 mov x23, sp variable 129 add x27, x23, #S_FRAME_SIZE variable 145 and x23, x23, x24 variable 146 sub x23, x23, x25 variable 147 cbnz x23, variable [all...] |
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | asm.h | 126 REG_S x23, PT_S7(sp) variable 156 REG_L x23, PT_S7(sp) variable
|
/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/ |
H A D | geometry_curves.cpp | 219 float x23 = (x2 + x3) / FLOATNUM; in Recursive() local 513 float x23 = (x2 + x3) / FLOATNUM; in Recursive() local [all...] |
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | kvm_asm.h | 308 stp x23, x24, [\ctxt, #CPU_XREG_OFFSET(23)] variable 319 ldp x23, x24, [\ctxt, #CPU_XREG_OFFSET(23)] variable
|
H A D | processor.h | 119 unsigned long x23; member
|
H A D | assembler.h | 681 __frame_regs x23, x24, \op, 5 variable
|
/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
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | processor.h | 136 unsigned long x23; member
|
H A D | assembler.h | 724 __frame_regs x23, x24, \op, 5 variable
|
H A D | kvm_asm.h | 346 stp x23, x24, [\ctxt, #CPU_XREG_OFFSET(23)] variable 357 ldp x23, x24, [\ctxt, #CPU_XREG_OFFSET(23)] variable
|
/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
|
/kernel/linux/linux-5.10/lib/crypto/ |
H A D | curve25519-fiat32.c | 121 { u32 x23; u8/*bool*/ x24 = subborrow_u25(x21, x4, 0x1ffffff, &x23); in fe_freeze() local 247 { const u32 x23 = in2[0]; in fe_add_impl() local 290 { const u32 x23 = in2[0]; in fe_sub_impl() local 333 { const u32 x23 = in2[0]; in fe_mul_impl() local 460 { u64 x23 = ((((u64)x6 * x6) + ((u64)(0x4 * x4) * x8)) + ((u64)(0x2 * x2) * x10)); fe_sqr_impl() local 656 { const u32 x23 = 121666; fe_mul_121666_impl() local [all...] |
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | curve25519-fiat32.c | 121 { u32 x23; u8/*bool*/ x24 = subborrow_u25(x21, x4, 0x1ffffff, &x23); in fe_freeze() local 247 { const u32 x23 = in2[0]; in fe_add_impl() local 290 { const u32 x23 = in2[0]; in fe_sub_impl() local 333 { const u32 x23 = in2[0]; in fe_mul_impl() local 460 { u64 x23 = ((((u64)x6 * x6) + ((u64)(0x4 * x4) * x8)) + ((u64)(0x2 * x2) * x10)); fe_sqr_impl() local 656 { const u32 x23 = 121666; fe_mul_121666_impl() local [all...] |
/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
|