HomeSort by: relevance | last modified time | path
    Searched defs:sh (Results 1 - 25 of 341) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/mit/xorg/bin/x11perf/
Makefile 25 SCRIPTSDIR_fillblnk.sh= ${X11LIBDIR}/x11perfcomp
26 SCRIPTSDIR_perfboth.sh= ${X11LIBDIR}/x11perfcomp
27 SCRIPTSDIR_perfratio.sh=${X11LIBDIR}/x11perfcomp
  /src/lib/libm/complex/
ccos.c 41 double ch, sh; local
43 _cchsh(cimag(z), &ch, &sh); local
44 w = cos(creal(z)) * ch - (sin(creal(z)) * sh) * I;
ccosf.c 41 float ch, sh; local
43 _cchshf(cimagf(z), &ch, &sh); local
44 w = cosf(crealf(z)) * ch - (sinf(crealf(z)) * sh) * I;
ccosl.c 41 long double ch, sh; local
43 _cchshl(cimagl(z), &ch, &sh); local
44 w = cosl(creall(z)) * ch - (sinl(creall(z)) * sh) * I;
csin.c 41 double ch, sh; local
43 _cchsh(cimag(z), &ch, &sh); local
44 w = sin(creal(z)) * ch + (cos(creal(z)) * sh) * I;
csinf.c 41 float ch, sh; local
43 _cchshf(cimagf(z), &ch, &sh); local
44 w = sinf(crealf(z)) * ch + (cosf(crealf(z)) * sh) * I;
csinl.c 41 long double ch, sh; local
43 _cchshl(cimagl(z), &ch, &sh); local
44 w = sinl(creall(z)) * ch + (cosl(creall(z)) * sh) * I;
  /src/usr.bin/make/unit-tests/
sunshcmd.mk 5 TEST1 :sh = echo hello macro
6 TEST2 :sh = ${BYECMD} macro
7 TEST3= ${LATERCMD:sh}
var-op-sunsh.mk 3 # Tests for the :sh= variable assignment operator, which runs its right-hand
10 # The assignment operator is directly preceded by the ':sh'.
11 VAR:sh= echo colon-sh macro
12 .if ${VAR} != "colon-sh"
16 # It is also possible to have whitespace around the :sh assignment
18 VAR :sh = echo colon-sh-spaced macro
19 .if ${VAR} != "colon-sh-spaced"
23 # Until 2020-10-04, the ':sh' could even be followed by other characters
91 VAR :sh :sh :sh :sh= echo multiple macro
    [all...]
  /src/tests/usr.bin/ftp/
Makefile 9 SCRIPTS+= custom_headers.sh
11 # Keep the .sh suffix because we use it to trigger cgi-bin handling in
13 SCRIPTSNAME_custom_headers.sh= custom_headers.sh
  /src/external/lgpl3/mpfr/dist/src/
get_z_2exp.c 55 int sh; local
74 MPFR_UNSIGNED_MINUS_MODULO (sh, MPFR_PREC (f));
75 if (MPFR_LIKELY (sh))
76 mpn_rshift (PTR (z), MPFR_MANT (f), fn, sh); local
setmax.c 31 int sh; local
36 sh = (mpfr_prec_t) xn * GMP_NUMB_BITS - MPFR_PREC(x);
38 xp[0] = MPFR_LIMB_MAX << sh;
get_sj.c 67 int sh; /* An int should be sufficient in this context. */ local
70 sh = MPFR_GET_EXP (x);
71 MPFR_ASSERTN ((mpfr_prec_t) sh <= prec + 1);
73 && MPFR_UNLIKELY ((mpfr_prec_t) sh > prec))
82 /* sh is the number of bits that remain to be considered in {xp, xn} */
86 MPFR_ASSERTD (sh > 0 && sh < GMP_NUMB_BITS);
87 r = xp[0] >> (GMP_NUMB_BITS - sh);
91 /* Note: testing the condition sh > 0 is necessary to avoid
96 for (n = MPFR_LIMB_SIZE (x) - 1; n >= 0 && sh > 0; n--
    [all...]
get_uj.c 65 int sh, n; /* An int should be sufficient in this context. */ local
69 sh = MPFR_GET_EXP (x);
70 MPFR_ASSERTN ((mpfr_prec_t) sh <= prec);
73 sh -= GMP_NUMB_BITS;
74 r += (sh >= 0
75 ? (uintmax_t) xp[n] << sh
76 : (uintmax_t) xp[n] >> (- sh));
next.c 65 int sh; local
69 MPFR_UNSIGNED_MINUS_MODULO (sh, MPFR_PREC(x));
71 mpn_sub_1 (xp, xp, xn, MPFR_LIMB_ONE << sh);
99 int sh; local
103 MPFR_UNSIGNED_MINUS_MODULO (sh, MPFR_PREC(x));
105 if (MPFR_UNLIKELY (mpn_add_1 (xp, xp, xn, MPFR_LIMB_ONE << sh)))
  /src/external/bsd/atf/usr.bin/atf-sh/
Makefile 5 .PATH: ${SRCDIR}/atf-sh
9 PROG_CXX= atf-sh
10 SRCS= atf-sh.cpp
11 MAN= atf-sh.1 atf-sh-api.3
21 FILES+= libatf-sh.subr
22 FILESDIR_libatf-sh.subr= /usr/share/atf
24 FILES+= atf-sh.pc
25 FILESDIR_atf-sh.pc= /usr/lib/pkgconfig
27 realall: atf-sh.p
    [all...]
  /src/sys/arch/m68k/fpe/
fpu_int.c 46 int sh, clr, mask, i; local
60 sh = FP_NMANT - 1 - x->fp_exp;
61 if (sh <= 0) {
65 clr = 2 - sh / 32;
66 mask = (0xffffffff << (sh % 32));
  /src/usr.bin/chpass/
util.c 102 const char *sh; local
105 while ((sh = getusershell()) != NULL) {
106 if (!strcmp(name, sh))
109 if ((p = strrchr(sh, '/')) && strcmp(name, p + 1) == 0)
110 return (sh);
  /src/external/bsd/elftoolchain/dist/libdwarf/
libdwarf_elf_access.c 39 GElf_Shdr *sh; local
56 sh = &e->eo_shdr[ndx];
58 ret_section->addr = sh->sh_addr;
59 ret_section->size = sh->sh_size;
61 ret_section->name = elf_strptr(e->eo_elf, e->eo_strndx, sh->sh_name);
  /src/external/bsd/elftoolchain/dist/libelf/
gelf_shdr.c 62 void *sh; local
72 if ((sh = _libelf_getshdr(s, ELFCLASSNONE)) == NULL)
79 sh32 = (Elf32_Shdr *) sh;
92 sh64 = (Elf64_Shdr *) sh;
  /src/lib/libc/gen/
pw_scan.c 141 const char *p, *sh; local
220 if (root && *p) /* empty == /bin/sh */
222 if (!(sh = getusershell())) {
227 if (!strcmp(p, sh))
  /src/sys/arch/arm/fdt/
acpi_fdt.c 184 struct smb3hdr *sh = AcpiOsMapMemory(smbios_table, sizeof(*sh)); local
185 if (sh == NULL) {
189 ptr = AcpiOsMapMemory(sh->addr, sh->size);
191 smbios_entry.tabphys = sh->addr;
193 smbios_entry.len = sh->size;
194 smbios_entry.rev = sh->eprev;
195 smbios_entry.mjr = sh->majrev;
196 smbios_entry.min = sh->minrev
205 struct smbhdr *sh = AcpiOsMapMemory(smbios_table, sizeof(*sh)); local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_mqd_manager.c 107 int i, se, sh, cu = 0; local
115 for (sh = 0; sh < cu_info.num_shader_arrays_per_engine; sh++)
116 cu_per_se[se] += hweight32(cu_info.cu_bitmap[se % 4][sh + (se / 4)]);
  /src/sys/stand/efiboot/
smbios.c 97 const struct smbhdr *sh = (const struct smbhdr *)p; local
99 smbios_entry.addr = (void *)(uintptr_t)sh->addr;
100 smbios_entry.len = sh->size;
102 smbios_entry.mjr = sh->majrev;
103 smbios_entry.min = sh->minrev;
105 smbios_entry.count = sh->count;
111 const struct smb3hdr *sh = (const struct smb3hdr *)p; local
113 smbios_entry.addr = (void *)(uintptr_t)sh->addr;
114 smbios_entry.len = sh->size;
115 smbios_entry.rev = sh->eprev
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/des/
cfb_enc.c 42 unsigned int sh[4]; local
43 unsigned char *ovec = (unsigned char *)sh;
46 assert(sizeof(sh[0]) == 4); /* as this holds true for all, */
86 sh[0] = v0, sh[1] = v1, sh[2] = d0, sh[3] = d1;
94 v0 = sh[0], v1 = sh[1];
128 sh[0] = v0, sh[1] = v1, sh[2] = d0, sh[3] = d1
    [all...]

Completed in 25 milliseconds

1 2 3 4 5 6 7 8 91011>>