Searched refs:sf1 (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavutil/tests/ |
D | softfloat.c | 38 SoftFloat sf1, sf2, sf3; in main() local 49 sf1= one; in main() 51 sf1= av_div_sf(one, av_normalize_sf(av_add_sf(one, sf1))); in main() 53 printf("test1 sf =%d\n", av_sf2int(sf1, 24)); in main() 69 sf1= av_int2sf(i, 0); in main() local 72 sf1= av_mul_sf(av_add_sf(sf1, one),sf2); in main() 76 printf("test2 sf =%d (%d %d)\n", av_sf2int(sf1, 24), sf1.exp, sf1.mant); in main() 85 sf1 = FLOAT_0_017776489257; in main() 88 sf2 = av_add_sf(sf1, sf2); in main() 92 sf1 = av_int2sf(0xFFFFFFF0, 0); in main() [all …]
|
/third_party/libsnd/programs/ |
D | sndfile-cmp.c | 69 SNDFILE * sf1 = NULL, * sf2 = NULL ; in compare() local 74 sf1 = sf_open (filename1, SFM_READ, &sfinfo1) ; in compare() 75 if (sf1 == NULL) in compare() 102 while ((nread1 = sf_readf_double (sf1, buf1, items)) > 0) in compare() 123 sf_close (sf1) ; in compare()
|
/third_party/boost/libs/fiber/test/ |
D | test_future_post.cpp | 317 boost::fibers::shared_future< int > sf1 = f1.share(); in test_future_share() local 318 BOOST_CHECK( sf1.valid() ); in test_future_share() 322 BOOST_CHECK( ! sf1.get_exception_ptr() ); in test_future_share() 323 int j = sf1.get(); in test_future_share() 325 BOOST_CHECK( sf1.valid() ); in test_future_share() 338 boost::fibers::shared_future< int& > sf1 = f1.share(); in test_future_share_ref() local 339 BOOST_CHECK( sf1.valid() ); in test_future_share_ref() 343 BOOST_CHECK( ! sf1.get_exception_ptr() ); in test_future_share_ref() 344 int & j = sf1.get(); in test_future_share_ref() 346 BOOST_CHECK( sf1.valid() ); in test_future_share_ref() [all …]
|
D | test_future_dispatch.cpp | 317 boost::fibers::shared_future< int > sf1 = f1.share(); in test_future_share() local 318 BOOST_CHECK( sf1.valid() ); in test_future_share() 322 BOOST_CHECK( ! sf1.get_exception_ptr() ); in test_future_share() 323 int j = sf1.get(); in test_future_share() 325 BOOST_CHECK( sf1.valid() ); in test_future_share() 338 boost::fibers::shared_future< int& > sf1 = f1.share(); in test_future_share_ref() local 339 BOOST_CHECK( sf1.valid() ); in test_future_share_ref() 343 BOOST_CHECK( ! sf1.get_exception_ptr() ); in test_future_share_ref() 344 int & j = sf1.get(); in test_future_share_ref() 346 BOOST_CHECK( sf1.valid() ); in test_future_share_ref() [all …]
|
D | test_shared_future_post.cpp | 290 boost::fibers::shared_future< int > sf1 = f1.share(); in test_future_share() local 291 BOOST_CHECK( sf1.valid() ); in test_future_share() 295 BOOST_CHECK( ! sf1.get_exception_ptr() ); in test_future_share() 296 int j = sf1.get(); in test_future_share() 298 BOOST_CHECK( sf1.valid() ); in test_future_share() 311 boost::fibers::shared_future< int& > sf1 = f1.share(); in test_future_share_ref() local 312 BOOST_CHECK( sf1.valid() ); in test_future_share_ref() 316 BOOST_CHECK( ! sf1.get_exception_ptr() ); in test_future_share_ref() 317 int & j = sf1.get(); in test_future_share_ref() 319 BOOST_CHECK( sf1.valid() ); in test_future_share_ref() [all …]
|
D | test_shared_future_dispatch.cpp | 290 boost::fibers::shared_future< int > sf1 = f1.share(); in test_future_share() local 291 BOOST_CHECK( sf1.valid() ); in test_future_share() 295 BOOST_CHECK( ! sf1.get_exception_ptr() ); in test_future_share() 296 int j = sf1.get(); in test_future_share() 298 BOOST_CHECK( sf1.valid() ); in test_future_share() 311 boost::fibers::shared_future< int& > sf1 = f1.share(); in test_future_share_ref() local 312 BOOST_CHECK( sf1.valid() ); in test_future_share_ref() 316 BOOST_CHECK( ! sf1.get_exception_ptr() ); in test_future_share_ref() 317 int & j = sf1.get(); in test_future_share_ref() 319 BOOST_CHECK( sf1.valid() ); in test_future_share_ref() [all …]
|
/third_party/glslang/Test/ |
D | hlsl.shapeConv.frag | 46 float1 sf1 = v;
|
/third_party/glslang/Test/baseResults/ |
D | hlsl.shapeConv.frag.out | 146 0:46 'sf1' ( temp 1-component vector of float) 308 0:46 'sf1' ( temp 1-component vector of float) 346 Name 118 "sf1" 402 118(sf1): 9(ptr) Variable Function 485 Store 118(sf1) 120
|