Home
last modified time | relevance | path

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

123

/external/fdlibm/
Ds_modf.c33 double ieee_modf(double x, double *iptr) in ieee_modf() argument
35 double ieee_modf(x, iptr) in ieee_modf()
36 double x,*iptr; in ieee_modf()
46 __HIp(iptr) = i0&0x80000000;
47 __LOp(iptr) = 0; /* *iptr = +-0 */
52 *iptr = x;
57 __HIp(iptr) = i0&(~i);
58 __LOp(iptr) = 0;
59 return x - *iptr;
63 *iptr = x*one;
[all …]
/external/clang/test/CodeGen/
DPR8880.c3 void pr8880_cg_1(int *iptr) { in pr8880_cg_1() argument
16 *iptr = 7; in pr8880_cg_1()
33 void pr8880_cg_2(int *iptr) { in pr8880_cg_2() argument
46 *iptr = 7; in pr8880_cg_2()
63 void pr8880_cg_3(int *iptr) { in pr8880_cg_3() argument
80 *iptr = 7; in pr8880_cg_3()
94 void pr8880_cg_4(int *iptr) { in pr8880_cg_4() argument
111 *iptr = 7; in pr8880_cg_4()
125 void pr8880_cg_5(int x, int *iptr) { in pr8880_cg_5() argument
139 *iptr = 7; in pr8880_cg_5()
[all …]
/external/ppp/pppd/plugins/radius/
Dconfig.c65 int *iptr; in set_option_int() local
72 if ((iptr = (int *) malloc(sizeof(iptr))) == NULL) { in set_option_int()
77 *iptr = atoi(p); in set_option_int()
78 option->val = (void *) iptr; in set_option_int()
135 int *iptr; in set_option_auo() local
142 if ((iptr = (int *) malloc(sizeof(iptr))) == NULL) { in set_option_auo()
147 *iptr = 0; in set_option_auo()
151 *iptr = AUTH_LOCAL_FST; in set_option_auo()
153 *iptr = AUTH_RADIUS_FST; in set_option_auo()
162 if ((*iptr & AUTH_RADIUS_FST) && !strcmp(p, "local")) in set_option_auo()
[all …]
/external/clang/test/CodeGenCXX/
Dfunction-template-specialization.cpp10 void test(int *iptr, float *fptr, int diff) { in test() argument
12 iptr = next(iptr, diff); in test()
21 void test2(int *iptr, double *dptr, int diff) { in test2() argument
22 iptr = next(iptr, diff); in test2()
/external/llvm/test/CodeGen/SystemZ/
Dfp-move-02.ll9 @iptr = external global i64
166 store i64 %or9, i64 *@iptr
177 ; CHECK: iptr
184 %int0 = load volatile i64 *@iptr
187 %int1 = load volatile i64 *@iptr
190 %int2 = load volatile i64 *@iptr
193 %int3 = load volatile i64 *@iptr
196 %int4 = load volatile i64 *@iptr
199 %int5 = load volatile i64 *@iptr
202 %int6 = load volatile i64 *@iptr
[all …]
/external/clang/test/Sema/
Dattr-malloc.c14 typedef int * iptr; typedef
15 iptr returns_iptr (void) __attribute((malloc)); // no-warning
/external/speex/libspeex/
Dfftwrap.c209 float *iptr = t->in; in spx_fft() local
213 iptr[i]=in[i] * m; in spx_fft()
227 float *iptr = t->in; in spx_ifft() local
230 iptr[0] = in[0]; in spx_ifft()
231 iptr[1] = 0.0f; in spx_ifft()
233 iptr[i+1] = in[i]; in spx_ifft()
234 iptr[N+1] = 0.0f; in spx_ifft()
Dresample.c349 const spx_word16_t *iptr = & in[last_sample]; in resampler_basic_direct_single() local
355 accum[0] += sinc[j]*iptr[j]; in resampler_basic_direct_single()
356 accum[1] += sinc[j+1]*iptr[j+1]; in resampler_basic_direct_single()
357 accum[2] += sinc[j+2]*iptr[j+2]; in resampler_basic_direct_single()
358 accum[3] += sinc[j+3]*iptr[j+3]; in resampler_basic_direct_single()
363 sum = inner_product_single(sinc, iptr, N); in resampler_basic_direct_single()
401 const spx_word16_t *iptr = & in[last_sample]; in resampler_basic_direct_double() local
407 accum[0] += sinc[j]*iptr[j]; in resampler_basic_direct_double()
408 accum[1] += sinc[j+1]*iptr[j+1]; in resampler_basic_direct_double()
409 accum[2] += sinc[j+2]*iptr[j+2]; in resampler_basic_direct_double()
[all …]
/external/clang/test/SemaCXX/
Dwarn-bad-memaccess.cpp111 int i, *iptr; in test_nowarn() local
116 memset(&iptr, 0, sizeof iptr); in test_nowarn()
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
Dvp9_resize.c490 uint8_t *iptr = img; in fill_col_to_arr() local
492 for (i = 0; i < len; ++i, iptr += stride) { in fill_col_to_arr()
493 *aptr++ = *iptr; in fill_col_to_arr()
499 uint8_t *iptr = img; in fill_arr_to_col() local
501 for (i = 0; i < len; ++i, iptr += stride) { in fill_arr_to_col()
502 *iptr = *aptr++; in fill_arr_to_col()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_resize.c490 uint8_t *iptr = img; in fill_col_to_arr() local
492 for (i = 0; i < len; ++i, iptr += stride) { in fill_col_to_arr()
493 *aptr++ = *iptr; in fill_col_to_arr()
499 uint8_t *iptr = img; in fill_arr_to_col() local
501 for (i = 0; i < len; ++i, iptr += stride) { in fill_arr_to_col()
502 *iptr = *aptr++; in fill_arr_to_col()
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp1.cpp95 int* iptr = &i; variable
96 …X0<iptr> x0b; // expected-error{{non-type template argument for template parameter of pointer type…
/external/eigen/Eigen/src/SparseLU/
DSparseLU_SupernodalMatrix.h281 Index iptr = istart + nsupc; in solveInPlace() local
284 irow = rowIndex()[iptr]; in solveInPlace()
287 iptr++; in solveInPlace()
/external/clang/test/CodeGenObjC/
Ddebug-info-property3.m12 void foo(I1 *iptr) {}
D2010-02-23-DbgInheritance.m10 void fn(I *iptr) {}
Ddebug-info-class-extension.m15 void foo(I1 *iptr) {}
/external/bison/lib/
Dmath.in.h1555 _GL_FUNCDECL_RPL (modff, float, (float x, float *iptr) _GL_ARG_NONNULL ((2)));
1556 _GL_CXXALIAS_RPL (modff, float, (float x, float *iptr));
1560 _GL_FUNCDECL_SYS (modff, float, (float x, float *iptr) _GL_ARG_NONNULL ((2)));
1562 _GL_CXXALIAS_SYS (modff, float, (float x, float *iptr));
1579 _GL_FUNCDECL_RPL (modf, double, (double x, double *iptr) _GL_ARG_NONNULL ((2)));
1580 _GL_CXXALIAS_RPL (modf, double, (double x, double *iptr));
1582 _GL_CXXALIAS_SYS (modf, double, (double x, double *iptr));
1599 _GL_FUNCDECL_RPL (modfl, long double, (long double x, long double *iptr)
1601 _GL_CXXALIAS_RPL (modfl, long double, (long double x, long double *iptr));
1605 _GL_FUNCDECL_SYS (modfl, long double, (long double x, long double *iptr)
[all …]
/external/bison/darwin-lib/
Dmath.h1867 _GL_FUNCDECL_RPL (modff, float, (float x, float *iptr) _GL_ARG_NONNULL ((2)));
1868 _GL_CXXALIAS_RPL (modff, float, (float x, float *iptr));
1872 _GL_FUNCDECL_SYS (modff, float, (float x, float *iptr) _GL_ARG_NONNULL ((2)));
1874 _GL_CXXALIAS_SYS (modff, float, (float x, float *iptr));
1891 _GL_FUNCDECL_RPL (modf, double, (double x, double *iptr) _GL_ARG_NONNULL ((2)));
1892 _GL_CXXALIAS_RPL (modf, double, (double x, double *iptr));
1894 _GL_CXXALIAS_SYS (modf, double, (double x, double *iptr));
1911 _GL_FUNCDECL_RPL (modfl, long double, (long double x, long double *iptr)
1913 _GL_CXXALIAS_RPL (modfl, long double, (long double x, long double *iptr));
1917 _GL_FUNCDECL_SYS (modfl, long double, (long double x, long double *iptr)
[all …]
/external/bison/linux-lib/
Dmath.h1867 _GL_FUNCDECL_RPL (modff, float, (float x, float *iptr) _GL_ARG_NONNULL ((2)));
1868 _GL_CXXALIAS_RPL (modff, float, (float x, float *iptr));
1872 _GL_FUNCDECL_SYS (modff, float, (float x, float *iptr) _GL_ARG_NONNULL ((2)));
1874 _GL_CXXALIAS_SYS (modff, float, (float x, float *iptr));
1891 _GL_FUNCDECL_RPL (modf, double, (double x, double *iptr) _GL_ARG_NONNULL ((2)));
1892 _GL_CXXALIAS_RPL (modf, double, (double x, double *iptr));
1894 _GL_CXXALIAS_SYS (modf, double, (double x, double *iptr));
1911 _GL_FUNCDECL_RPL (modfl, long double, (long double x, long double *iptr)
1913 _GL_CXXALIAS_RPL (modfl, long double, (long double x, long double *iptr));
1917 _GL_FUNCDECL_SYS (modfl, long double, (long double x, long double *iptr)
[all …]
/external/openssl/include/openssl/
Dasn1.h405 #define ASN1_ITEM_ptr(iptr) (iptr) argument
408 #define ASN1_ITEM_ref(iptr) (&(iptr##_it)) argument
425 #define ASN1_ITEM_ptr(iptr) (iptr()) argument
428 #define ASN1_ITEM_ref(iptr) (iptr##_it) argument
Dasn1t.h80 #define ASN1_ADB_ptr(iptr) ((const ASN1_ADB *)(iptr)) argument
94 #define ASN1_ADB_ptr(iptr) ((const ASN1_ADB *)(iptr()))
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
Dasn1.h405 #define ASN1_ITEM_ptr(iptr) (iptr) argument
408 #define ASN1_ITEM_ref(iptr) (&(iptr##_it)) argument
425 #define ASN1_ITEM_ptr(iptr) (iptr()) argument
428 #define ASN1_ITEM_ref(iptr) (iptr##_it) argument
/external/openssl/crypto/asn1/
Dasn1.h405 #define ASN1_ITEM_ptr(iptr) (iptr) argument
408 #define ASN1_ITEM_ref(iptr) (&(iptr##_it)) argument
425 #define ASN1_ITEM_ptr(iptr) (iptr()) argument
428 #define ASN1_ITEM_ref(iptr) (iptr##_it) argument
/external/chromium_org/third_party/openssl/openssl/include/openssl/
Dasn1.h405 #define ASN1_ITEM_ptr(iptr) (iptr) argument
408 #define ASN1_ITEM_ref(iptr) (&(iptr##_it)) argument
425 #define ASN1_ITEM_ptr(iptr) (iptr()) argument
428 #define ASN1_ITEM_ref(iptr) (iptr##_it) argument
Dasn1t.h80 #define ASN1_ADB_ptr(iptr) ((const ASN1_ADB *)(iptr)) argument
94 #define ASN1_ADB_ptr(iptr) ((const ASN1_ADB *)(iptr()))

123