/third_party/musl/src/math/ |
D | modfl.c | 4 long double modfl(long double x, long double *iptr) in modfl() argument 10 *iptr = d; in modfl() 17 long double modfl(long double x, long double *iptr) in modfl() argument 27 *iptr = x; in modfl() 35 *iptr = s ? -0.0 : 0.0; in modfl() 43 *iptr = x; in modfl() 50 *iptr = x + y; in modfl()
|
D | modff.c | 3 float modff(float x, float *iptr) in modff() argument 11 *iptr = x; in modff() 21 *iptr = u.f; in modff() 27 *iptr = x; in modff() 32 *iptr = u.f; in modff()
|
D | modf.c | 3 double modf(double x, double *iptr) in modf() argument 11 *iptr = x; in modf() 21 *iptr = u.f; in modf() 27 *iptr = x; in modf() 32 *iptr = u.f; in modf()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | modfl.c | 4 long double modfl(long double x, long double *iptr) in modfl() argument 10 *iptr = d; in modfl() 17 long double modfl(long double x, long double *iptr) in modfl() argument 27 *iptr = x; in modfl() 35 *iptr = s ? -0.0 : 0.0; in modfl() 43 *iptr = x; in modfl() 50 *iptr = x + y; in modfl()
|
D | modff.c | 3 float modff(float x, float *iptr) in modff() argument 11 *iptr = x; in modff() 21 *iptr = u.f; in modff() 27 *iptr = x; in modff() 32 *iptr = u.f; in modff()
|
D | modf.c | 3 double modf(double x, double *iptr) in modf() argument 11 *iptr = x; in modf() 21 *iptr = u.f; in modf() 27 *iptr = x; in modf() 32 *iptr = u.f; in modf()
|
/third_party/libsnd/src/ |
D | dwvw.c | 190 int *iptr ; in dwvw_read_s() local 198 iptr = ubuf.ibuf ; in dwvw_read_s() 202 count = dwvw_decode_data (psf, pdwvw, iptr, readcount) ; in dwvw_read_s() 204 ptr [total + k] = iptr [k] >> 16 ; in dwvw_read_s() 244 int *iptr ; in dwvw_read_f() local 255 iptr = ubuf.ibuf ; in dwvw_read_f() 259 count = dwvw_decode_data (psf, pdwvw, iptr, readcount) ; in dwvw_read_f() 261 ptr [total + k] = normfact * (float) (iptr [k]) ; in dwvw_read_f() 276 int *iptr ; in dwvw_read_d() local 287 iptr = ubuf.ibuf ; in dwvw_read_d() [all …]
|
D | paf.c | 541 int *iptr ; in paf24_read_s() local 549 iptr = ubuf.ibuf ; in paf24_read_s() 553 count = paf24_read (psf, ppaf24, iptr, readcount) ; in paf24_read_s() 555 ptr [total + k] = iptr [k] >> 16 ; in paf24_read_s() 580 int *iptr ; in paf24_read_f() local 591 iptr = ubuf.ibuf ; in paf24_read_f() 595 count = paf24_read (psf, ppaf24, iptr, readcount) ; in paf24_read_f() 597 ptr [total + k] = normfact * iptr [k] ; in paf24_read_f() 608 int *iptr ; in paf24_read_d() local 619 iptr = ubuf.ibuf ; in paf24_read_d() [all …]
|
D | sds.c | 92 static int sds_read (SF_PRIVATE *psf, SDS_PRIVATE *psds, int *iptr, int readcount) ; 98 static int sds_write (SF_PRIVATE *psf, SDS_PRIVATE *psds, const int *iptr, int writecount) ; 557 int *iptr ; in sds_read_s() local 565 iptr = ubuf.ibuf ; in sds_read_s() 569 count = sds_read (psf, psds, iptr, readcount) ; in sds_read_s() 571 ptr [total + k] = iptr [k] >> 16 ; in sds_read_s() 597 int *iptr ; in sds_read_f() local 611 iptr = ubuf.ibuf ; in sds_read_f() 615 count = sds_read (psf, psds, iptr, readcount) ; in sds_read_f() 617 ptr [total + k] = normfact * iptr [k] ; in sds_read_f() [all …]
|
D | alac.c | 462 int *iptr ; in alac_read_s() local 476 iptr = plac->buffer + plac->partial_block_frames * plac->channels ; in alac_read_s() 479 ptr [total + k] = iptr [k] >> 16 ; in alac_read_s() 492 int *iptr ; in alac_read_i() local 506 iptr = plac->buffer + plac->partial_block_frames * plac->channels ; in alac_read_i() 509 ptr [total + k] = iptr [k] ; in alac_read_i() 522 int *iptr ; in alac_read_f() local 539 iptr = plac->buffer + plac->partial_block_frames * plac->channels ; in alac_read_f() 542 ptr [total + k] = normfact * iptr [k] ; in alac_read_f() 555 int *iptr ; in alac_read_d() local [all …]
|
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl-no-opt/asm/comp/ |
D | bitscan.asm.comp | 37 %iptr = OpAccessChain %_ptr_Uniform_ivec4 %_ %int_1 39 %ivalue = OpLoad %ivec4 %iptr 57 OpStore %iptr %lsb_uint_to_int 59 OpStore %iptr %lsb_int_to_int 62 OpStore %iptr %umsb_uint_to_int 64 OpStore %iptr %umsb_int_to_int 67 OpStore %iptr %smsb_uint_to_int 69 OpStore %iptr %smsb_int_to_int
|
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/asm/comp/ |
D | bitscan.asm.comp | 37 %iptr = OpAccessChain %_ptr_Uniform_ivec4 %_ %int_1 39 %ivalue = OpLoad %ivec4 %iptr 57 OpStore %iptr %lsb_uint_to_int 59 OpStore %iptr %lsb_int_to_int 62 OpStore %iptr %umsb_uint_to_int 64 OpStore %iptr %umsb_int_to_int 67 OpStore %iptr %smsb_uint_to_int 69 OpStore %iptr %smsb_int_to_int
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/asm/comp/ |
D | bitscan.asm.comp | 37 %iptr = OpAccessChain %_ptr_Uniform_ivec4 %_ %int_1 39 %ivalue = OpLoad %ivec4 %iptr 57 OpStore %iptr %lsb_uint_to_int 59 OpStore %iptr %lsb_int_to_int 62 OpStore %iptr %umsb_uint_to_int 64 OpStore %iptr %umsb_int_to_int 67 OpStore %iptr %smsb_uint_to_int 69 OpStore %iptr %smsb_int_to_int
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_jit_test.c | 1007 PCRE2_SPTR8 iptr = input; in convert_utf8_to_utf16() local 1014 while (*iptr && max_length > 1) { in convert_utf8_to_utf16() 1017 *offsetmap++ = (int)(iptr - (unsigned char*)input); in convert_utf8_to_utf16() 1019 if (*iptr < 0xc0) in convert_utf8_to_utf16() 1020 c = *iptr++; in convert_utf8_to_utf16() 1021 else if (!(*iptr & 0x20)) { in convert_utf8_to_utf16() 1022 c = ((iptr[0] & 0x1f) << 6) | (iptr[1] & 0x3f); in convert_utf8_to_utf16() 1023 iptr += 2; in convert_utf8_to_utf16() 1024 } else if (!(*iptr & 0x10)) { in convert_utf8_to_utf16() 1025 c = ((iptr[0] & 0x0f) << 12) | ((iptr[1] & 0x3f) << 6) | (iptr[2] & 0x3f); in convert_utf8_to_utf16() [all …]
|
/third_party/skia/modules/canvaskit/ |
D | skp.js | 7 var iptr = CanvasKit._malloc(data.byteLength); 8 CanvasKit.HEAPU8.set(data, iptr); 10 var pic = CanvasKit._MakePicture(iptr, data.byteLength);
|
D | particles.js | 24 var iptr = CanvasKit._malloc(data.byteLength); 25 CanvasKit.HEAPU8.set(data, iptr); 26 assetDataPtrs.push(iptr);
|
D | skottie.js | 38 var iptr = CanvasKit._malloc(data.byteLength); 39 CanvasKit.HEAPU8.set(data, iptr); 40 assetDataPtrs.push(iptr);
|
/third_party/ffmpeg/libavcodec/ |
D | imgconvert.c | 206 uint8_t *iptr = src->data[i]; in av_picture_pad() local 209 memcpy(optr, iptr, (width - padleft - padright) >> x_shift); in av_picture_pad() 210 iptr += src->linesize[i]; in av_picture_pad() 216 memcpy(optr + ((padleft + padright) >> x_shift), iptr, in av_picture_pad() 218 iptr += src->linesize[i]; in av_picture_pad()
|
/third_party/skia/experimental/skottiekit/ |
D | interface.js | 83 var iptr = SkottieKit._malloc(data.byteLength); 84 SkottieKit.HEAPU8.set(data, iptr); 85 assetDataPtrs.push(iptr);
|
/third_party/ltp/lib/ |
D | self_exec.c | 76 int *iptr, i, j; in maybe_run_child() local 106 iptr = va_arg(ap, int *); in maybe_run_child() 113 *iptr = i; in maybe_run_child()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | audiotestsrc.c | 219 gint16 *iptr, *pptr; in GST_START_TEST() local 242 iptr = (gint16 *) imap.data; in GST_START_TEST() 258 fail_unless_equals_int (iptr[iidx], pptr[pidx]); in GST_START_TEST() 275 fail_unless_equals_int (iptr[iidx], ((gint16 *) pabuf.planes[c])[s]); in GST_START_TEST()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | asn1.h | 321 # 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
|
/third_party/curl/lib/ |
D | urlapi.c | 147 const unsigned char *iptr; in urlencode_str() local 153 for(iptr = (unsigned char *)url; /* read from here */ in urlencode_str() 154 len; iptr++, len--) { in urlencode_str() 156 if(iptr < host_sep) { in urlencode_str() 157 if(Curl_dyn_addn(o, iptr, 1)) in urlencode_str() 162 if(*iptr == ' ') { in urlencode_str() 174 if(*iptr == '?') in urlencode_str() 177 if(urlchar_needs_escaping(*iptr)) { in urlencode_str() 179 out[1] = hexdigits[*iptr>>4]; in urlencode_str() 180 out[2] = hexdigits[*iptr & 0xf]; in urlencode_str() [all …]
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_query.c | 353 int32_t *iptr = (int32_t *)dst; in llvmpipe_get_query_result_resource() local 355 *iptr = 0x7fffffff; in llvmpipe_get_query_result_resource() 357 *iptr = (int32_t)value; in llvmpipe_get_query_result_resource() 369 int64_t *iptr = (int64_t *)dst; in llvmpipe_get_query_result_resource() local 370 *iptr = (int64_t)value; in llvmpipe_get_query_result_resource()
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | generic-typename.c | 40 TEST(iptr, int *)
|