Home
last modified time | relevance | path

Searched refs:time_in_ns (Results 1 – 25 of 32) sorted by relevance

12

/dports/math/clblas/clBLAS-2.10/src/client/
H A Dclfunc_xher.hpp61 return static_cast<double>((buffer.N * buffer.N)/time_in_ns()); in gflops()
283 return static_cast<double>((4 * buffer.N * buffer.N)/time_in_ns()); in gflops()
291 return static_cast<double>((4 * buffer.N * buffer.N)/time_in_ns()); in gflops()
H A Dclfunc_xhemv.hpp66 return static_cast<double>((2 * buffer.N * buffer.N)/time_in_ns()); in gflops()
253 return static_cast<double>((8 * buffer.N * buffer.N)/time_in_ns()); in gflops()
261 return static_cast<double>((8 * buffer.N * buffer.N)/time_in_ns()); in gflops()
H A Dclfunc_xher2.hpp65 return static_cast<double>((2 * buffer.N * buffer.N)/time_in_ns()); in gflops()
308 return static_cast<double>((8 * buffer.N * buffer.N)/time_in_ns()); in gflops()
316 return static_cast<double>((8 * buffer.N * buffer.N)/time_in_ns()); in gflops()
H A Dclfunc_xtrmm.hpp71 return buffer_.m_*(buffer_.m_+1)*buffer_.n_/time_in_ns(); in gflops()
75 return 20*buffer_.m_*(buffer_.n_+1)*buffer_.n_/time_in_ns(); in gflops()
737 return 4.0*buffer_.m_*(buffer_.m_+1)*buffer_.n_/time_in_ns(); in gflops()
744 return 4.0*buffer_.m_*(buffer_.n_+1)*buffer_.n_/time_in_ns(); in gflops()
755 return 4.0*buffer_.m_*(buffer_.m_+1)*buffer_.n_/time_in_ns(); in gflops()
759 return 4.0*buffer_.m_*(buffer_.n_+1)*buffer_.n_/time_in_ns(); in gflops()
H A Dclfunc_xtrsm.hpp74 return buffer_.m_*(buffer_.m_+1)*buffer_.n_/time_in_ns(); in gflops()
78 return buffer_.m_*(buffer_.n_+1)*buffer_.n_/time_in_ns(); in gflops()
728 return 4.0*buffer_.m_*(buffer_.m_+1)*buffer_.n_/time_in_ns(); in gflops()
732 return 4.0*buffer_.m_*(buffer_.n_+1)*buffer_.n_/time_in_ns(); in gflops()
744 return 4.0*buffer_.m_*(buffer_.m_+1)*buffer_.n_/time_in_ns(); in gflops()
748 return 4.0*buffer_.m_*(buffer_.n_+1)*buffer_.n_/time_in_ns(); in gflops()
H A DclGemm.h379 double time_in_ns() in time_in_ns() function
440 return (2*M*N*K)/time_in_ns(); in gflops()
498 return (2*M*N*K)/time_in_ns(); in gflops()
559 return (8*M*N*K)/time_in_ns(); in gflops()
620 return (8*M*N*K)/time_in_ns(); in gflops()
H A Dclfunc_xsymm.hpp66 return static_cast<double>((2 * buffer.M * buffer.M * buffer.N)/time_in_ns()); in gflops()
68 return static_cast<double>((2 * buffer.N * buffer.N * buffer.M)/time_in_ns()); in gflops()
631 return static_cast<double>((8 * buffer.M * buffer.M * buffer.N)/time_in_ns()); in gflops()
633 return static_cast<double>((8 * buffer.N * buffer.N * buffer.M)/time_in_ns()); in gflops()
642 return static_cast<double>((8 * buffer.M * buffer.M * buffer.N)/time_in_ns()); in gflops()
644 return static_cast<double>((8 * buffer.N * buffer.N * buffer.M)/time_in_ns()); in gflops()
H A Dclfunc_xtrsv.hpp61 return static_cast<double>(buffer_.m_ * buffer_.m_ )/time_in_ns(); in gflops()
398 return static_cast<double>(4 * buffer_.m_ * buffer_.m_ )/time_in_ns(); in gflops()
406 return static_cast<double>(4 * buffer_.m_ * buffer_.m_ )/time_in_ns(); in gflops()
H A Dclfunc_xtrmv.hpp63 return static_cast<double>(buffer_.m_ * buffer_.m_ )/time_in_ns(); in gflops()
405 return static_cast<double>(4 * buffer_.m_ * buffer_.m_ )/time_in_ns(); in gflops()
413 return static_cast<double>(4 * buffer_.m_ * buffer_.m_ )/time_in_ns(); in gflops()
H A Dclfunc_xsyrk.hpp67 return buffer_.n_*(buffer_.n_+1)*buffer_.n_/time_in_ns(); in gflops()
590 return 4*buffer_.n_*(buffer_.n_+1)*buffer_.n_/time_in_ns(); in gflops()
648 return 4*buffer_.n_*(buffer_.n_+1)*buffer_.n_/time_in_ns(); in gflops()
H A Dclfunc_xsyr2k.hpp72 return (2*buffer_.k_*buffer_.n_*buffer_.n_+buffer_.n_)/time_in_ns(); in gflops()
756 return (8*buffer_.k_*buffer_.n_*buffer_.n_+2*buffer_.n_)/time_in_ns(); in gflops()
822 return (8*buffer_.k_*buffer_.n_*buffer_.n_+2*buffer_.n_)/time_in_ns(); in gflops()
H A Dclient.cpp553 …std::cout << "BLAS (round trip) execution time < ns >: " << my_function->time_in_ns() << std::endl; in main()
583 …std::cout << "BLAS kernel execution time < ns >: " << my_function->time_in_ns() / apiCallCount << … in main()
H A Dclfunc_common.hpp301 double time_in_ns() in time_in_ns() function in clblasFunc
H A Dclfunc_xher2k.hpp67 …atic_cast<double>(8*(buffer_.K_ * buffer_.N_ * buffer_.N_)/time_in_ns()+2*buffer_.N_/time_in_ns()); in gflops()
H A Dclfunc_xsymv.hpp73 return (2.0*buffer_.n_*buffer_.n_)/time_in_ns(); in gflops()
H A Dclfunc_xsyr.hpp61 return static_cast<double>((buffer.N * buffer.N)/time_in_ns()); in gflops()
H A Dclfunc_xger.hpp70 return (buffer_.m_*(buffer_.m_+1))/time_in_ns(); in gflops()
/dports/devel/aws-c-io/aws-c-io-0.10.12/source/s2n/
H A Ds2n_tls_channel_handler.c920 static int s2n_wall_clock_time_nanoseconds(void *context, uint64_t *time_in_ns) { in s2n_wall_clock_time_nanoseconds() argument
922 if (aws_sys_clock_get_ticks(time_in_ns)) { in s2n_wall_clock_time_nanoseconds()
923 *time_in_ns = 0; in s2n_wall_clock_time_nanoseconds()
930 static int s2n_monotonic_clock_time_nanoseconds(void *context, uint64_t *time_in_ns) { in s2n_monotonic_clock_time_nanoseconds() argument
932 if (aws_high_res_clock_get_ticks(time_in_ns)) { in s2n_monotonic_clock_time_nanoseconds()
933 *time_in_ns = 0; in s2n_monotonic_clock_time_nanoseconds()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glean-core/tests/
H A Dtimespan.rs252 let time_in_ns = time.as_nanos() as u64; in set_raw_time() localVariable
253 assert_eq!(Some(time_in_ns), metric.test_get_value(&glean, "store1")); in set_raw_time()
/dports/www/firefox/firefox-99.0/third_party/rust/glean-core/tests/
H A Dtimespan.rs252 let time_in_ns = time.as_nanos() as u64; in set_raw_time() localVariable
253 assert_eq!(Some(time_in_ns), metric.test_get_value(&glean, "store1")); in set_raw_time()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glean-core/tests/
H A Dtimespan.rs252 let time_in_ns = time.as_nanos() as u64; in set_raw_time() localVariable
253 assert_eq!(Some(time_in_ns), metric.test_get_value(&glean, "store1")); in set_raw_time()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glean-core/tests/
H A Dtimespan.rs252 let time_in_ns = time.as_nanos() as u64; in set_raw_time() localVariable
253 assert_eq!(Some(time_in_ns), metric.test_get_value(&glean, "store1")); in set_raw_time()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/sched/
H A Dsch_tbf.c119 u64 time_in_ns) in psched_ns_t2l() argument
124 u64 len = time_in_ns * r->rate_bytes_ps; in psched_ns_t2l()
/dports/multimedia/libv4l/linux-5.13-rc2/net/sched/
H A Dsch_tbf.c119 u64 time_in_ns) in psched_ns_t2l() argument
124 u64 len = time_in_ns * r->rate_bytes_ps; in psched_ns_t2l()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/sched/
H A Dsch_tbf.c119 u64 time_in_ns) in psched_ns_t2l() argument
124 u64 len = time_in_ns * r->rate_bytes_ps; in psched_ns_t2l()

12