Home
last modified time | relevance | path

Searched refs:test_round (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dmatmul_benchmark.py122 def test_round(self, num_iters): member in MatmulBenchmark
142 self.test_round(num_iters=200)
/external/llvm/test/CodeGen/AArch64/
Darm64-fp128.ll203 define void @test_round() {
204 ; CHECK-LABEL: test_round:
Df16-instructions.ll825 ; CHECK-LABEL: test_round:
830 define half @test_round(half %a) #0 {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-fp128.ll225 define void @test_round() {
226 ; CHECK-LABEL: test_round:
Df16-instructions.ll1124 ; CHECK-CVT-LABEL: test_round:
1130 ; CHECK-FP16-LABEL: test_round:
1134 define half @test_round(half %a) #0 {
/external/llvm/test/Transforms/InstCombine/
Ddouble-float-shrink-2.ll50 define float @test_round(float %C) {
/external/linux-kselftest/tools/testing/selftests/x86/
Dmpx-mini-test.c1418 void insn_test_failed(int test_nr, int test_round, void *buf, in insn_test_failed() argument
1422 eprintf("ERROR: test %d round %d failed\n", test_nr, test_round); in insn_test_failed()
/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py919 def test_round(method, prec, exprange, restricted_range, itr, stat): function
1083 test_method('__round__', testspecs, test_round)
/external/llvm/test/CodeGen/ARM/
Dfp16-promote.ll775 ; CHECK-FP16-LABEL: test_round:
779 ; CHECK-LIBCALL-LABEL: test_round:
783 define void @test_round(half* %p) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dfp16-promote.ll779 ; CHECK-FP16-LABEL: test_round:
783 ; CHECK-LIBCALL-LABEL: test_round:
787 define void @test_round(half* %p) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/
Df16-instructions.ll1051 ; CHECK-LABEL: test_round(
1056 define half @test_round(half %a) #0 {
Df16x2-instructions.ll1384 ; CHECK-LABEL: test_round(
1392 define <2 x half> @test_round(<2 x half> %a) #0 {
/external/python/cpython3/Lib/test/
Dtest_long.py1011 def test_round(self): member in LongTest
Dtest_builtin.py1176 def test_round(self): member in BuiltinTest
Dtest_decimal.py4454 def test_round(self): member in Coverage
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp1372 void test_round() in test_round() function
1534 test_round(); in main()
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp1423 void test_round() in test_round() function
1585 test_round(); in main()
/external/python/cpython2/Lib/test/
Dtest_builtin.py1238 def test_round(self): member in BuiltinTest