Searched refs:s1 (Results 126 - 150 of 625) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dvelintrin_approx.h43 float s1; local
46 s1 = 1.0;
47 v2 = _vel_vfnmsbs_vsvvl(s1, v0, v4, l);
58 float s1; local
60 s1 = 1.0f / s0;
61 v1 = _vel_vfmuls_vsvl(s1, v0, l);
63 v0 = _vel_vfmads_vvsvl(v1, s1, v2, l);
70 double s1 = 1.0; local
71 v3 = _vel_vfnmsbd_vsvvl(s1, v0, v2, l);
73 v1 = _vel_vfnmsbd_vsvvl(s1, v
85 double s0, s1; local
102 float s0, s1; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dconst2.C20 inline const QSize operator+( const QSize & s1, const QSize & s2 ) argument
21 { return QSize(s1.wd+s2.wd, s1.ht+s2.ht); }
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/
H A Dvtable.C62 S1 *s1 = &s4; local
70 if (vtable (s3) >= vtable (s1))
72 if (vtable (s1) >= vtable (s0))
H A Dvtable2.C15 virtual void s1 ();
20 virtual void s1 ();
31 virtual void s1 ();
38 void S1::s1 () function in class:S1
42 void S2::s1 () function in class:S2
54 void S4::s1 () function in class:S4
75 S1::s1
81 S2::s1 vcall offset
88 S2::s1
108 S4::s1
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Doperators8.C46 shape* s1 = new square(4,4,5); local
48 *s1 = *s2;
49 return s1->vDisplay();
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dspec30.C33 S<int>* s1 = new S<int>; local
36 if (s1 != s[0] || s2 != s[1])
39 delete s1;
H A Dfriend33.C16 void Foo(const S1<P1>& s1) argument
/openbsd-current/usr.sbin/rbootd/
H A Ddefs.h57 #define STREQN(s1,s2) ((*s1 == *s2) && (strcmp(s1,s2) == 0))
58 #define STRNEQN(s1,s2,n) ((*s1 == *s2) && (strncmp(s1,s2,n) == 0))
/openbsd-current/lib/libcrypto/camellia/
H A Dcamellia.c350 * adjusting n accordingly, e.g. RotLeft128(s1, s2, s3, s0, n - 32).
364 u32 s0, s1, s2, s3; local
367 k[1] = s1 = GETU32(rawKey + 4);
373 k[9] = s1 = GETU32(rawKey + 20);
376 k[11] = s3 = ~s1;
381 s0 ^= k[0], s1 ^= k[1], s2 ^= k[2], s3 ^= k[3];
385 Camellia_Feistel(s0, s1, s2, s3, SIGMA + 0);
386 Camellia_Feistel(s2, s3, s0, s1, SIGMA + 2);
388 s0 ^= k[0], s1 ^= k[1], s2 ^= k[2], s3 ^= k[3];
389 Camellia_Feistel(s0, s1, s
483 u32 s0, s1, s2, s3; local
535 u32 s0, s1, s2, s3; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20020706-1.c4 typedef struct s1 struct
10 extern void bar(const struct s1 *const hdb);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dc99-complit-1.c19 struct s *s1 = &(struct s) { 1, 2 }; variable in typeref:struct:s
44 if (s0 == s1 || s1 == s2 || s2 == s0)
46 if (s0->a != 1 || s0->b != 2 || s1->a != 1 || s1->b != 2
50 s1->b = 1;
51 if (s0->a != 2 || s0->b != 2 || s1->a != 1 || s1->b != 1
/openbsd-current/gnu/usr.bin/perl/ext/SDBM_File/
H A Dutil.c9 oops(char *s1, char *s2) argument
17 fprintf(stderr, s1, s2);
/openbsd-current/gnu/llvm/compiler-rt/include/sanitizer/
H A Dcommon_interface_defs.h315 /// \param s1 Pointer to block of memory.
319 void __sanitizer_weak_hook_memcmp(void *called_pc, const void *s1,
325 /// \param s1 Pointer to block of memory.
329 void __sanitizer_weak_hook_strncmp(void *called_pc, const char *s1,
335 /// \param s1 Pointer to block of memory.
339 void __sanitizer_weak_hook_strncasecmp(void *called_pc, const char *s1,
345 /// \param s1 Pointer to block of memory.
348 void __sanitizer_weak_hook_strcmp(void *called_pc, const char *s1,
354 /// \param s1 Pointer to block of memory.
357 void __sanitizer_weak_hook_strcasecmp(void *called_pc, const char *s1,
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp6058.C5 void bar(struct s1 { } a) { (void)a; } // ERROR -
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20011024-1.c7 extern int strcmp (const char *s1, const char *s2) __attribute__((pure));
H A Dstring-opt-16.c32 memcmp (const void *s1, const void *s2, size_t len) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/tls/
H A Dstruct-1.c7 int s0, s1, s2, s3; member in struct:S
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/arm/
H A Daddsf3vfp.S21 vadd.f32 s0, s0, s1
H A Ddivsf3vfp.S21 vdiv.f32 s0, s0, s1
H A Dmulsf3vfp.S21 vmul.f32 s0, s0, s1
H A Dsubsf3vfp.S22 vsub.f32 s0, s0, s1
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_weak_interception.cpp42 void __sanitizer_weak_hook_memcmp(uptr called_pc, const void *s1,
44 void __sanitizer_weak_hook_strcmp(uptr called_pc, const char *s1,
46 void __sanitizer_weak_hook_strncmp(uptr called_pc, const char *s1,
48 void __sanitizer_weak_hook_strstr(uptr called_pc, const char *s1,
/openbsd-current/gnu/llvm/compiler-rt/lib/interception/
H A Dinterception_linux.cpp24 static int StrCmp(const char *s1, const char *s2) { argument
26 if (*s1 != *s2)
28 if (*s1 == 0)
30 s1++;
/openbsd-current/sys/arch/alpha/stand/boot/
H A Dprom_swpal.S76 stq s1, D_S1(sp)
86 ldq s1, RPB_SLOTSIZE(s0)
88 mulq s1, v0, s1 /* s1 per_cpu offset from base */
91 addq s2, s1, s2 /* s2 PCB (virtual) */
103 addq t0, s1, t0 /* PCB base (phys) */
119 ldq s1, D_S1(sp)
/openbsd-current/sys/arch/alpha/stand/nboot/
H A Dprom_swpal.S76 stq s1, D_S1(sp)
86 ldq s1, RPB_SLOTSIZE(s0)
88 mulq s1, v0, s1 /* s1 per_cpu offset from base */
91 addq s2, s1, s2 /* s2 PCB (virtual) */
103 addq t0, s1, t0 /* PCB base (phys) */
119 ldq s1, D_S1(sp)

Completed in 262 milliseconds

1234567891011>>