Searched refs:odst (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/tests/checkasm/ |
D | float_dsp.c | 47 LOCAL_ALIGNED_32(float, odst, [LEN]); in test_vector_fmul() 54 call_new(odst, src0, src1, LEN); in test_vector_fmul() 57 if (!float_near_abs_eps(cdst[i], odst[i], t * 2 * FLT_EPSILON)) { in test_vector_fmul() 59 i, cdst[i], odst[i], cdst[i] - odst[i]); in test_vector_fmul() 64 bench_new(odst, src0, src1, LEN); in test_vector_fmul() 70 LOCAL_ALIGNED_32(double, odst, [LEN]); in test_vector_dmul() 77 call_new(odst, src0, src1, LEN); in test_vector_dmul() 80 if (!double_near_abs_eps(cdst[i], odst[i], t * 2 * DBL_EPSILON)) { in test_vector_dmul() 82 i, cdst[i], odst[i], cdst[i] - odst[i]); in test_vector_dmul() 87 bench_new(odst, src0, src1, LEN); in test_vector_dmul() [all …]
|
D | af_afir.c | 46 LOCAL_ALIGNED_32(float, odst, [LEN*2+8]); in test_fcmul_add() 53 memcpy(odst, src0, (LEN*2+8) * sizeof(float)); in test_fcmul_add() 55 call_new(odst, src1, src2, LEN); in test_fcmul_add() 69 if (!float_near_abs_eps(cdst[i], odst[i], t * 2 * FLT_EPSILON)) { in test_fcmul_add() 71 i, cdst[i], odst[i], cdst[i] - odst[i]); in test_fcmul_add() 76 memcpy(odst, src0, (LEN*2+8) * sizeof(float)); in test_fcmul_add() 77 bench_new(odst, src1, src2, LEN); in test_fcmul_add()
|
/third_party/ffmpeg/libavcodec/ |
D | scpr.h | 148 uint8_t *odst = (uint8_t *)dst; in decode_run_i() local 158 r = odst[off1] + in decode_run_i() 159 odst[off2 + 4] - in decode_run_i() 160 odst[off2 - z ]; in decode_run_i() 161 g = odst[off1 + 1] + in decode_run_i() 162 odst[off2 + 5] - in decode_run_i() 163 odst[off2 - z + 1]; in decode_run_i() 164 b = odst[off1 + 2] + in decode_run_i() 165 odst[off2 + 6] - in decode_run_i() 166 odst[off2 - z + 2]; in decode_run_i() [all …]
|
/third_party/node/deps/cares/src/lib/ |
D | inet_net_pton.c | 66 const unsigned char *odst = dst; in ares_inet_net_pton_ipv4() local 125 ISDIGIT(src[0]) && dst > odst) { in ares_inet_net_pton_ipv4() 145 if (dst == odst) in ares_inet_net_pton_ipv4() 149 if (*odst >= 240) /* Class E */ in ares_inet_net_pton_ipv4() 151 else if (*odst >= 224) /* Class D */ in ares_inet_net_pton_ipv4() 153 else if (*odst >= 192) /* Class C */ in ares_inet_net_pton_ipv4() 155 else if (*odst >= 128) /* Class B */ in ares_inet_net_pton_ipv4() 160 if (bits < ((dst - odst) * 8)) in ares_inet_net_pton_ipv4() 161 bits = aresx_sztosi(dst - odst) * 8; in ares_inet_net_pton_ipv4() 166 if (bits == 8 && *odst == 224) in ares_inet_net_pton_ipv4() [all …]
|
/third_party/cares/ |
D | backport-003-CVE-2023-31130.patch | 22 - unsigned char *odst = dst; 43 - if (dst - odst > 3) /* too many octets? */ 56 - if (dst - odst > 3) /* too many octets? */
|
/third_party/icu/icu4c/source/data/locales/ |
D | pl.txt | 1615 spacing{"odstępy"}
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | pl.txt | 1575 spacing{"odstępy"}
|