HomeSort by relevance Sort by last modified time
    Searched refs:iptr (Results 1 - 23 of 23) sorted by null

  /external/fdlibm/
s_modf.c 15 * ieee_modf(double x, double *iptr)
16 * return fraction part of x, and return x's integral part in *iptr.
33 double ieee_modf(double x, double *iptr)
35 double ieee_modf(x, iptr)
36 double x,*iptr;
46 __HIp(iptr) = i0&0x80000000;
47 __LOp(iptr) = 0; /* *iptr = +-0 */
52 *iptr = x;
57 __HIp(iptr) = i0&(~i)
    [all...]
  /bionic/libm/src/
s_modff.c 26 modff(float x, float *iptr)
34 SET_FLOAT_WORD(*iptr,i0&0x80000000); /* *iptr = +-0 */
40 *iptr = x;
45 SET_FLOAT_WORD(*iptr,i0&(~i));
46 return x - *iptr;
51 *iptr = x*one;
s_modf.c 18 * modf(double x, double *iptr)
19 * return fraction part of x, and return x's integral part in *iptr.
33 modf(double x, double *iptr)
41 INSERT_WORDS(*iptr,i0&0x80000000,0); /* *iptr = +-0 */
47 *iptr = x;
52 INSERT_WORDS(*iptr,i0&(~i),0);
53 return x - *iptr;
58 *iptr = x*one;
66 *iptr = x
    [all...]
  /external/ppp/pppd/plugins/radius/
config.c 65 int *iptr; local
72 if ((iptr = (int *) malloc(sizeof(iptr))) == NULL) {
77 *iptr = atoi(p);
78 option->val = (void *) iptr;
135 int *iptr; local
142 if ((iptr = (int *) malloc(sizeof(iptr))) == NULL) {
147 *iptr = 0;
151 *iptr = AUTH_LOCAL_FST
    [all...]
  /hardware/ti/wlan/lib/
shlist.c 133 SHLIST *item, *iptr; local
142 for(iptr=head->next;( iptr != head );iptr=iptr->next)
143 if( func( val, iptr->data, etal ) )
145 item->next = iptr;
146 item->prev = iptr->prev;
147 (iptr->prev)->next = item;
148 iptr->prev = item
    [all...]
  /system/wlan/ti/lib/
shlist.c 133 SHLIST *item, *iptr; local
142 for(iptr=head->next;( iptr != head );iptr=iptr->next)
143 if( func( val, iptr->data, etal ) )
145 item->next = iptr;
146 item->prev = iptr->prev;
147 (iptr->prev)->next = item;
148 iptr->prev = item
    [all...]
  /external/speex/libspeex/
fftwrap.c 209 float *iptr = t->in; local
213 iptr[i]=in[i] * m;
227 float *iptr = t->in; local
230 iptr[0] = in[0];
231 iptr[1] = 0.0f;
233 iptr[i+1] = in[i];
234 iptr[N+1] = 0.0f;
resample.c 345 const spx_word16_t *iptr = & in[last_sample]; local
351 accum[0] += sinc[j]*iptr[j];
352 accum[1] += sinc[j+1]*iptr[j+1];
353 accum[2] += sinc[j+2]*iptr[j+2];
354 accum[3] += sinc[j+3]*iptr[j+3];
358 sum = inner_product_single(sinc, iptr, N);
396 const spx_word16_t *iptr = & in[last_sample]; local
402 accum[0] += sinc[j]*iptr[j];
403 accum[1] += sinc[j+1]*iptr[j+1];
404 accum[2] += sinc[j+2]*iptr[j+2]
443 const spx_word16_t *iptr = & in[last_sample]; local
505 const spx_word16_t *iptr = & in[last_sample]; local
    [all...]
  /external/openssl/crypto/asn1/
asn1.h 382 * ASN1_ITEM_EXP *iptr;
392 * const ASN1_ITEM *it = ASN1_ITEM_ptr(somevar.iptr);
406 #define ASN1_ITEM_ptr(iptr) (iptr)
409 #define ASN1_ITEM_ref(iptr) (&(iptr##_it))
426 #define ASN1_ITEM_ptr(iptr) (iptr())
429 #define ASN1_ITEM_ref(iptr) (iptr##_it
    [all...]
asn1t.h 80 #define ASN1_ADB_ptr(iptr) ((const ASN1_ADB *)(iptr))
94 #define ASN1_ADB_ptr(iptr) ((const ASN1_ADB *)(iptr()))
  /external/openssl/include/openssl/
asn1.h 382 * ASN1_ITEM_EXP *iptr;
392 * const ASN1_ITEM *it = ASN1_ITEM_ptr(somevar.iptr);
406 #define ASN1_ITEM_ptr(iptr) (iptr)
409 #define ASN1_ITEM_ref(iptr) (&(iptr##_it))
426 #define ASN1_ITEM_ptr(iptr) (iptr())
429 #define ASN1_ITEM_ref(iptr) (iptr##_it
    [all...]
asn1t.h 80 #define ASN1_ADB_ptr(iptr) ((const ASN1_ADB *)(iptr))
94 #define ASN1_ADB_ptr(iptr) ((const ASN1_ADB *)(iptr()))
  /external/webkit/JavaScriptCore/pcre/
pcre_exec.cpp 2010 int* iptr = matchBlock.offsetVector + ocount; local
2052 int* iptr = matchBlock.offsetVector; local
    [all...]
  /external/jpeg/
configure     [all...]
  /external/yaffs2/yaffs2/
yaffs_fs.c 92 #define yaffs_InodeToObject(iptr) ((yaffs_Object *)((iptr)->u.generic_ip))
    [all...]
  /external/clearsilver/
configure     [all...]
  /external/genext2fs/
configure     [all...]
  /external/libpng/
configure     [all...]
  /external/strace/
configure     [all...]
  /external/dropbear/
configure     [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/expat/
configure     [all...]
  /external/chromium/third_party/libevent/
configure     [all...]

Completed in 328 milliseconds