Home
last modified time | relevance | path

Searched refs:iptr (Results 1 – 25 of 118) sorted by relevance

12345

/netbsd-src/external/gpl3/gcc/dist/libquadmath/math/
H A Dmodfq.c34 __float128 modfq(__float128 x, __float128 *iptr) in modfq() argument
43 SET_FLT128_WORDS64(*iptr,i0&0x8000000000000000ULL,0); in modfq()
48 *iptr = x; in modfq()
53 SET_FLT128_WORDS64(*iptr,i0&(~i),0); in modfq()
54 return x - *iptr; in modfq()
58 *iptr = x*one; in modfq()
68 *iptr = x; in modfq()
73 SET_FLT128_WORDS64(*iptr,i0,i1&(~i)); in modfq()
74 return x - *iptr; in modfq()
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dmodfq.c34 __float128 modfq(__float128 x, __float128 *iptr) in modfq() argument
43 SET_FLT128_WORDS64(*iptr,i0&0x8000000000000000ULL,0); in modfq()
48 *iptr = x; in modfq()
53 SET_FLT128_WORDS64(*iptr,i0&(~i),0); in modfq()
54 return x - *iptr; in modfq()
58 *iptr = x*one; in modfq()
68 *iptr = x; in modfq()
73 SET_FLT128_WORDS64(*iptr,i0,i1&(~i)); in modfq()
74 return x - *iptr; in modfq()
/netbsd-src/lib/libm/src/
H A Ds_modf.c39 modf(double x, double *iptr) in __strong_alias()
47 INSERT_WORDS(*iptr,i0&0x80000000,0); /* *iptr = +-0 */ in __strong_alias()
53 *iptr = x; in __strong_alias()
58 INSERT_WORDS(*iptr,i0&(~i),0); in __strong_alias()
59 return x - *iptr; in __strong_alias()
64 *iptr = x*one; in __strong_alias()
74 *iptr = x; in __strong_alias()
79 INSERT_WORDS(*iptr,i0,i1&(~i)); in __strong_alias()
80 return x - *iptr; in __strong_alias()
H A Ds_modfl.c67 modfl(long double x, long double *iptr) in modfl() argument
74 *iptr = zero[ux.extu_sign]; in modfl()
79 *iptr = x; in modfl()
86 *iptr = ux.extu_ld; in modfl()
91 *iptr = x; in modfl()
98 *iptr = x; in modfl()
104 *iptr = ux.extu_ld; in modfl()
H A Ds_modff.c27 modff(float x, float *iptr) in modff() argument
35 SET_FLOAT_WORD(*iptr,i0&0x80000000); /* *iptr = +-0 */ in modff()
41 *iptr = x; in modff()
46 SET_FLOAT_WORD(*iptr,i0&(~i)); in modff()
47 return x - *iptr; in modff()
52 *iptr = x*one; in modff()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/pa/
H A Dfptr.c83 unsigned int *got, *iptr, reloc_offset; in __canonicalize_funcptr_for_compare() local
125 iptr = (unsigned int *) (got[-2] + fixup_branch_offset[i]); in __canonicalize_funcptr_for_compare()
126 if ((*iptr & 0xfc00e000) == 0xe8000000) in __canonicalize_funcptr_for_compare()
135 iptr += SIGN_EXTEND (GET_FIELD (*iptr, 19, 28) | in __canonicalize_funcptr_for_compare()
136 GET_FIELD (*iptr, 29, 29) << 10 | in __canonicalize_funcptr_for_compare()
137 GET_FIELD (*iptr, 11, 15) << 11 | in __canonicalize_funcptr_for_compare()
138 GET_FIELD (*iptr, 31, 31) << 16, 17); in __canonicalize_funcptr_for_compare()
141 fixup_plabel[0] = (unsigned int) iptr + 8; /* address of fixup */ in __canonicalize_funcptr_for_compare()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/pa/
H A Dfptr.c83 unsigned int *got, *iptr, reloc_offset; in __canonicalize_funcptr_for_compare() local
125 iptr = (unsigned int *) (got[-2] + fixup_branch_offset[i]); in __canonicalize_funcptr_for_compare()
126 if ((*iptr & 0xfc00e000) == 0xe8000000) in __canonicalize_funcptr_for_compare()
135 iptr += SIGN_EXTEND (GET_FIELD (*iptr, 19, 28) | in __canonicalize_funcptr_for_compare()
136 GET_FIELD (*iptr, 29, 29) << 10 | in __canonicalize_funcptr_for_compare()
137 GET_FIELD (*iptr, 11, 15) << 11 | in __canonicalize_funcptr_for_compare()
138 GET_FIELD (*iptr, 31, 31) << 16, 17); in __canonicalize_funcptr_for_compare()
141 fixup_plabel[0] = (unsigned int) iptr + 8; /* address of fixup */ in __canonicalize_funcptr_for_compare()
/netbsd-src/lib/libc/compat/gen/
H A Dcompat_modf_ieee754.c43 modf(double val, double *iptr) in modf() argument
53 *iptr = u.dblu_d; in modf()
62 *iptr = u.dblu_d; in modf()
75 *iptr = v.dblu_d; in modf()
97 *iptr = v.dblu_d; in modf()
/netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmdb_stat.c161 size_t pages = 0, *iptr; in main() local
177 iptr = data.mv_data; in main()
178 pages += *iptr; in main()
183 j = *iptr++; in main()
185 pg = iptr[i]; in main()
190 for (; i >= span && iptr[i-span] == pg; span++, pg++) ; in main()
196 pg = iptr[j]; in main()
197 for (span=1; --j >= 0 && iptr[j] == pg+span; span++) ; in main()
/netbsd-src/sys/arch/arm/iomd/
H A Diomd_irqhandler.c181 char *iptr = _intrnames + (irq * 14); in irq_claim() local
183 strlcpy(iptr, handler->ih_name, 14); in irq_claim()
185 snprintf(iptr, 14, "irq %2d ", irq); in irq_claim()
291 char *iptr = _intrnames + (irq * 14); in irq_release() local
293 strlcpy(iptr, irqhandlers[irq]->ih_name, 14); in irq_release()
295 snprintf(iptr, 14, "irq %2d ", irq); in irq_release()
/netbsd-src/external/bsd/am-utils/dist/fsinfo/
H A Dfsinfo.c88 char *iptr = idvbuf; in fsi_get_args() local
158 xsnprintf(iptr, sizeof(idvbuf), "-%c%s ", ch, optarg); in fsi_get_args()
159 iptr += strlen(iptr); in fsi_get_args()
/netbsd-src/lib/libc/gen/
H A DLint_modf.c12 modf(double value, double *iptr) in modf() argument
/netbsd-src/games/hunt/hunt/
H A Dplayit.c73 static unsigned char ibuf[256], *iptr = ibuf; variable
75 #define GETCHR() (--icnt < 0 ? getchr() : *iptr++)
230 iptr = ibuf; in getchr()
232 return *iptr++; in getchr()
/netbsd-src/usr.bin/fsplit/
H A Dfsplit.c337 char line[LINESIZE], *iptr = line; in lname() local
356 *iptr = tolower((unsigned char)*p); in lname()
357 iptr++; in lname()
360 *iptr = '\n'; in lname()
/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_vfsops.c172 const char *iptr = ondisk; in e2fs_cgload() local
177 for (int i = 0; i < lim; i++, optr++, iptr += sh) { in e2fs_cgload()
178 memcpy(optr, iptr, sizeof(*optr)); in e2fs_cgload()
181 for (int i = 0; i < lim; i++, optr++, iptr += sh) { in e2fs_cgload()
182 memcpy(optr, iptr, E2FS_REV0_GD_SIZE); in e2fs_cgload()
199 const struct ext2_gd *iptr = inmemory; in e2fs_cgsave() local
204 for (int i = 0; i < lim; i++, iptr++, optr += sh) { in e2fs_cgsave()
205 memcpy(optr, iptr, sizeof(*iptr)); in e2fs_cgsave()
206 memset(optr + sizeof(*iptr), in e2fs_cgsave()
[all...]
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dasn1.h321 # define ASN1_ITEM_ptr(iptr) (iptr) argument
324 # define ASN1_ITEM_ref(iptr) (&(iptr##_it)) argument
342 # define ASN1_ITEM_ptr(iptr) (iptr()) argument
345 # define ASN1_ITEM_ref(iptr) (iptr##_it) argument
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dmath_stubs_long_double.cc175 modfl(long double x, long double *iptr) in modfl() argument
180 *iptr = temp; in modfl()
H A Dmath_stubs_float.cc175 modff(float x, float *iptr) in modff() argument
180 *iptr = (float) temp; in modff()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dmath_stubs_float.cc175 modff(float x, float *iptr) in modff() argument
180 *iptr = (float) temp; in modff()
H A Dmath_stubs_long_double.cc175 modfl(long double x, long double *iptr) in modfl() argument
180 *iptr = temp; in modfl()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dmath.d1831 pure double modf(double value, double* iptr); in version()
1833 pure float modff(float value, float* iptr); in version()
1835 extern(D) pure real modfl()(real value, real* iptr) in version()
1839 *iptr = i; in version()
2238 pure double modf(double value, double* iptr); in version()
2240 pure float modff(float value, float* iptr); in version()
2242 pure real modfl(real value, real *iptr); // since 8.0 in version()
2496 pure real modfl(real value, real *iptr); in version()
2740 pure double modf(double value, double* iptr); in version()
2742 pure float modff(float value, float* iptr); in version()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dpj-dis.c31 get_int (bfd_vma memaddr, int *iptr, struct disassemble_info *info) in get_int() argument
36 *iptr = (((unsigned) ival[0] << 24) in get_int()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dpj-dis.c31 get_int (bfd_vma memaddr, int *iptr, struct disassemble_info *info) in get_int() argument
36 *iptr = (((unsigned) ival[0] << 24) in get_int()
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sh3el/gnulib/import/
H A Dmath.h2328 _GL_FUNCDECL_RPL (modff, float, (float x, float *iptr) _GL_ARG_NONNULL ((2)));
2329 _GL_CXXALIAS_RPL (modff, float, (float x, float *iptr));
2333 _GL_FUNCDECL_SYS (modff, float, (float x, float *iptr) _GL_ARG_NONNULL ((2)));
2335 _GL_CXXALIAS_SYS (modff, float, (float x, float *iptr));
2352 _GL_FUNCDECL_RPL (modf, double, (double x, double *iptr) _GL_ARG_NONNULL ((2)));
2353 _GL_CXXALIAS_RPL (modf, double, (double x, double *iptr));
2355 _GL_CXXALIAS_SYS (modf, double, (double x, double *iptr));
2358 _GL_CXXALIASWARN1 (modf, double, (double x, double *iptr));
2374 _GL_FUNCDECL_RPL (modfl, long double, (long double x, long double *iptr)
2376 _GL_CXXALIAS_RPL (modfl, long double, (long double x, long double *iptr));
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
H A Dmath.h2328 _GL_FUNCDECL_RPL (modff, float, (float x, float *iptr) _GL_ARG_NONNULL ((2)));
2329 _GL_CXXALIAS_RPL (modff, float, (float x, float *iptr));
2333 _GL_FUNCDECL_SYS (modff, float, (float x, float *iptr) _GL_ARG_NONNULL ((2)));
2335 _GL_CXXALIAS_SYS (modff, float, (float x, float *iptr));
2352 _GL_FUNCDECL_RPL (modf, double, (double x, double *iptr) _GL_ARG_NONNULL ((2)));
2353 _GL_CXXALIAS_RPL (modf, double, (double x, double *iptr));
2355 _GL_CXXALIAS_SYS (modf, double, (double x, double *iptr));
2358 _GL_CXXALIASWARN1 (modf, double, (double x, double *iptr));
2374 _GL_FUNCDECL_RPL (modfl, long double, (long double x, long double *iptr)
2376 _GL_CXXALIAS_RPL (modfl, long double, (long double x, long double *iptr));
[all …]

12345