Searched refs:new1 (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/tests/checkasm/ |
H A D | jpeg2000dsp.c | 50 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 D | fixed_dsp.c | 101 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 D | test_fixcid.py | 19 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 D | constructors_1_33.rs | 47 pub unsafe fn new1(arg1: f64) -> Self { in new1() functions
|
H A D | constructors.rs | 45 pub unsafe fn new1(arg1: f64) -> Self { in new1() functions
|
/third_party/rust/crates/bindgen/bindgen-integration/src/ |
H A D | lib.rs | 58 let test = unsafe { bindings::Test::new1(5.0) }; in test_overload()
|
Completed in 5 milliseconds