Home
last modified time | relevance | path

Searched refs:new1 (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/tests/checkasm/
H A Djpeg2000dsp.c50 int32_t *ref1 = &ref[BUF_SIZE*1], *new1 = &new[BUF_SIZE*1]; in check_rct_int() local
59 call_new(new0, new1, new2, BUF_SIZE); in check_rct_int()
61 memcmp(ref1, new1, BUF_SIZE * sizeof(*src)) || in check_rct_int()
65 bench_new(new0, new1, new2, BUF_SIZE); in check_rct_int()
74 float *ref1 = &ref[BUF_SIZE*1], *new1 = &new[BUF_SIZE*1]; in check_ict_float() local
83 call_new(new0, new1, new2, BUF_SIZE); in check_ict_float()
85 !float_near_abs_eps_array(ref1, new1, 1.0e-5, BUF_SIZE) || in check_ict_float()
89 bench_new(new0, new1, new2, BUF_SIZE); in check_ict_float()
H A Dfixed_dsp.c101 LOCAL_ALIGNED_16(int, new1, [BUF_SIZE]); in check_butterflies()
108 memcpy(new1, src1, BUF_SIZE * sizeof(*src1)); in check_butterflies()
111 call_new(new0, new1, BUF_SIZE); in check_butterflies()
113 memcmp(ref1, new1, BUF_SIZE * sizeof(*ref1))) in check_butterflies()
116 memcpy(new1, src1, BUF_SIZE * sizeof(*src1)); in check_butterflies()
117 bench_new(new0, new1, BUF_SIZE); in check_butterflies()
/third_party/python/Lib/test/test_tools/
H A Dtest_fixcid.py19 new1 = 'int yy = "xx\\"xx"[yy];\n'
24 "> {new1}"
25 "{new1}"
29 "{new2}".format(old1=old1, old2=old2, new1=new1, new2=new2)
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dconstructors_1_33.rs47 pub unsafe fn new1(arg1: f64) -> Self { in new1() functions
H A Dconstructors.rs45 pub unsafe fn new1(arg1: f64) -> Self { in new1() functions
/third_party/rust/crates/bindgen/bindgen-integration/src/
H A Dlib.rs58 let test = unsafe { bindings::Test::new1(5.0) }; in test_overload()

Completed in 5 milliseconds