Searched refs:gin (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/jemalloc/dist/test/include/test/
H A Dmath.h46 double acu, factor, oflo, gin, term, rn, a, b, an, dif; local
59 gin = 0.0;
64 gin = 1.0;
71 gin += term;
73 gin *= factor / p;
74 return gin;
86 gin = pn[2] / pn[3];
98 dif = fabs(gin - rn);
100 gin = 1.0 - factor * gin;
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/kadmin/
H A Drpc.c753 gss_buffer_desc gin, gout; local
864 gin.value = headercopy.data;
865 gin.length = headercopy.length;
869 maj_stat = gss_verify_mic(&min_stat, gctx.ctx, &gin, &gout, NULL);
888 gin.value = data.data;
889 gin.length = data.length;
891 maj_stat = gss_unwrap(&min_stat, gctx.ctx, &gin, &gout,
945 gin.value = in.data;
946 gin.length = in.length;
953 &gin,
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf64-alpha.c2147 struct alpha_elf_got_entry *gi, *gs, *gin, *gsh;
2150 for (gi = hi->got_entries; gi ; gi = gin)
2152 gin = gi->next;
2139 struct alpha_elf_got_entry *gi, *gs, *gin, *gsh; local
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf64-alpha.c2153 struct alpha_elf_got_entry *gi, *gs, *gin, *gsh;
2156 for (gi = hi->got_entries; gi ; gi = gin)
2158 gin = gi->next;
2145 struct alpha_elf_got_entry *gi, *gs, *gin, *gsh; local
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf64-alpha.c2148 struct alpha_elf_got_entry *gi, *gs, *gin, *gsh;
2151 for (gi = hi->got_entries; gi ; gi = gin)
2153 gin = gi->next;
2140 struct alpha_elf_got_entry *gi, *gs, *gin, *gsh; local
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf64-alpha.c2153 struct alpha_elf_got_entry *gi, *gs, *gin, *gsh;
2156 for (gi = hi->got_entries; gi ; gi = gin)
2158 gin = gi->next;
2145 struct alpha_elf_got_entry *gi, *gs, *gin, *gsh; local

Completed in 129 milliseconds