Searched defs:x34 (Results 1 - 8 of 8) sorted by relevance
/third_party/backends/testsuite/backend/genesys/ |
H A D | tests_image.cpp | 380 ASSERT_EQ(get_raw_channel_from_row(data.data(), 1, 0, PixelFormat::I8), 0x34); test_get_raw_channel_from_row() local 382 ASSERT_EQ(get_raw_channel_from_row(data.data(), 0, 1, PixelFormat::RGB888), 0x34); test_get_raw_channel_from_row() local 388 ASSERT_EQ(get_raw_channel_from_row(data.data(), 0, 1, PixelFormat::BGR888), 0x34); test_get_raw_channel_from_row() local [all...] |
/kernel/linux/linux-5.10/lib/crypto/ |
H A D | curve25519-fiat32.c | 471 { u64 x34 = (0x2 * (((u64)x16 * x18) + ((u64)x14 * x17))); in fe_sqr_impl() local
|
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | curve25519-fiat32.c | 471 { u64 x34 = (0x2 * (((u64)x16 * x18) + ((u64)x14 * x17))); in fe_sqr_impl() local
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | fft_vsx.h | 291 vec_f x32, x33, x34; in fft8_vsx_interleave() local 365 vec_f x32, x33, x34, x35; in fft16_vsx_interleave() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_dctdnoiz.c | 233 const float x34 = x27 - x28; in fdct16_1d() local 324 const float x34 = 0.707106781186547f * (x3c - x3e); in idct16_1d() local
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_draw.cpp | 987 float x34 = (x3+x4)*0.5f, y34 = (y3+y4)*0.5f; in PathBezierToCasteljau() local
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_draw.cpp | 1260 float x34 = (x3 + x4) * 0.5f, y34 = (y3 + y4) * 0.5f; in PathBezierCubicCurveToCasteljau() local
|
H A D | imgui.cpp | 1259 float x34 = (x3 + x4)*0.5f, y34 = (y3 + y4)*0.5f; in ImBezierCubicClosestPointCasteljauStep() local
|
Completed in 46 milliseconds