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

1 2

  /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...]
  /external/clang/test/CodeGenCXX/
function-template-specialization.cpp 10 void test(int *iptr, float *fptr, int diff) {
12 iptr = next(iptr, diff);
21 void test2(int *iptr, double *dptr, int diff) {
22 iptr = next(iptr, diff);
  /bionic/libm/upstream-freebsd/lib/msun/src/
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;
59 *iptr = x;
62 *iptr = x*one
    [all...]
s_modff.c 25 modff(float x, float *iptr)
33 SET_FLOAT_WORD(*iptr,i0&0x80000000); /* *iptr = +-0 */
39 *iptr = x;
44 SET_FLOAT_WORD(*iptr,i0&(~i));
45 return x - *iptr;
50 *iptr = x*one;
s_modfl.c 58 modfl(long double x, long double *iptr)
67 *iptr = zero[ux.bits.sign];
72 *iptr = x;
79 *iptr = ux.e;
84 *iptr = x;
91 *iptr = x;
97 *iptr = ux.e;
  /external/clang/test/Sema/
attr-malloc.c 14 typedef int * iptr; typedef
15 iptr returns_iptr (void) __attribute((malloc)); // no-warning
  /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...]
  /external/clang/test/SemaCXX/
warn-bad-memaccess.cpp 96 int i, *iptr; local
101 memset(&iptr, 0, sizeof iptr);
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1.cpp 93 int* iptr = &i; member in namespace:bad_args
94 X0<iptr> x0b; // expected-error{{non-type template argument for template parameter of pointer type 'int *' must have its address taken}}
  /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 349 const spx_word16_t *iptr = & in[last_sample]; local
355 accum[0] += sinc[j]*iptr[j];
356 accum[1] += sinc[j+1]*iptr[j+1];
357 accum[2] += sinc[j+2]*iptr[j+2];
358 accum[3] += sinc[j+3]*iptr[j+3];
363 sum = inner_product_single(sinc, iptr, N);
401 const spx_word16_t *iptr = & in[last_sample]; local
407 accum[0] += sinc[j]*iptr[j];
408 accum[1] += sinc[j+1]*iptr[j+1];
409 accum[2] += sinc[j+2]*iptr[j+2]
448 const spx_word16_t *iptr = & in[last_sample]; local
511 const spx_word16_t *iptr = & in[last_sample]; local
    [all...]
  /hardware/libhardware_legacy/wifi/
wifi.c 388 char *iptr = sptr + strlen("ctrl_interface="); local
392 if (strncmp(ifc, iptr, mlen) != 0) {
394 while (((ilen + (iptr - pbuf)) < nread) && (iptr[ilen] != '\n'))
397 memmove(iptr + mlen, iptr + ilen + 1, nread - (iptr + ilen + 1 - pbuf));
398 memset(iptr, '\n', mlen);
399 memcpy(iptr, ifc, strlen(ifc));
  /external/openssh/openbsd-compat/
bsd-snprintf.c 635 static double my_modf(double x0, double *iptr)
654 (*iptr) = 0;
663 (*iptr) = l*f + i2;
667 (*iptr) = l;
668 return x - (*iptr);
  /external/bison/darwin-lib/
math.h     [all...]
  /external/bison/lib/
math.in.h     [all...]
  /external/bison/linux-lib/
math.h     [all...]
  /external/openssl/crypto/asn1/
asn1.h 381 * ASN1_ITEM_EXP *iptr;
391 * const ASN1_ITEM *it = ASN1_ITEM_ptr(somevar.iptr);
405 #define ASN1_ITEM_ptr(iptr) (iptr)
408 #define ASN1_ITEM_ref(iptr) (&(iptr##_it))
425 #define ASN1_ITEM_ptr(iptr) (iptr())
428 #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 381 * ASN1_ITEM_EXP *iptr;
391 * const ASN1_ITEM *it = ASN1_ITEM_ptr(somevar.iptr);
405 #define ASN1_ITEM_ptr(iptr) (iptr)
408 #define ASN1_ITEM_ref(iptr) (&(iptr##_it))
425 #define ASN1_ITEM_ptr(iptr) (iptr())
428 #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/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 135 const int* iptr = (const int*)&x; local
136 return (((*iptr) & 0x7f800000) >> 23) - 127;
  /frameworks/rs/scriptc/
rs_cl.rsh 453 * @param iptr iptr[0] will be set to the floor of the input value.
456 _RS_RUNTIME float __attribute__((overloadable)) fract(float v, float *iptr);
485 * Return the mantissa and place the exponent into iptr[0]
488 * @param iptr Must have the same vector size as v.
490 extern float __attribute__((overloadable)) frexp(float v, int *iptr);
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 453 * @param iptr iptr[0] will be set to the floor of the input value.
456 _RS_RUNTIME float __attribute__((overloadable)) fract(float v, float *iptr);
485 * Return the mantissa and place the exponent into iptr[0]
488 * @param iptr Must have the same vector size as v.
490 extern float __attribute__((overloadable)) frexp(float v, int *iptr);
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_cl.c 442 extern float __attribute__((overloadable)) fract(float v, float *iptr) {
444 if (iptr) {
445 iptr[0] = i;
    [all...]

Completed in 818 milliseconds

1 2