Searched refs:h1 (Results 1 - 25 of 146) sorted by relevance

123456

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Darm-fp16-compile-convert.c6 __fp16 h1 = 0.0; variable
21 c1 = h1;
24 h1 = s1;
27 i1 = h1;
30 h1 = l1;
33 d1 = h1;
H A Darm-fp16-ops.h11 volatile __fp16 h1 = 1.0; variable
23 TEST (h1);
26 TESTNOT (!h1);
28 CHECK2 (-h1, -1.0);
29 CHECK2 (+h1, 1.0);
31 CHECK (h1++, 1.0);
32 CHECK (h1, 2.0);
33 CHECK (++h1, 3.0);
34 CHECK (h1, 3.0);
36 CHECK (--h1, 2.
[all...]
H A Darm-fp16-compile-assign.c7 __fp16 h1 = 0.0; variable
18 h1 = h2;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dcrash1.C12 X h1; local
13 h1.foo(1) = d;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dfp16-compile-vcvt.c8 __fp16 h1 = 0.0; variable
15 h1 = f1;
H A Dfp16-builtins-1.c11 volatile __fp16 h1, h2; variable
17 h1 = x;
18 f1 = h1;
24 h1 = x;
25 f1 = h1;
32 hp = (p (h1) ? 1 : 0); \
38 hp = (p (h1, h2) ? 1 : 0); \
87 h1 = 5.96046E-8;
88 if (__builtin_isnormal (h1))
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/thread/id/
H A Dhash.cc26 std::hash<std::thread::id> h1; variable
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dlib-23.c11 unsigned char *h1, *h2; local
13 h1 = (unsigned char *) malloc (N);
17 h1[i] = 0xab;
20 (void) acc_copyin (h1, N);
31 acc_copyout (h1, N + N);
33 free (h1);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A Doverflow-warn-6.C8 h1 (int x) function
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Doverflow-warn-6.c8 h1 (int x) function
H A Darray-11.c14 struct h h1 = { { 0 }, 1 }; /* { dg-warning "excess elements" "excess" } */ variable in typeref:struct:h
H A Darray-2.c13 struct h h1 = { { 0 }, 1 }; /* { dg-warning "excess elements" "excess" } */ variable in typeref:struct:h
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.niklas/
H A Dt121.C4 void g1 (void (*) (...)); void h1 () { g1 (f); }// { dg-error "invalid conversion" } function
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/arm-fp16/
H A Darm-fp16-ops.h11 volatile __fp16 h1 = 1.0; variable
23 TEST (h1);
26 TESTNOT (!h1);
28 CHECK2 (-h1, -1.0);
29 CHECK2 (+h1, 1.0);
31 CHECK (h1++, 1.0);
32 CHECK (h1, 2.0);
33 CHECK (++h1, 3.0);
34 CHECK (h1, 3.0);
36 CHECK (--h1, 2.
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D931017-1.c9 h1 () function
30 i = h1 ();
34 h1 ();
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dfunction_optimize_11.f909 real(kind=dp) :: h1(0:N-1), h2(0:N-1) variable in program:test
13 h1 = [(cos(2*pi*mod(i*k,N)/N),k=0,N/2), &
16 if (any(abs(h1 - h2) > eps)) call abort
H A Darray_constructor_34.f9012 complex(dp) h1(0:N-1) variable in program:test
24 h1 = (/(sum((/(exp(-2*pi*(0,1)*mod(k*L,N)/N)*h2(L),L=0,N-1)/)),k=0,N-1)/)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/graphite/
H A Did-15.c29 neg_double (l1, h1, lv, hv)
31 long h1;
38 *hv = - h1;
39 return (*hv & h1) < 0;
44 *hv = ~h1;
50 add_double (l1, h1, l2, h2, lv, hv)
52 long h1, h2;
60 h = h1 + h2 + (l < l1);
64 return ((~((h1) ^ (h2)) & ((h1)
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dr1.c3 int h1 (int *p) {return *p & 255;} function
5 void p1 () {int a = 0x01020304; assert (h1 (&a) == 0x04);}
/haiku-buildtools/binutils/gas/testsuite/gas/aarch64/
H A Dillegal-nofp16.l2 ^[^:]+:4: Error: selected processor does not support `fneg h0,h1'
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dcswtch-2.c6 int h1 (X x) function
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/pb_ds/example/
H A Dtree_join.cc64 map_t h0, h1; local
72 h1.insert(make_pair(1000 + i1, 'b'));
74 // Since all the elements in h0 are smaller than those in h1, it is
76 h0.join(h1);
78 // Check that h0 should now contain all entries, and h1 should be empty.
80 assert(h1.empty());
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sh/
H A Dattr-isr-trap_exit.c10 void h1 (void) __attribute__ ((interrupt_handler)) __attribute__ ((trap_exit (5)));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_multimap/cons/
H A D66055.cc29 test_type h1(10, alloc_type());
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_multiset/cons/
H A D66055.cc29 test_type h1(10, alloc_type());

Completed in 342 milliseconds

123456