/third_party/decimal.js/ |
H A D | decimal.js | 250 yd = (y = new x.constructor(y)).d, 255 if (!xd || !yd) { 256 return !xs || !ys ? NaN : xs !== ys ? xs : xd === yd ? 0 : !xd ^ xs < 0 ? 1 : -1; 260 if (!xd[0] || !yd[0]) return xd[0] ? xs : yd[0] ? -ys : 0; 269 ydL = yd.length; 273 if (xd[i] !== yd[i]) return xd[i] > yd[i] ^ xs < 0 ? 1 : -1; 1265 var d, e, i, j, k, len, pr, rm, xd, xe, xLTy, yd, 1295 yd [all...] |
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgProgramExecutor.hpp | 62 inline void getVertexInterpolationCoords (float& xd, float& yd, float x, float y, int inputElementNdx) in getVertexInterpolationCoords() argument 70 yd = y; in getVertexInterpolationCoords() 72 yd = 1.0f - y; in getVertexInterpolationCoords()
|
H A D | rsgProgramExecutor.cpp | 144 float xd, yd; in interpolateVertexInput() local 145 getVertexInterpolationCoords(xd, yd, x, y, elementNdx); in interpolateVertexInput() 146 dst.component(elementNdx).asFloat(dstComp) = interpolateVertex(valueRange.getMin().component(elementNdx).asFloat(), valueRange.getMax().component(elementNdx).asFloat(), xd, yd); in interpolateVertexInput()
|
/third_party/ffmpeg/libswscale/ |
H A D | yuv2rgb.c | 140 int yd = y + srcSliceY; \ 142 (dst_type *)(dst[0] + (yd) * dstStride[0]); \ 144 (dst_type *)(dst[0] + (yd + 1) * dstStride[0]); \ 501 const uint8_t *d32 = ff_dither_8x8_32[yd & 7]; 502 const uint8_t *d64 = ff_dither_8x8_73[yd & 7]; 531 const uint8_t *d32 = ff_dither_8x8_32[yd & 7]; 532 const uint8_t *d64 = ff_dither_8x8_73[yd & 7]; 542 const uint8_t *d32 = ff_dither_8x8_32[yd & 7]; 543 const uint8_t *d64 = ff_dither_8x8_73[yd & 7]; 552 const uint8_t * d64 = ff_dither_8x8_73[yd [all...] |
/third_party/musl/libc-test/src/functional/ |
H A D | time.c | 39 #define TM(ss,mm,hh,md,mo,yr,wd,yd,dst) (struct tm){ \ 42 .tm_wday = wd, .tm_yday = yd, .tm_isdst = dst }
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_axcorrelate.c | 92 type yd = y[i] - ym; \ 94 num += xd * yd; \ 96 den1 += yd * yd; \
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | div.c | 9 static int yd = INT_MIN / -1; variable
|
/third_party/backends/backend/ |
H A D | umax1220u-common.c | 1987 int yd; in UMAX_start_scan() local 2034 yd = scan->scanner_yorg + scan->yo - scan->scanner_ypos; in UMAX_start_scan() 2035 if (yd < 0) in UMAX_start_scan() 2036 CHK (move (scan, yd, UMAX_FINE)); in UMAX_start_scan() 2037 if (yd > 300) in UMAX_start_scan() 2038 CHK (move (scan, (yd - 20) / 2, UMAX_NOT_FINE)); in UMAX_start_scan() 2039 yd = scan->scanner_yorg + scan->yo - scan->scanner_ypos; in UMAX_start_scan() 2041 scan->yskip = yd / (600 / scan->ydpi); in UMAX_start_scan() 2062 int yd; in UMAX_start_scan_2100U() local 2109 yd in UMAX_start_scan_2100U() [all...] |
/third_party/openssl/test/ |
H A D | x509_time_test.c | 404 int yd, wd; member 474 && TEST_int_eq(t.tm_yday, day_of_week_tests[n].yd) in test_days()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | cfhddsp.asm | 59 mov yd, heightd 64 shl yd, 1 72 mov yd, r7m 324 shl yd, 1
|
H A D | cfhdencdsp.asm | 50 movsxdifnidn yq, yd
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsRandomShaderCase.cpp | 190 float xd, yd; in init() local 192 rsg::getVertexInterpolationCoords(xd, yd, xf, yf, compNdx); in init() 194 float f = (xd+yd) / 2.0f; in init()
|
/third_party/ffmpeg/libavcodec/ |
H A D | snowdec.c | 541 int yd=0, yq=0; in decode_frame() local 588 for(; yd<slice_h; yd+=4){ in decode_frame() 589 ff_spatial_idwt_buffered_slice(&s->dwt, cs, &s->sb, s->temp_idwt_buffer, w, h, 1, s->spatial_decomposition_type, s->spatial_decomposition_count, yd); in decode_frame()
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_gblur.asm | 644 xor yd, yd 771 inc yd 772 cmp yd, heightd
|
/third_party/rust/crates/nom/src/bytes/ |
H A D | tests.rs | 316 fn yd(i: &[u8]) -> IResult<&[u8], &[u8]> { in recognize() functions 319 let rd = yd(&b"123;"[..]); in recognize()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 15346 const double yd (y.asDouble()); 15347 const double result (xd + yd); 15365 const double yd (y.asDouble()); 15366 const double result (xd - yd); 15384 const double yd (y.asDouble()); 15385 const double result (xd * yd); 15409 const double yd (y.asDouble()); 15411 const double ulpCnt (de::inRange(deAbs(yd), deLdExp(1, -14), deLdExp(1, 14)) ? 2.5 : unspecUlp); 15419 result = (xd / yd); 15423 const double invyd (1.0 / yd); [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 15248 const double yd (y.asDouble()); 15249 const double result (xd + yd); 15267 const double yd (y.asDouble()); 15268 const double result (xd - yd); 15286 const double yd (y.asDouble()); 15287 const double result (xd * yd); 15311 const double yd (y.asDouble()); 15313 const double ulpCnt (de::inRange(deAbs(yd), deLdExp(1, -14), deLdExp(1, 14)) ? 2.5 : unspecUlp); 15321 result = (xd / yd); 15325 const double invyd (1.0 / yd); [all...] |
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrRasterizer.cpp | 62 const deInt64 yd = y1-y0; in initEdgeCCW() local 65 if (yd == 0) in initEdgeCCW() 68 inclusive = horizontalFill == FILL_LEFT ? yd <= 0 : yd >= 0; in initEdgeCCW()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | civil_time_test.cc | 331 constexpr int yd = get_yearday(cd); 332 static_assert(yd == 28, "YearDay");
|