Home
last modified time | relevance | path

Searched refs:sf2 (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavutil/tests/
H A Dsoftfloat.c38 SoftFloat sf1, sf2, sf3; in main() local
70 sf2= av_div_sf(av_int2sf(i, 2), av_int2sf(200, 3)); in main()
72 sf1= av_mul_sf(av_add_sf(sf1, one),sf2); in main()
86 sf2 = FLOAT_1374_40625; in main()
88 sf2 = av_add_sf(sf1, sf2); in main()
89 sf3 = av_add_sf(sf3, sf2); in main()
108 sf2 = (SoftFloat){ 0x20000000, MAX_EXP }; in main()
109 i = av_cmp_sf(sf1, sf2); in main()
110 j = av_cmp_sf(sf2, sf in main()
[all...]
/third_party/libsnd/programs/
H A Dsndfile-cmp.c69 SNDFILE * sf1 = NULL, * sf2 = NULL ; in compare() local
82 sf2 = sf_open (filename2, SFM_READ, &sfinfo2) ; in compare()
83 if (sf2 == NULL) in compare()
103 { nread2 = sf_readf_double (sf2, buf2, nread1) ; in compare()
117 if ((nread2 = sf_readf_double (sf2, buf2, items)) != 0) in compare()
124 sf_close (sf2) ; in compare()
/third_party/protobuf/objectivec/DevTools/
H A Dpddm_tests.py466 sf2 = pddm.SourceFile(f2, _Resolver)
467 sf2.ProcessContent()
468 self.assertEqual(sf2.processed_content, expected)
469 self.assertEqual(sf2.processed_content, sf.processed_content)
472 sf2 = pddm.SourceFile(f2)
473 sf2.ProcessContent(strip_expansion=True)
474 self.assertEqual(sf2.processed_content, expected_stripped)
476 sf2 = pddm.SourceFile(f2, _Resolver)
477 sf2.ProcessContent(strip_expansion=True)
478 self.assertEqual(sf2
[all...]
/third_party/python/Lib/test/
H A Dtest_unicode_file_functions.py156 sf2 = set(os.path.join(os_helper.TESTFN, f) for f in f2)
157 self.assertEqual(sf0, sf2, "%a != %a" % (sf0, sf2))

Completed in 3 milliseconds