Home
last modified time | relevance | path

Searched refs:vf (Results 1 – 25 of 4216) sorted by relevance

12345678910>>...169

/dports/games/warmux/warmux-11.04/build/android/jni/tremor/tremor/
H A Dvorbisfile.c333 return _fetch_headers(vf,&vf->vi,&vf->vc,&vf->current_serialno,NULL); in _set_link_number()
376 if(_fetch_headers(vf,&vf->vi,&vf->vc,NULL,NULL)<0){ in _prefetch_all_offsets()
491 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource); in _open_seekable2()
667 ret=_fetch_headers(vf,&vf->vi,&vf->vc,&vf->current_serialno,&og); in _fetch_and_process_packet()
674 int ret=_fetch_headers(vf,&vf->vi,&vf->vc,&vf->current_serialno,&og); in _fetch_and_process_packet()
702 memset(vf,0,sizeof(*vf)); in _ov_open1()
733 if((ret=_fetch_headers(vf,&vf->vi,&vf->vc,&vf->current_serialno,NULL))<0){ in _ov_open1()
771 memset(vf,0,sizeof(*vf)); in ov_clear()
895 ret=vf->bittrack/vf->samptrack*vf->vi.rate; in ov_bitrate_instant()
903 if(i>=vf->links)return ov_serialnumber(vf,vf->links-1); in ov_serialnumber()
[all …]
/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/mednafen/tremor/
H A Dvorbisfile.c516 vf->offsets=malloc((vf->links+1)*sizeof(*vf->offsets)); in _bisect_forward_serialno()
517 vf->vi=realloc(vf->vi,vf->links*sizeof(*vf->vi)); in _bisect_forward_serialno()
518 vf->vc=realloc(vf->vc,vf->links*sizeof(*vf->vc)); in _bisect_forward_serialno()
519 vf->serialnos=malloc(vf->links*sizeof(*vf->serialnos)); in _bisect_forward_serialno()
639 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource); in _open_seekable2()
641 vf->offset=vf->end=-1; in _open_seekable2()
891 memset(vf,0,sizeof(*vf)); in _ov_open1()
914 vf->vi=calloc(vf->links,sizeof(*vf->vi)); in _ov_open1()
915 vf->vc=calloc(vf->links,sizeof(*vf->vc)); in _ov_open1()
1124 ret=vf->bittrack/vf->samptrack*vf->vi[link].rate; in ov_bitrate_instant()
[all …]
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/mednafen/tremor/
H A Dvorbisfile.c516 vf->offsets=malloc((vf->links+1)*sizeof(*vf->offsets)); in _bisect_forward_serialno()
517 vf->vi=realloc(vf->vi,vf->links*sizeof(*vf->vi)); in _bisect_forward_serialno()
518 vf->vc=realloc(vf->vc,vf->links*sizeof(*vf->vc)); in _bisect_forward_serialno()
519 vf->serialnos=malloc(vf->links*sizeof(*vf->serialnos)); in _bisect_forward_serialno()
639 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource); in _open_seekable2()
641 vf->offset=vf->end=-1; in _open_seekable2()
891 memset(vf,0,sizeof(*vf)); in _ov_open1()
914 vf->vi=calloc(vf->links,sizeof(*vf->vi)); in _ov_open1()
915 vf->vc=calloc(vf->links,sizeof(*vf->vc)); in _ov_open1()
1124 ret=vf->bittrack/vf->samptrack*vf->vi[link].rate; in ov_bitrate_instant()
[all …]
/dports/games/libretro-beetle_pce/beetle-pce-libretro-945b7a7/mednafen/tremor/
H A Dvorbisfile.c516 vf->offsets=malloc((vf->links+1)*sizeof(*vf->offsets)); in _bisect_forward_serialno()
517 vf->vi=realloc(vf->vi,vf->links*sizeof(*vf->vi)); in _bisect_forward_serialno()
518 vf->vc=realloc(vf->vc,vf->links*sizeof(*vf->vc)); in _bisect_forward_serialno()
519 vf->serialnos=malloc(vf->links*sizeof(*vf->serialnos)); in _bisect_forward_serialno()
639 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource); in _open_seekable2()
641 vf->offset=vf->end=-1; in _open_seekable2()
891 memset(vf,0,sizeof(*vf)); in _ov_open1()
914 vf->vi=calloc(vf->links,sizeof(*vf->vi)); in _ov_open1()
915 vf->vc=calloc(vf->links,sizeof(*vf->vc)); in _ov_open1()
1124 ret=vf->bittrack/vf->samptrack*vf->vi[link].rate; in ov_bitrate_instant()
[all …]
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/libvorbisidec-1.2.1/
H A Dvorbisfile.c503 vf->vi=_ogg_realloc(vf->vi,vf->links*sizeof(*vf->vi)); in _bisect_forward_serialno()
504 vf->vc=_ogg_realloc(vf->vc,vf->links*sizeof(*vf->vc)); in _bisect_forward_serialno()
624 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource); in _open_seekable2()
626 vf->offset=vf->end=-1; in _open_seekable2()
876 memset(vf,0,sizeof(*vf)); in _ov_open1()
899 vf->vi=_ogg_calloc(vf->links,sizeof(*vf->vi)); in _ov_open1()
900 vf->vc=_ogg_calloc(vf->links,sizeof(*vf->vc)); in _ov_open1()
913 vf->serialnos[0]=vf->current_serialno=vf->os.serialno; in _ov_open1()
952 if(vf->vi && vf->links){ in ov_clear()
1104 ret=vf->bittrack/vf->samptrack*vf->vi[link].rate; in ov_bitrate_instant()
[all …]
/dports/games/libretro-beetle_pce_fast/beetle-pce-fast-libretro-67426f4/mednafen/tremor/
H A Dvorbisfile.c516 vf->offsets=malloc((vf->links+1)*sizeof(*vf->offsets)); in _bisect_forward_serialno()
517 vf->vi=realloc(vf->vi,vf->links*sizeof(*vf->vi)); in _bisect_forward_serialno()
518 vf->vc=realloc(vf->vc,vf->links*sizeof(*vf->vc)); in _bisect_forward_serialno()
519 vf->serialnos=malloc(vf->links*sizeof(*vf->serialnos)); in _bisect_forward_serialno()
639 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource); in _open_seekable2()
641 vf->offset=vf->end=-1; in _open_seekable2()
891 memset(vf,0,sizeof(*vf)); in _ov_open1()
914 vf->vi=calloc(vf->links,sizeof(*vf->vi)); in _ov_open1()
915 vf->vc=calloc(vf->links,sizeof(*vf->vc)); in _ov_open1()
1124 ret=vf->bittrack/vf->samptrack*vf->vi[link].rate; in ov_bitrate_instant()
[all …]
/dports/games/libretro-beetle_supergrafx/beetle-supergrafx-libretro-c4dd156/mednafen/tremor/
H A Dvorbisfile.c516 vf->offsets=malloc((vf->links+1)*sizeof(*vf->offsets)); in _bisect_forward_serialno()
517 vf->vi=realloc(vf->vi,vf->links*sizeof(*vf->vi)); in _bisect_forward_serialno()
518 vf->vc=realloc(vf->vc,vf->links*sizeof(*vf->vc)); in _bisect_forward_serialno()
519 vf->serialnos=malloc(vf->links*sizeof(*vf->serialnos)); in _bisect_forward_serialno()
639 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource); in _open_seekable2()
641 vf->offset=vf->end=-1; in _open_seekable2()
891 memset(vf,0,sizeof(*vf)); in _ov_open1()
914 vf->vi=calloc(vf->links,sizeof(*vf->vi)); in _ov_open1()
915 vf->vc=calloc(vf->links,sizeof(*vf->vc)); in _ov_open1()
1124 ret=vf->bittrack/vf->samptrack*vf->vi[link].rate; in ov_bitrate_instant()
[all …]
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/tremor/
H A Dvorbisfile.c516 vf->offsets=malloc((vf->links+1)*sizeof(*vf->offsets)); in _bisect_forward_serialno()
517 vf->vi=realloc(vf->vi,vf->links*sizeof(*vf->vi)); in _bisect_forward_serialno()
518 vf->vc=realloc(vf->vc,vf->links*sizeof(*vf->vc)); in _bisect_forward_serialno()
519 vf->serialnos=malloc(vf->links*sizeof(*vf->serialnos)); in _bisect_forward_serialno()
639 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource); in _open_seekable2()
641 vf->offset=vf->end=-1; in _open_seekable2()
891 memset(vf,0,sizeof(*vf)); in _ov_open1()
914 vf->vi=calloc(vf->links,sizeof(*vf->vi)); in _ov_open1()
915 vf->vc=calloc(vf->links,sizeof(*vf->vc)); in _ov_open1()
1124 ret=vf->bittrack/vf->samptrack*vf->vi[link].rate; in ov_bitrate_instant()
[all …]
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/mednafen/tremor/
H A Dvorbisfile.c516 vf->offsets=malloc((vf->links+1)*sizeof(*vf->offsets)); in _bisect_forward_serialno()
517 vf->vi=realloc(vf->vi,vf->links*sizeof(*vf->vi)); in _bisect_forward_serialno()
518 vf->vc=realloc(vf->vc,vf->links*sizeof(*vf->vc)); in _bisect_forward_serialno()
519 vf->serialnos=malloc(vf->links*sizeof(*vf->serialnos)); in _bisect_forward_serialno()
639 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource); in _open_seekable2()
641 vf->offset=vf->end=-1; in _open_seekable2()
891 memset(vf,0,sizeof(*vf)); in _ov_open1()
914 vf->vi=calloc(vf->links,sizeof(*vf->vi)); in _ov_open1()
915 vf->vc=calloc(vf->links,sizeof(*vf->vc)); in _ov_open1()
1124 ret=vf->bittrack/vf->samptrack*vf->vi[link].rate; in ov_bitrate_instant()
[all …]
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/core/tremor/
H A Dvorbisfile.c322 vf->vi=_ogg_realloc(vf->vi,vf->links*sizeof(*vf->vi)); in _prefetch_all_headers()
323 vf->vc=_ogg_realloc(vf->vc,vf->links*sizeof(*vf->vc)); in _prefetch_all_headers()
338 if(_fetch_headers(vf,vf->vi+i,vf->vc+i,NULL,NULL)<0){ in _prefetch_all_headers()
443 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource); in _open_seekable2()
651 int ret=_fetch_headers(vf,vf->vi,vf->vc,&vf->current_serialno,&og); in _fetch_and_process_packet()
680 memset(vf,0,sizeof(*vf)); in _ov_open1()
703 vf->vi=_ogg_calloc(vf->links,sizeof(*vf->vi)); in _ov_open1()
704 vf->vc=_ogg_calloc(vf->links,sizeof(*vf->vc)); in _ov_open1()
708 if((ret=_fetch_headers(vf,vf->vi,vf->vc,&vf->current_serialno,NULL))<0){ in _ov_open1()
738 if(vf->vi && vf->links){ in ov_clear()
[all …]
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/core/tremor/
H A Dvorbisfile.c322 vf->vi=_ogg_realloc(vf->vi,vf->links*sizeof(*vf->vi)); in _prefetch_all_headers()
323 vf->vc=_ogg_realloc(vf->vc,vf->links*sizeof(*vf->vc)); in _prefetch_all_headers()
338 if(_fetch_headers(vf,vf->vi+i,vf->vc+i,NULL,NULL)<0){ in _prefetch_all_headers()
443 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource); in _open_seekable2()
651 int ret=_fetch_headers(vf,vf->vi,vf->vc,&vf->current_serialno,&og); in _fetch_and_process_packet()
680 memset(vf,0,sizeof(*vf)); in _ov_open1()
703 vf->vi=_ogg_calloc(vf->links,sizeof(*vf->vi)); in _ov_open1()
704 vf->vc=_ogg_calloc(vf->links,sizeof(*vf->vc)); in _ov_open1()
708 if((ret=_fetch_headers(vf,vf->vi,vf->vc,&vf->current_serialno,NULL))<0){ in _ov_open1()
738 if(vf->vi && vf->links){ in ov_clear()
[all …]
/dports/multimedia/bcmatroska2/bcmatroska2-0.23/mkclean/tremor/
H A Dvorbisfile.c521 vf->vi=_ogg_realloc(vf->vi,vf->links*sizeof(*vf->vi)); in _bisect_forward_serialno()
522 vf->vc=_ogg_realloc(vf->vc,vf->links*sizeof(*vf->vc)); in _bisect_forward_serialno()
642 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource); in _open_seekable2()
644 vf->offset=vf->end=-1; in _open_seekable2()
874 int ret=_fetch_headers(vf,vf->vi,vf->vc,NULL,NULL,&og); in _fetch_and_process_packet()
907 memset(vf,0,sizeof(*vf)); in _ov_open1()
930 vf->vi=_ogg_calloc(vf->links,sizeof(*vf->vi)); in _ov_open1()
931 vf->vc=_ogg_calloc(vf->links,sizeof(*vf->vc)); in _ov_open1()
982 if(vf->vi && vf->links){ in ov_clear()
1124 ret=vf->bittrack/vf->samptrack*vf->vi[link].rate; in ov_bitrate_instant()
[all …]
/dports/multimedia/mkclean/mkclean-0.8.7/mkclean/tremor/
H A Dvorbisfile.c521 vf->vi=_ogg_realloc(vf->vi,vf->links*sizeof(*vf->vi)); in _bisect_forward_serialno()
522 vf->vc=_ogg_realloc(vf->vc,vf->links*sizeof(*vf->vc)); in _bisect_forward_serialno()
642 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource); in _open_seekable2()
644 vf->offset=vf->end=-1; in _open_seekable2()
874 int ret=_fetch_headers(vf,vf->vi,vf->vc,NULL,NULL,&og); in _fetch_and_process_packet()
907 memset(vf,0,sizeof(*vf)); in _ov_open1()
930 vf->vi=_ogg_calloc(vf->links,sizeof(*vf->vi)); in _ov_open1()
931 vf->vc=_ogg_calloc(vf->links,sizeof(*vf->vc)); in _ov_open1()
982 if(vf->vi && vf->links){ in ov_clear()
1124 ret=vf->bittrack/vf->samptrack*vf->vi[link].rate; in ov_bitrate_instant()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/tremor/
H A Dvorbisfile.c503 vf->vi=_ogg_realloc(vf->vi,vf->links*sizeof(*vf->vi)); in _bisect_forward_serialno()
504 vf->vc=_ogg_realloc(vf->vc,vf->links*sizeof(*vf->vc)); in _bisect_forward_serialno()
624 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource); in _open_seekable2()
626 vf->offset=vf->end=-1; in _open_seekable2()
876 memset(vf,0,sizeof(*vf)); in _ov_open1()
899 vf->vi=_ogg_calloc(vf->links,sizeof(*vf->vi)); in _ov_open1()
900 vf->vc=_ogg_calloc(vf->links,sizeof(*vf->vc)); in _ov_open1()
913 vf->serialnos[0]=vf->current_serialno=vf->os.serialno; in _ov_open1()
1063 ret=vf->bittrack/vf->samptrack*vf->vi[link].rate; in ov_bitrate_instant()
1071 if(i>=vf->links)return(ov_serialnumber(vf,vf->links-1)); in ov_serialnumber()
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/librespot-tremor-0.1.0/tremor/
H A Dvorbisfile.c503 vf->vi=_ogg_realloc(vf->vi,vf->links*sizeof(*vf->vi)); in _bisect_forward_serialno()
504 vf->vc=_ogg_realloc(vf->vc,vf->links*sizeof(*vf->vc)); in _bisect_forward_serialno()
622 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource); in _open_seekable2()
624 vf->offset=vf->end=-1; in _open_seekable2()
875 memset(vf,0,sizeof(*vf)); in _ov_open1()
898 vf->vi=_ogg_calloc(vf->links,sizeof(*vf->vi)); in _ov_open1()
899 vf->vc=_ogg_calloc(vf->links,sizeof(*vf->vc)); in _ov_open1()
912 vf->serialnos[0]=vf->current_serialno=vf->os.serialno; in _ov_open1()
951 if(vf->vi && vf->links){ in ov_clear()
1103 ret=vf->bittrack/vf->samptrack*vf->vi[link].rate; in ov_bitrate_instant()
[all …]
/dports/audio/libtremor/tremor-562307a/
H A Dvorbisfile.c503 vf->vi=_ogg_realloc(vf->vi,vf->links*sizeof(*vf->vi)); in _bisect_forward_serialno()
504 vf->vc=_ogg_realloc(vf->vc,vf->links*sizeof(*vf->vc)); in _bisect_forward_serialno()
622 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource); in _open_seekable2()
624 vf->offset=vf->end=-1; in _open_seekable2()
875 memset(vf,0,sizeof(*vf)); in _ov_open1()
898 vf->vi=_ogg_calloc(vf->links,sizeof(*vf->vi)); in _ov_open1()
899 vf->vc=_ogg_calloc(vf->links,sizeof(*vf->vc)); in _ov_open1()
912 vf->serialnos[0]=vf->current_serialno=vf->os.serialno; in _ov_open1()
951 if(vf->vi && vf->links){ in ov_clear()
1103 ret=vf->bittrack/vf->samptrack*vf->vi[link].rate; in ov_bitrate_instant()
[all …]
/dports/emulators/mednafen/mednafen/src/tremor/
H A Dvorbisfile.c503 vf->vi=_ogg_realloc(vf->vi,vf->links*sizeof(*vf->vi)); in _bisect_forward_serialno()
504 vf->vc=_ogg_realloc(vf->vc,vf->links*sizeof(*vf->vc)); in _bisect_forward_serialno()
622 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource); in _open_seekable2()
624 vf->offset=vf->end=-1; in _open_seekable2()
875 memset(vf,0,sizeof(*vf)); in _ov_open1()
898 vf->vi=_ogg_calloc(vf->links,sizeof(*vf->vi)); in _ov_open1()
899 vf->vc=_ogg_calloc(vf->links,sizeof(*vf->vc)); in _ov_open1()
912 vf->serialnos[0]=vf->current_serialno=vf->os.serialno; in _ov_open1()
951 if(vf->vi && vf->links){ in ov_clear()
1103 ret=vf->bittrack/vf->samptrack*vf->vi[link].rate; in ov_bitrate_instant()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/librespot-tremor-0.1.0/tremor/
H A Dvorbisfile.c503 vf->vi=_ogg_realloc(vf->vi,vf->links*sizeof(*vf->vi)); in _bisect_forward_serialno()
504 vf->vc=_ogg_realloc(vf->vc,vf->links*sizeof(*vf->vc)); in _bisect_forward_serialno()
622 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource); in _open_seekable2()
624 vf->offset=vf->end=-1; in _open_seekable2()
875 memset(vf,0,sizeof(*vf)); in _ov_open1()
898 vf->vi=_ogg_calloc(vf->links,sizeof(*vf->vi)); in _ov_open1()
899 vf->vc=_ogg_calloc(vf->links,sizeof(*vf->vc)); in _ov_open1()
912 vf->serialnos[0]=vf->current_serialno=vf->os.serialno; in _ov_open1()
951 if(vf->vi && vf->links){ in ov_clear()
1103 ret=vf->bittrack/vf->samptrack*vf->vi[link].rate; in ov_bitrate_instant()
[all …]
/dports/games/edge/Edge-1.35-source/lib_win32/libvorbis-1.1.2/lib/
H A Dvorbisfile.c297 vf->vi=_ogg_realloc(vf->vi,vf->links*sizeof(*vf->vi)); in _prefetch_all_headers()
298 vf->vc=_ogg_realloc(vf->vc,vf->links*sizeof(*vf->vc)); in _prefetch_all_headers()
313 if(_fetch_headers(vf,vf->vi+i,vf->vc+i,NULL,NULL)<0){ in _prefetch_all_headers()
416 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource); in _open_seekable2()
610 int ret=_fetch_headers(vf,vf->vi,vf->vc,&vf->current_serialno,&og); in _fetch_and_process_packet()
638 memset(vf,0,sizeof(*vf)); in _ov_open1()
661 vf->vi=_ogg_calloc(vf->links,sizeof(*vf->vi)); in _ov_open1()
662 vf->vc=_ogg_calloc(vf->links,sizeof(*vf->vc)); in _ov_open1()
666 if((ret=_fetch_headers(vf,vf->vi,vf->vc,&vf->current_serialno,NULL))<0){ in _ov_open1()
698 if(vf->vi && vf->links){ in ov_clear()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector2-constrained.c86 vf = vec_revb(vf); in test_core()
91 vf = vec_reve(vf); in test_core()
152 vf = vec_mergeh(vf, vf); in test_core()
159 vf = vec_mergel(vf, vf); in test_core()
377 vf = vec_abs(vf); in test_float()
393 vf = vec_max(vf, vf); in test_float()
400 vf = vec_min(vf, vf); in test_float()
407 vf = vec_madd(vf, vf, vf); in test_float()
414 vf = vec_msub(vf, vf, vf); in test_float()
423 vf = vec_nmadd(vf, vf, vf); in test_float()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector2-constrained.c86 vf = vec_revb(vf); in test_core()
91 vf = vec_reve(vf); in test_core()
152 vf = vec_mergeh(vf, vf); in test_core()
159 vf = vec_mergel(vf, vf); in test_core()
377 vf = vec_abs(vf); in test_float()
393 vf = vec_max(vf, vf); in test_float()
400 vf = vec_min(vf, vf); in test_float()
407 vf = vec_madd(vf, vf, vf); in test_float()
414 vf = vec_msub(vf, vf, vf); in test_float()
423 vf = vec_nmadd(vf, vf, vf); in test_float()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector2-constrained.c86 vf = vec_revb(vf); in test_core()
91 vf = vec_reve(vf); in test_core()
152 vf = vec_mergeh(vf, vf); in test_core()
159 vf = vec_mergel(vf, vf); in test_core()
377 vf = vec_abs(vf); in test_float()
393 vf = vec_max(vf, vf); in test_float()
400 vf = vec_min(vf, vf); in test_float()
407 vf = vec_madd(vf, vf, vf); in test_float()
414 vf = vec_msub(vf, vf, vf); in test_float()
423 vf = vec_nmadd(vf, vf, vf); in test_float()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector2-constrained.c86 vf = vec_revb(vf); in test_core()
91 vf = vec_reve(vf); in test_core()
152 vf = vec_mergeh(vf, vf); in test_core()
159 vf = vec_mergel(vf, vf); in test_core()
377 vf = vec_abs(vf); in test_float()
393 vf = vec_max(vf, vf); in test_float()
400 vf = vec_min(vf, vf); in test_float()
407 vf = vec_madd(vf, vf, vf); in test_float()
414 vf = vec_msub(vf, vf, vf); in test_float()
423 vf = vec_nmadd(vf, vf, vf); in test_float()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector2-constrained.c86 vf = vec_revb(vf); in test_core()
91 vf = vec_reve(vf); in test_core()
152 vf = vec_mergeh(vf, vf); in test_core()
159 vf = vec_mergel(vf, vf); in test_core()
377 vf = vec_abs(vf); in test_float()
393 vf = vec_max(vf, vf); in test_float()
400 vf = vec_min(vf, vf); in test_float()
407 vf = vec_madd(vf, vf, vf); in test_float()
414 vf = vec_msub(vf, vf, vf); in test_float()
423 vf = vec_nmadd(vf, vf, vf); in test_float()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector2-constrained.c86 vf = vec_revb(vf); in test_core()
91 vf = vec_reve(vf); in test_core()
152 vf = vec_mergeh(vf, vf); in test_core()
159 vf = vec_mergel(vf, vf); in test_core()
377 vf = vec_abs(vf); in test_float()
393 vf = vec_max(vf, vf); in test_float()
400 vf = vec_min(vf, vf); in test_float()
407 vf = vec_madd(vf, vf, vf); in test_float()
414 vf = vec_msub(vf, vf, vf); in test_float()
423 vf = vec_nmadd(vf, vf, vf); in test_float()
[all …]

12345678910>>...169