Searched refs:omp_get_wtime (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/parallel/ |
| H A D | balanced_quicksort.h | 379 double __search_start = omp_get_wtime(); in __qsb_local_sort_with_helping() 388 && (omp_get_wtime() < (__search_start + 1.0)) in __qsb_local_sort_with_helping() 406 if (omp_get_wtime() >= (__search_start + 1.0)) in __qsb_local_sort_with_helping() 409 _GLIBCXX_PARALLEL_ASSERT(omp_get_wtime() in __qsb_local_sort_with_helping()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/parallel/ |
| H A D | balanced_quicksort.h | 379 double __search_start = omp_get_wtime(); in __qsb_local_sort_with_helping() 388 && (omp_get_wtime() < (__search_start + 1.0)) in __qsb_local_sort_with_helping() 406 if (omp_get_wtime() >= (__search_start + 1.0)) in __qsb_local_sort_with_helping() 409 _GLIBCXX_PARALLEL_ASSERT(omp_get_wtime() in __qsb_local_sort_with_helping()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/finclude/ |
| H A D | omp_lib.f90 | 233 function omp_get_wtime () 234 double precision :: omp_get_wtime local 235 end function omp_get_wtime
|
| H A D | omp_lib.h | 90 external omp_get_wtick, omp_get_wtime 91 double precision omp_get_wtick, omp_get_wtime
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/finclude/ |
| H A D | omp_lib.f90 | 233 function omp_get_wtime () 234 double precision :: omp_get_wtime local 235 end function omp_get_wtime
|
| H A D | omp_lib.h | 90 external omp_get_wtick, omp_get_wtime 91 double precision omp_get_wtick, omp_get_wtime
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | soxomp.h | 44 #define omp_get_wtime() 0 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/ |
| H A D | omp.h | 130 extern double omp_get_wtime (void) __GOMP_NOTHROW;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/ |
| H A D | omp.h | 130 extern double omp_get_wtime (void) __GOMP_NOTHROW;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | libgomp.info | 185 * omp_get_wtime:: Elapsed wall clock time. 1114 File: libgomp.info, Node: omp_get_wtick, Next: omp_get_wtime, Prev: omp_destroy_nest_lock, Up: … 1130 *note omp_get_wtime:: 1136 File: libgomp.info, Node: omp_get_wtime, Prev: omp_get_wtick, Up: Runtime Library Routines 1138 2.41 'omp_get_wtime' - Elapsed wall clock time 1149 _Prototype_: 'double omp_get_wtime(void);' 1152 _Interface_: 'double precision function omp_get_wtime()' 5022 Node: omp_get_wtime40048
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | libgomp.info | 185 * omp_get_wtime:: Elapsed wall clock time. 1114 File: libgomp.info, Node: omp_get_wtick, Next: omp_get_wtime, Prev: omp_destroy_nest_lock, Up: … 1130 *note omp_get_wtime:: 1136 File: libgomp.info, Node: omp_get_wtime, Prev: omp_get_wtick, Up: Runtime Library Routines 1138 2.41 'omp_get_wtime' - Elapsed wall clock time 1149 _Prototype_: 'double omp_get_wtime(void);' 1152 _Interface_: 'double precision function omp_get_wtime()' 5022 Node: omp_get_wtime40048
|