Home
last modified time | relevance | path

Searched defs:xc (Results 1 – 22 of 22) sorted by relevance

/third_party/openssl/crypto/sha/
Dsha_local.h89 # define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument
94 # define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument
99 # define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
104 # define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
109 # define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
341 # define BODY_16_19(xa,xb,xc,xd) do { \ argument
347 # define BODY_20_39(xa,xb,xc,xd) do { \ argument
353 # define BODY_40_59(xa,xb,xc,xd) do { \ argument
359 # define BODY_60_79(xa,xb,xc,xd) do { \ argument
/third_party/FreeBSD/contrib/gdtoa/
Dsum.c42 ULong carry, *xc, *xa, *xb, *xe, y; local
Dmisc.c274 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
531 ULong *xa, *xae, *xb, *xbe, *xc; local
/third_party/typescript/tests/baselines/reference/
DinternalAliasClassInsideTopLevelModuleWithoutExport.js30 var xc = x.c; variable
/third_party/musl/porting/liteos_a/kernel/src/math/
Dhypotl.c17 long double xh, xl, xc; in sq() local
Dhypot.c13 double_t xh, xl, xc; in sq() local
/third_party/musl/src/math/
Dhypotl.c17 long double xh, xl, xc; in sq() local
Dhypot.c13 double_t xh, xl, xc; in sq() local
/third_party/libsnd/src/
Dw64.c40 #define MAKE_HASH16(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, xa, xb, xc, xd, xe, xf) \ argument
46 #define MAKE_MARKER16(name, x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, xa, xb, xc, xd, xe, xf) \ argument
/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/
Darm_cfft_radix4_q31.c154 q31_t xa, xb, xc, xd; in arm_radix4_butterfly_q31() local
525 q31_t xa, xb, xc, xd; in arm_radix4_butterfly_inverse_q31() local
/third_party/ffmpeg/libavfilter/
Dvf_ciescope.c717 double * const xc, in uv_to_xy()
730 double * const xc, in upvp_to_xy()
741 xy_to_upvp(double xc, in xy_to_upvp()
754 xy_to_uv(double xc, in xy_to_uv()
768 double xc, double yc, double zc, in xyz_to_rgb()
Dvf_signalstats.c239 const int xc = x >> s->hsub; in filter8_brng() local
274 const int xc = x >> s->hsub; in filter16_brng() local
Daf_atempo.c607 FFTComplex *xc = (FFTComplex *)xcorr; in yae_xcorr_via_rdft() local
Dvsrc_testsrc.c792 int xc = (s->w >> 2) + (s->w >> 1); in test2_fill_picture() local
825 int xc = (s->w >> 2); in test2_fill_picture() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Ddistribution_test_util.cc207 const double xc = 1. - x; in BetaIncompleteImpl() local
/third_party/skia/modules/skottie/src/effects/
DDisplacementMapEffect.cpp213 const auto xc = Coeffs(fXSelector), in buildEffectShader() local
/third_party/python/Python/
Ddtoa.c625 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; in mult() local
880 ULong *xa, *xae, *xb, *xbe, *xc; in diff() local
/third_party/ffmpeg/libavcodec/
Dsnow.h610 x_and_coeff *xc= b->x_coeff; in unpack_coeffs() local
Djpeg2000dec.c1394 int xc = x / s->cdx[compno]; in jpeg2000_decode_packets_po_iteration() local
/third_party/pcre2/pcre2/src/
Dpcre2_compile.c1638 uint32_t xc; in PRIV() local
1901 uint32_t xc; in PRIV() local
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c850 get_next_xcoord(unsigned face, unsigned fall_off_index, int max, int xc, int yc) in get_next_xcoord()
888 get_next_ycoord(unsigned face, unsigned fall_off_index, int max, int xc, int yc) in get_next_ycoord()
/third_party/python/Lib/
D_pydecimal.py5960 def _dpower(xc, xe, yc, ye, p): argument