Searched refs:sval (Results 1 - 25 of 29) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dneon-modes-1.c10 uint16x8x4_t sval; local
12 sval = vld4q_u16((void *)src);
13 vst4q_u16((void *)dst,sval);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dhost_assoc_types_2.f9050 type(overloaded_type_s) :: sval variable in program:test
53 sval%part = 1
56 call fred(sval, dval)
59 subroutine fred(sval, dval)
62 type(overloaded_type_s), intent(in) :: sval ! This caused an error local in subroutine:fred
65 call overloaded_sub(sval)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A D5.cc37 string sval = ostr.str(); local
38 istringstream istr (sval);
H A D6.cc42 string sval = ostr.str(); local
43 istringstream istr (sval);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/
H A D5.cc34 wstring sval = ostr.str(); local
35 wistringstream istr(sval);
H A D6.cc39 wstring sval = ostr.str(); local
40 wistringstream istr(sval);
/haiku-buildtools/legacy/binutils/opcodes/
H A Dm68hc11-dis.c75 short sval; local
91 sval = (buffer[0] & 0x1f);
92 if (sval & 0x10)
93 sval |= 0xfff0;
96 sval += pc_offset;
98 (int) sval, reg_name[reg]);
103 (* info->print_address_func) (endaddr + sval, info);
114 sval = (buffer[0] & 0x0f);
115 if (sval & 0x8)
117 sval |
231 short sval; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcopy9.C22 const char *sval; member in union:ParseToken::__anon1195
/haiku-buildtools/binutils/opcodes/
H A Dm68hc11-dis.c82 short sval; local
98 sval = (buffer[0] & 0x1f);
99 if (sval & 0x10)
100 sval |= 0xfff0;
103 sval += pc_offset;
105 (unsigned short) sval, reg_name[reg]);
112 (* info->print_address_func) (endaddr + sval, info);
123 sval = (buffer[0] & 0x0f);
124 if (sval & 0x8)
126 sval |
241 short sval; local
[all...]
H A Dmips-dis.c1302 int sval;
1304 sval = mips_signed_operand (operand, uval) * 4;
1305 if (sval >= -8 && sval < 8)
1306 sval ^= 0x400;
1307 infprintf (is, "%d", sval);
1299 int sval; local
/haiku-buildtools/binutils/binutils/
H A Dwindmc.h48 unichar *sval; member in struct:mc_keyword
H A Dwindmc.c746 nd = convert_unicode_to_ACP (n->lang->sval);
792 unicode_print (fp, n->lang->sval, unichar_len (n->lang->sval));
869 if (key->sval && key->sval[0] != 0)
872 fprintf (fp, "#define %s 0x%lx\n", convert_unicode_to_ACP (key->sval),
875 fprintf (fp, "#define %s 0x%lu\n", convert_unicode_to_ACP (key->sval),
889 if (key->sval && key->sval[0] != 0)
892 fprintf (fp, "#define %s 0x%lx\n", convert_unicode_to_ACP (key->sval),
[all...]
H A Dmclex.c243 c->sval = (!sv ? NULL : unichar_dup (sv));
264 n->sval = (!sv ? NULL : unichar_dup (sv));
/haiku-buildtools/cloog/osl/source/
H A Drelation.c269 char * temp, * body, * sval; local
273 OSL_malloc(sval, char *, OSL_MAX_STRING * sizeof(char));
276 sval[0] = '\0';
282 sprintf(sval, "%s", name);
286 sprintf(sval, "-%s", name);
289 osl_int_sprint_txt(sval, precision, val, 0);
291 strcat(sval, temp);
298 sprintf(sval, "+%s", name);
301 sprintf(sval, "+");
303 strcat(sval, tem
424 char * sval; local
[all...]
/haiku-buildtools/gcc/mpfr/tests/
H A Dtsin_cos.c641 mpfr_t val, cval, sval, svalf; local
646 mpfr_init2 (sval, MPFR_PREC_MIN);
652 status = mpfr_sin_cos (sval, cval, val, MPFR_RNDN);
653 if (! mpfr_equal_p (svalf, sval) || SIGN (status_f) != SIGN (status))
659 mpfr_dump (sval);
664 mpfr_clears(val, cval, sval, svalf, (mpfr_ptr) 0);
/haiku-buildtools/gcc/libgcc/config/m68k/
H A Dlinux-atomic.c89 NAME##_##RETURN (OP, WIDTH) (TYPE *ptr, TYPE sval) \
96 wval = (sval & MASK_##WIDTH) << shift; \
/haiku-buildtools/gcc/gcc/config/pdp11/
H A Dpdp11.c510 long sval[2];
625 REAL_VALUE_TO_TARGET_DOUBLE (r, sval);
647 exops[i][op] = gen_rtx_CONST_INT (HImode, (sval[w / 2] >> sh) & 0xffff);
752 long sval[2];
770 REAL_VALUE_TO_TARGET_DOUBLE (r, sval);
771 fprintf (file, "$%#lo", sval[0] >> 16);
1387 long sval[2];
1389 REAL_VALUE_TO_TARGET_DOUBLE (r, sval);
1390 if ((sval[0] & 0xffff) == 0 && sval[
507 long sval[2]; local
748 long sval[2]; local
1383 long sval[2]; local
[all...]
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_poisoning.cc262 u8 sval = *reinterpret_cast<u8*>(s); local
263 if (sval == kAsanArrayCookieMagic) return *p;
264 // If sval is not kAsanArrayCookieMagic it can only be freed memory,
268 // CHECK_EQ(sval, kAsanHeapFreeMagic);
269 if (sval == kAsanHeapFreeMagic) {
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/
H A D55463.cc99 int& sval __attribute__((unused)) = std::mem_fn( &X::data )( smart_ptr() ); local
/haiku-buildtools/binutils/gas/config/
H A Dtc-mips.c5034 offsetT sval;
5069 sval = offset_expr.X_add_number;
5075 if (sval > max_val)
5078 if (!arg->lax_match && sval <= max_val)
5084 if (!match_const_int (arg, &sval))
5088 arg->last_op_int = sval;
5090 if (sval < min_val || sval > max_val || sval % factor)
5096 uval = (unsigned int) sval >> operan
5025 offsetT sval; local
5126 offsetT sval; local
5154 offsetT size, sval, high; local
5250 offsetT sval; local
5275 offsetT sval; local
5687 offsetT sval; local
13971 mips16_immed_in_range_p(const struct mips_int_operand *operand, bfd_reloc_code_real_type reloc, offsetT sval) argument
[all...]
H A Dtc-z8k.c73 sval (int ignore ATTRIBUTE_UNUSED) function
124 {"sval" , sval , 0},
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-z8k.c76 sval (int ignore ATTRIBUTE_UNUSED) function
127 {"sval" , sval , 0},
/haiku-buildtools/gcc/gcc/
H A Dfinal.c1913 rtx sval = NULL, chain = NULL;
1916 sval = targetm.calls.struct_value_rtx (TREE_TYPE (current_function_decl),
1934 if (sval && REG_P (sval))
1935 ASM_OUTPUT_REG_PUSH (file, REGNO (sval));
1945 if (sval && REG_P (sval))
1946 ASM_OUTPUT_REG_POP (file, REGNO (sval));
1905 rtx sval = NULL, chain = NULL; local
/haiku-buildtools/legacy/gcc/gcc/
H A Dfinal.c1731 int sval = current_function_returns_struct;
1748 if (sval)
1752 if (sval)
1786 if (sval)
1790 if (sval)
1725 int sval = current_function_returns_struct; local
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_interceptors.cc1339 TSAN_INTERCEPTOR(int, sem_getvalue, void *s, int *sval) { argument
1340 SCOPED_TSAN_INTERCEPTOR(sem_getvalue, s, sval);
1341 int res = REAL(sem_getvalue)(s, sval);

Completed in 403 milliseconds

12