Home
last modified time | relevance | path

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

/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/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.c1387 void insn_test_failed(int test_nr, int test_round, void *buf, in insn_test_failed() argument
1391 eprintf("ERROR: test %d round %d failed\n", test_nr, test_round); in insn_test_failed()
/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/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp1363 void test_round() in test_round() function
1525 test_round(); in main()
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp1387 void test_round() in test_round() function
1549 test_round(); in main()
/external/python/cpython2/Lib/test/
Dtest_builtin.py1238 def test_round(self): member in BuiltinTest