Searched refs:c128 (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_fillrect.c | 32 __m128 c128; \ 33 c128.m128_u32[0] = color; \ 34 c128.m128_u32[1] = color; \ 35 c128.m128_u32[2] = color; \ 36 c128.m128_u32[3] = color; 39 __m128 c128; \ 45 c128 = *(__m128 *)cccc; 50 _mm_stream_ps((float *)(p+0), c128); \ 51 _mm_stream_ps((float *)(p+16), c128); \ 52 _mm_stream_ps((float *)(p+32), c128); \ [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_yuv.c | 228 LLVMValueRef c128; in yuv_to_rgb_soa() local 255 c128 = lp_build_const_int_vec(gallivm, type, 128); in yuv_to_rgb_soa() 271 u = LLVMBuildSub(builder, u, c128, ""); in yuv_to_rgb_soa() 272 v = LLVMBuildSub(builder, v, c128, ""); in yuv_to_rgb_soa() 281 y = LLVMBuildAdd(builder, y, c128, ""); in yuv_to_rgb_soa()
|
/third_party/boost/boost/geometry/formulas/ |
D | vincenty_inverse.hpp | 170 CT const c128 = 128; in apply() local 183 CT B = sqr_u/c1024 * (c256 + sqr_u * ( -c128 + sqr_u * (c74 - c47 * sqr_u))); // (4) in apply()
|
D | differential_quantities.hpp | 209 CT const c128 = 128; in J12_f() local 220 CT const D = (c60 * cos_alp0_quad - c144 * cos_alp0_sqr + c128) * sig_12; in J12_f()
|
D | sjoberg_intersection.hpp | 247 CT const c128 = 128; in sjoberg_d_lambda_e_sqr() local 252 CT const L2 = (E * (asin_B - asin_Bj) + F * sqrt_Y - Fj * sqrt_Yj) / c128; in sjoberg_d_lambda_e_sqr()
|
/third_party/selinux/libsepol/tests/policies/test-cond/ |
D | refpolicy-base.conf | 579 category c128; category c129; category c130; category c131;
|