/third_party/ffmpeg/libavcodec/ |
H A D | pictordec.c | 67 int xl = *x; in picmemset() local 77 d[xl] |= (value >> j) & mask; in picmemset() 78 xl += 1; in picmemset() 79 while (xl == s->width) { in picmemset() 81 xl = 0; in picmemset() 95 for (; xl < pixels_per_value; xl ++) { in picmemset() 97 d[xl] |= (value >> j) & mask; in picmemset() 99 av_memcpy_backptr(d+xl, pixels_per_value, s->width - xl); in picmemset() [all...] |
/third_party/musl/src/math/ |
H A D | hypot.c | 13 double_t xh, xl, xc; in sq() local 17 xl = x - xh; in sq() 19 *lo = xh*xh - *hi + 2*xh*xl + xl*xl; in sq() 53 /* xh*xh must not overflow and xl*xl must not underflow in sq */ in hypot()
|
H A D | hypotl.c | 17 long double xh, xl, xc; in sq() local 20 xl = x - xh; in sq() 22 *lo = xh*xh - *hi + 2*xh*xl + xl*xl; in sq()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | hypot.c | 13 double_t xh, xl, xc; in sq() local 17 xl = x - xh; in sq() 19 *lo = xh*xh - *hi + 2*xh*xl + xl*xl; in sq() 53 /* xh*xh must not overflow and xl*xl must not underflow in sq */ in hypot()
|
H A D | hypotl.c | 17 long double xh, xl, xc; in sq() local 20 xl = x - xh; in sq() 22 *lo = xh*xh - *hi + 2*xh*xl + xl*xl; in sq()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | by_dir.c | 57 static int get_cert_by_subject(X509_LOOKUP *xl, X509_LOOKUP_TYPE type, 59 static int get_cert_by_subject_ex(X509_LOOKUP *xl, X509_LOOKUP_TYPE type, 226 static int get_cert_by_subject_ex(X509_LOOKUP *xl, X509_LOOKUP_TYPE type, in get_cert_by_subject_ex() argument 263 ctx = (BY_DIR *)xl->method_data; in get_cert_by_subject_ex() 337 if ((X509_load_cert_file_ex(xl, b->data, ent->dir_type, libctx, in get_cert_by_subject_ex() 341 if ((X509_load_crl_file(xl, b->data, ent->dir_type)) == 0) in get_cert_by_subject_ex() 351 if (!X509_STORE_lock(xl->store_ctx)) in get_cert_by_subject_ex() 353 j = sk_X509_OBJECT_find(xl->store_ctx->objs, &stmp); in get_cert_by_subject_ex() 354 tmp = sk_X509_OBJECT_value(xl->store_ctx->objs, j); in get_cert_by_subject_ex() 355 X509_STORE_unlock(xl in get_cert_by_subject_ex() 425 get_cert_by_subject(X509_LOOKUP *xl, X509_LOOKUP_TYPE type, const X509_NAME *name, X509_OBJECT *ret) get_cert_by_subject() argument [all...] |
/third_party/openssl/crypto/x509/ |
H A D | by_dir.c | 57 static int get_cert_by_subject(X509_LOOKUP *xl, X509_LOOKUP_TYPE type, 59 static int get_cert_by_subject_ex(X509_LOOKUP *xl, X509_LOOKUP_TYPE type, 226 static int get_cert_by_subject_ex(X509_LOOKUP *xl, X509_LOOKUP_TYPE type, in get_cert_by_subject_ex() argument 263 ctx = (BY_DIR *)xl->method_data; in get_cert_by_subject_ex() 337 if ((X509_load_cert_file_ex(xl, b->data, ent->dir_type, libctx, in get_cert_by_subject_ex() 341 if ((X509_load_crl_file(xl, b->data, ent->dir_type)) == 0) in get_cert_by_subject_ex() 351 X509_STORE_lock(xl->store_ctx); in get_cert_by_subject_ex() 352 j = sk_X509_OBJECT_find(xl->store_ctx->objs, &stmp); in get_cert_by_subject_ex() 353 tmp = sk_X509_OBJECT_value(xl->store_ctx->objs, j); in get_cert_by_subject_ex() 354 X509_STORE_unlock(xl in get_cert_by_subject_ex() 424 get_cert_by_subject(X509_LOOKUP *xl, X509_LOOKUP_TYPE type, const X509_NAME *name, X509_OBJECT *ret) get_cert_by_subject() argument [all...] |
/third_party/optimized-routines/math/test/rtest/ |
H A D | semi.c | 15 uint32 xh, xl, roundword; in test_rint() local 43 xl = in[1]; in test_rint() 48 roundword = (roundword >> 1) | ((xl & 1) << 31); in test_rint() 49 xl = (xl >> 1) | ((xh & 1) << 31); in test_rint() 53 xl++; in test_rint() 54 xh += (xl==0); in test_rint() 57 xh = (xh << 1) | ((xl >> 31) & 1); in test_rint() 58 xl = (xl in test_rint() 429 uint32 xh, xl; test_frexp() local [all...] |
/third_party/musl/src/math/x32/ |
H A D | expl.s | 56 # xl = x - xh 67 # fpu stack: 2^hi x hi xh xl yh 68 # lo = hi - xh*yh + xl*yh 78 # fpu stack: 2^hi x lo xh xl yl 79 # lo += xh*yl + xl*yl
|
/third_party/musl/src/math/i386/ |
H A D | expl.s | 57 # xl = x - xh 68 # fpu stack: 2^hi x hi xh xl yh 69 # lo = hi - xh*yh + xl*yh 79 # fpu stack: 2^hi x lo xh xl yl 80 # lo += xh*yl + xl*yl
|
/third_party/musl/src/math/x86_64/ |
H A D | expl.s | 56 # xl = x - xh 67 # fpu stack: 2^hi x hi xh xl yh 68 # lo = hi - xh*yh + xl*yh 78 # fpu stack: 2^hi x lo xh xl yl 79 # lo += xh*yl + xl*yl
|
/third_party/glfw/examples/ |
H A D | boing.c | 551 GLfloat xl, xr; in DrawGrid() local 570 xl = -GRID_SIZE / 2 + col * sizeCell; in DrawGrid() 571 xr = xl + widthLine; in DrawGrid() 581 glVertex3f( xl, yt, z_offset ); /* NW */ in DrawGrid() 582 glVertex3f( xl, yb, z_offset ); /* SW */ in DrawGrid() 599 xl = -GRID_SIZE / 2; in DrawGrid() 607 glVertex3f( xl, yt, z_offset ); /* NW */ in DrawGrid() 608 glVertex3f( xl, yb, z_offset ); /* SW */ in DrawGrid()
|
/third_party/python/Tools/scripts/ |
H A D | mailerdaemon.py | 76 xl = [] 78 xl.append(re.compile(x, re.MULTILINE)) 79 x = tuple(xl) 80 del xl
|
/third_party/typescript/tests/baselines/reference/ |
H A D | multivar.js | 35 var xl; variable 78 var xl;
variable
|
H A D | vardecl.js | 94 var xl; variable 156 var xl;
variable 244 declare var xl: any;
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_decimate.c | 93 int x, y, xl; in calc_diffs() local 116 for (xl = x; xl < m; xl++) \ in calc_diffs() 117 acc += abs(((const uint##nbits##_t *)f1p)[xl] - \ in calc_diffs() 118 ((const uint##nbits##_t *)f2p)[xl]); \ in calc_diffs()
|
H A D | af_surround.c | 143 float xl, float yl, 153 float xl, float yl, 991 float xl, float yl, in upmix_7_1_5_0_side() 1013 fl_mag = powf(.5f * (xl + 1.f), s->fl_x) * powf((yl + 1.f) * .5f, s->fl_y) * mag_totall; in upmix_7_1_5_0_side() 1015 lb_mag = powf(.5f * (-xl + 1.f), s->bl_x) * powf((yl + 1.f) * .5f, s->bl_y) * mag_totall; in upmix_7_1_5_0_side() 1017 ls_mag = powf(1.f - fabsf(xl), s->sl_x) * powf((yl + 1.f) * .5f, s->sl_y) * mag_totall; in upmix_7_1_5_0_side() 1052 float xl, float yl, in upmix_7_1_5_1() 1069 fl_mag = powf(.5f * (xl + 1.f), s->fl_x) * powf((yl + 1.f) * .5f, s->fl_y) * mag_totall; in upmix_7_1_5_1() 1071 lb_mag = powf(.5f * (-xl + 1.f), s->bl_x) * powf((yl + 1.f) * .5f, s->bl_y) * mag_totall; in upmix_7_1_5_1() 1073 ls_mag = powf(1.f - fabsf(xl), in upmix_7_1_5_1() 985 upmix_7_1_5_0_side(AVFilterContext *ctx, float c_re, float c_im, float mag_totall, float mag_totalr, float fl_phase, float fr_phase, float bl_phase, float br_phase, float sl_phase, float sr_phase, float xl, float yl, float xr, float yr, int n) upmix_7_1_5_0_side() argument 1045 upmix_7_1_5_1(AVFilterContext *ctx, float c_re, float c_im, float lfe_re, float lfe_im, float mag_totall, float mag_totalr, float fl_phase, float fr_phase, float bl_phase, float br_phase, float sl_phase, float sr_phase, float xl, float yl, float xr, float yr, int n) upmix_7_1_5_1() argument 1241 float xl, yl; filter_5_0_side() local 1300 float xl, yl; filter_5_1_side() local 1359 float xl, yl; filter_5_1_back() local [all...] |
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | div.c | 6 static int xl = 1L / 0; variable
|
/third_party/ffmpeg/libavutil/ |
H A D | blowfish.h | 58 * @param xl left four bytes halves of input to be encrypted 62 void av_blowfish_crypt_ecb(struct AVBlowfish *ctx, uint32_t *xl, uint32_t *xr,
|
H A D | blowfish.c | 345 void av_blowfish_crypt_ecb(AVBlowfish *ctx, uint32_t *xl, uint32_t *xr, in av_blowfish_crypt_ecb() argument 351 Xl = *xl; in av_blowfish_crypt_ecb() 372 *xl = Xr; in av_blowfish_crypt_ecb()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtmpcrypt.c | 195 uint32_t xl, xr; in rtmpe9_sig() local 197 xl = AV_RL32(in); in rtmpe9_sig() 201 av_blowfish_crypt_ecb(&ctx, &xl, &xr, 0); in rtmpe9_sig() 203 AV_WL32(out, xl); in rtmpe9_sig()
|
/third_party/python/Lib/test/ |
H A D | test_buffer.py | 1617 xl = ndarray(items, shape=[8], flags=ND_WRITABLE) 1618 ml = memoryview(xl) 1619 self.assertRaises(TypeError, xl.__setitem__, slice(0,8,1), items) 1623 xl = ndarray(items, shape=[8], flags=ND_WRITABLE) 1626 self.assertRaises(BufferError, xl.__setitem__, slice(0,8,1), xr) 1651 xl = ndarray(items, shape=[8], format="B", flags=ND_WRITABLE) 1653 ml = memoryview(xl) 1655 self.assertRaises(ValueError, xl.__setitem__, slice(0,1,1), xr[7:8]) 1656 self.assertEqual(xl.tolist(), items) 1661 xl [all...] |
/third_party/libwebsockets/lib/cose/ |
H A D | cose_validate.c | 217 ex.xl = 0; in apply_external() 220 if (ex.xl && in apply_external() 221 lws_cose_val_alg_hash(alg, ex.ext, ex.xl)) in apply_external()
|
/third_party/mbedtls/3rdparty/p256-m/p256-m/ |
H A D | p256-m.c | 236 * x = xh:xl = 2^16 * xh + xl 239 * x*y = xl*yl + 2**16 (xh*yl + yl*yh) + 2**32 xh*yh 253 /* now we have %[x], %[y], %[u], %[v] = xl, yl, xh, yh */ in u32_muladd64() 260 /* now we have %[x], %[y], %[v], %[w] = xl*yl, xh*yl, xl*yh, xh*yh */ in u32_muladd64() 312 /* x = xl + 2**16 xh, y = yl + 2**16 yh */ in u32_muladd64() 313 const uint16_t xl = (uint16_t) x; in u32_muladd64() local 318 /* x*y = xl*yl + 2**16 (xh*yl + yl*yh) + 2**32 xh*yh in u32_muladd64() 320 const uint32_t lo = (uint32_t) xl * y in u32_muladd64() [all...] |
/third_party/node/deps/npm/node_modules/jsbn/ |
H A D | index.js | 47 var xl = x&0x7fff, xh = x>>15; 51 var m = xh*l+h*xl; 52 l = xl*l+((m&0x7fff)<<15)+w[j]+(c&0x3fffffff); 61 var xl = x&0x3fff, xh = x>>14; 65 var m = xh*l+h*xl; 66 l = xl*l+((m&0x3fff)<<14)+w[j]+c;
|