Searched refs:atoi (Results 1 - 25 of 273) sorted by relevance

1234567891011

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dpr70044.c5 extern int atoi (const char *);
10 return atoi (argv[0]) + 1;
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/cilk-plus/AN/
H A Darray_test1.c34 x = atoi(argv[1]);
35 z = (10-atoi(argv[1]))/atoi(argv[1]);
43 x = atoi(argv[1]);
44 z = (10-atoi(argv[1]))/atoi(argv[1]);
45 y = 10-atoi(argv[1]);
52 x = atoi(argv[1]);
53 z = (10-atoi(argv[1]))/atoi(arg
[all...]
H A Darray_test2.c48 x = atoi(argv[1]);
49 z = (10-atoi(argv[1]))/atoi(argv[1]);
62 x = atoi(argv[1]);
63 z = (10-atoi(argv[1]))/atoi(argv[1]);
64 y = 10-atoi(argv[1]);
76 x = atoi(argv[1]);
77 z = (10-atoi(argv[1]))/atoi(arg
[all...]
H A Darray_test_ND.c45 x = atoi(argv[1]);
46 y = atoi(argv[2]);
64 x = atoi(argv[1]);
65 y = atoi(argv[2]);
66 z = (20- atoi (argv[1]))/atoi(argv[1]);
88 y = 20-atoi(argv[1]);
89 z = (20- atoi (argv[1]))/atoi(argv[1]);
91 array_2[(argc-3):(20-atoi(arg
[all...]
H A Dcomma_exp.c38 x = atoi(argv[1]);
39 z = (10-atoi(argv[1]))/atoi(argv[1]);
43 array[:] = (atoi(argv[1]), (array2[0:10]+5));
49 array[:] = (atoi(argv[1]), (array2[0:10]+array2[0:10]));
H A Dif_test.c72 x = atoi (argv[1])-10;
73 y = atoi (argv[1])/2;
74 z = (atoi (argv[1]))/5;
113 if (array[atoi(argv[1])-10:atoi(argv[1])/2: atoi(argv[1])/5])
114 array2[atoi(argv[1])-10: atoi (argv[1])/2: atoi(argv[1])/5] = 5;
116 array2[atoi(arg
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cilk-plus/AN/
H A Darray_test1_tplt.cc53 x = atoi(argv[1]);
54 z = (10-atoi(argv[1]))/atoi(argv[1]);
62 x = atoi(argv[1]);
63 z = (10-atoi(argv[1]))/atoi(argv[1]); /* (10 - 5) / 5 = 1 */
64 y = 10-atoi(argv[1]);
68 for (ii = atoi ("5"); ii < (atoi ("5") + atoi ("
[all...]
H A Darray_test2_tplt.cc61 x = atoi(argv[1]);
62 z = (10-atoi(argv[1]))/atoi(argv[1]);
75 x = atoi(argv[1]);
76 z = (10-atoi(argv[1]))/atoi(argv[1]);
77 y = 10-atoi(argv[1]);
89 x = atoi(argv[1]);
90 z = (10-atoi(argv[1]))/atoi(arg
[all...]
H A Darray_test_ND_tplt.cc58 x = atoi(argv[1]);
59 y = atoi(argv[2]);
77 x = atoi(argv[1]);
78 y = atoi(argv[2]);
79 z = (20- atoi (argv[1]))/atoi(argv[1]);
101 y = 20-atoi(argv[1]);
102 z = (20- atoi (argv[1]))/atoi(argv[1]);
104 array_2[(argc-3):(20-atoi(arg
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr41232.c3 extern int atoi (const char *);
8 int tmbd = atoi(cptr);
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Deh46.C5 int atoi(const char *);
32 n=atoi(l[1]);
34 x=atoi(l[2]);
35 y=atoi(l[3]);
H A Deh1.C5 extern "C" int atoi (const char *);
34 int count = atoi (argv[1]);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20020701-1.c8 int atoi (const char *);
46 r = atoi (v5) < atoi (v2) ? B : A;
48 r = atoi (v5) > atoi (v2) ? B : A;
64 r = atoi (v5) < atoi (v2) ? B : A;
66 r = atoi (v5) > atoi (v2) ? B : A;
H A Dbf.c30 printf ("%x\n", clr (0xffffffff, atoi (argv[2]), atoi (argv[1])));
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/lto/
H A Dpr59626_0.c7 int __atoi (const char *) __asm__(ASMNAME ("atoi"));
9 int atoi (const char *x) function
18 return bar (atoi);
/haiku-buildtools/legacy/gcc/libio/dbz/
H A Dbyteflip.c19 len = atoi(argv[a++]);
23 inmap[i] = atoi(argv[a++]);
24 if (atoi(argv[a++]) != len)
27 outmap[i] = atoi(argv[a++]);
/haiku-buildtools/binutils/ld/testsuite/ld-plugin/
H A Dlto-2.c8 int d = atoi (argv[1]);
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Daccess1.C10 int atoi(const char*);
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/cilk-plus/CK/
H A Dspawnee_inline.c14 n = atoi (n_char);
16 n = atoi(DEFAULT_VALUE);
67 result_serial = fib_serial (atoi (argv[1]));
69 result_serial = fib_serial (atoi (DEFAULT_VALUE));
H A Dspawner_inline.c26 n = atoi(argv[1]);
52 n = atoi (argv[1]);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/headers/cstdlib/
H A Dfunctions_std.cc27 using std::atoi;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dreport.C24 extern "C" int atoi (const char *);
26 int (*fee)(const char *) = atoi;
/haiku-buildtools/gcc/mpfr/examples/
H A Ddivworst.c64 dmax = atoi (argv[1]);
65 n = atoi (argv[2]);
66 p = argc == 3 ? n : atoi (argv[3]);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/21_strings/
H A Dhash.cc37 string_size = atoi(argv[1]);
39 num_strings = atoi(argv[2]);
/haiku-buildtools/binutils/libiberty/testsuite/
H A Ddemangler-fuzzer.c74 seed = atoi (optarg);
79 maxcount = atoi (optarg);

Completed in 208 milliseconds

1234567891011