| /src/lib/libc/gen/ |
| Lint_modf.c | 12 modf(double value, double *iptr)
|
| /src/lib/libm/src/ |
| s_modff.c | 27 modff(float x, float *iptr) 35 SET_FLOAT_WORD(*iptr,i0&0x80000000); /* *iptr = +-0 */ 41 *iptr = x; 46 SET_FLOAT_WORD(*iptr,i0&(~i)); 47 return x - *iptr; 52 *iptr = x*one;
|
| s_modf.c | 19 * modf(double x, double *iptr) 20 * return fraction part of x, and return x's integral part in *iptr. 39 modf(double x, double *iptr) 47 INSERT_WORDS(*iptr,i0&0x80000000,0); /* *iptr = +-0 */ 53 *iptr = x; 58 INSERT_WORDS(*iptr,i0&(~i),0); 59 return x - *iptr; 64 *iptr = x*one; 74 *iptr = x [all...] |
| s_modfl.c | 67 modfl(long double x, long double *iptr) 74 *iptr = zero[ux.extu_sign]; 79 *iptr = x; 86 *iptr = ux.extu_ld; 91 *iptr = x; 98 *iptr = x; 104 *iptr = ux.extu_ld;
|
| /src/external/gpl3/gcc/dist/libgcc/config/pa/ |
| fptr.c | 83 unsigned int *got, *iptr, reloc_offset; local 125 iptr = (unsigned int *) (got[-2] + fixup_branch_offset[i]); 126 if ((*iptr & 0xfc00e000) == 0xe8000000) 135 iptr += SIGN_EXTEND (GET_FIELD (*iptr, 19, 28) | 136 GET_FIELD (*iptr, 29, 29) << 10 | 137 GET_FIELD (*iptr, 11, 15) << 11 | 138 GET_FIELD (*iptr, 31, 31) << 16, 17); 141 fixup_plabel[0] = (unsigned int) iptr + 8; /* address of fixup */
|
| /src/external/gpl3/gcc/dist/libquadmath/math/ |
| modfq.c | 21 * modfq(long double x, long double *iptr) 22 * return fraction part of x, and return x's integral part in *iptr. 34 __float128 modfq(__float128 x, __float128 *iptr) 42 /* *iptr = +-0 */ 43 SET_FLT128_WORDS64(*iptr,i0&0x8000000000000000ULL,0); 48 *iptr = x; 53 SET_FLT128_WORDS64(*iptr,i0&(~i),0); 54 return x - *iptr; 58 *iptr = x*one; 68 *iptr = x [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/pa/ |
| fptr.c | 83 unsigned int *got, *iptr, reloc_offset; local 125 iptr = (unsigned int *) (got[-2] + fixup_branch_offset[i]); 126 if ((*iptr & 0xfc00e000) == 0xe8000000) 135 iptr += SIGN_EXTEND (GET_FIELD (*iptr, 19, 28) | 136 GET_FIELD (*iptr, 29, 29) << 10 | 137 GET_FIELD (*iptr, 11, 15) << 11 | 138 GET_FIELD (*iptr, 31, 31) << 16, 17); 141 fixup_plabel[0] = (unsigned int) iptr + 8; /* address of fixup */
|
| /src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| modfq.c | 21 * modfq(long double x, long double *iptr) 22 * return fraction part of x, and return x's integral part in *iptr. 34 __float128 modfq(__float128 x, __float128 *iptr) 42 /* *iptr = +-0 */ 43 SET_FLT128_WORDS64(*iptr,i0&0x8000000000000000ULL,0); 48 *iptr = x; 53 SET_FLT128_WORDS64(*iptr,i0&(~i),0); 54 return x - *iptr; 58 *iptr = x*one; 68 *iptr = x [all...] |
| /src/lib/libc/compat/gen/ |
| compat_modf_ieee754.c | 36 * double modf(double val, double *iptr) 43 modf(double val, double *iptr) 53 *iptr = u.dblu_d; 62 *iptr = u.dblu_d; 75 *iptr = v.dblu_d; 97 *iptr = v.dblu_d;
|
| /src/external/bsd/am-utils/dist/fsinfo/ |
| fsinfo.c | 88 char *iptr = idvbuf; local 157 /* sizeof(iptr) is actually that of idvbuf. See declaration above */ 158 xsnprintf(iptr, sizeof(idvbuf), "-%c%s ", ch, optarg); 159 iptr += strlen(iptr);
|
| /src/external/bsd/openldap/dist/libraries/liblmdb/ |
| mdb_stat.c | 161 size_t pages = 0, *iptr; local 177 iptr = data.mv_data; 178 pages += *iptr; 183 j = *iptr++; 185 pg = iptr[i]; 190 for (; i >= span && iptr[i-span] == pg; span++, pg++) ; 196 pg = iptr[j]; 197 for (span=1; --j >= 0 && iptr[j] == pg+span; span++) ;
|
| /src/sys/arch/evbppc/nintendo/dev/ |
| si.c | 261 uint8_t *iptr = (uint8_t *)inbuf; local 273 optr[off] |= GCPAD_X(iptr) ? 0x01 : 0; 274 optr[off] |= GCPAD_A(iptr) ? 0x02 : 0; 275 optr[off] |= GCPAD_B(iptr) ? 0x04 : 0; 276 optr[off] |= GCPAD_Y(iptr) ? 0x08 : 0; 277 optr[off] |= GCPAD_LCLICK(iptr) ? 0x10 : 0; 278 optr[off] |= GCPAD_RCLICK(iptr) ? 0x20 : 0; 279 optr[off] |= GCPAD_Z(iptr) ? 0x80 : 0; 283 optr[off] |= GCPAD_START(iptr) ? 0x02 : 0; 284 optr[off] |= GCPAD_UP(iptr) ? 0x10 : 0 [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
| math_stubs_float.cc | 175 modff(float x, float *iptr) 180 *iptr = (float) temp;
|
| math_stubs_long_double.cc | 175 modfl(long double x, long double *iptr) 180 *iptr = temp;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
| math_stubs_float.cc | 175 modff(float x, float *iptr) 180 *iptr = (float) temp;
|
| math_stubs_long_double.cc | 175 modfl(long double x, long double *iptr) 180 *iptr = temp;
|
| /src/sys/arch/arm/iomd/ |
| iomd_irqhandler.c | 181 char *iptr = _intrnames + (irq * 14); local 183 strlcpy(iptr, handler->ih_name, 14); 185 snprintf(iptr, 14, "irq %2d ", irq); 291 char *iptr = _intrnames + (irq * 14); local 293 strlcpy(iptr, irqhandlers[irq]->ih_name, 14); 295 snprintf(iptr, 14, "irq %2d ", irq);
|
| /src/games/hunt/hunt/ |
| playit.c | 73 static unsigned char ibuf[256], *iptr = ibuf; variable 75 #define GETCHR() (--icnt < 0 ? getchr() : *iptr++) 230 iptr = ibuf; 232 return *iptr++;
|
| /src/usr.bin/fsplit/ |
| fsplit.c | 337 char line[LINESIZE], *iptr = line; local 356 *iptr = tolower((unsigned char)*p); 357 iptr++; 360 *iptr = '\n';
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| pj-dis.c | 31 get_int (bfd_vma memaddr, int *iptr, struct disassemble_info *info) 36 *iptr = (((unsigned) ival[0] << 24)
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| pj-dis.c | 31 get_int (bfd_vma memaddr, int *iptr, struct disassemble_info *info) 36 *iptr = (((unsigned) ival[0] << 24)
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| pj-dis.c | 31 get_int (bfd_vma memaddr, int *iptr, struct disassemble_info *info) 36 *iptr = (((unsigned) ival[0] << 24)
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| pj-dis.c | 31 get_int (bfd_vma memaddr, int *iptr, struct disassemble_info *info) 36 *iptr = (((unsigned) ival[0] << 24)
|
| /src/sys/ufs/ext2fs/ |
| ext2fs_vfsops.c | 172 const char *iptr = ondisk; local 177 for (int i = 0; i < lim; i++, optr++, iptr += sh) { 178 memcpy(optr, iptr, sizeof(*optr)); 181 for (int i = 0; i < lim; i++, optr++, iptr += sh) { 182 memcpy(optr, iptr, E2FS_REV0_GD_SIZE); 199 const struct ext2_gd *iptr = inmemory; local 204 for (int i = 0; i < lim; i++, iptr++, optr += sh) { 205 memcpy(optr, iptr, sizeof(*iptr)); 206 memset(optr + sizeof(*iptr), 0, sh - sizeof(*iptr)) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| asn1.h | 297 * ASN1_ITEM_EXP *iptr; 307 * const ASN1_ITEM *it = ASN1_ITEM_ptr(somevar.iptr); 321 # define ASN1_ITEM_ptr(iptr) (iptr) 324 # define ASN1_ITEM_ref(iptr) (&(iptr##_it)) 342 # define ASN1_ITEM_ptr(iptr) (iptr()) 345 # define ASN1_ITEM_ref(iptr) (iptr##_it [all...] |