Home
last modified time | relevance | path

Searched defs:__d (Results 1 – 25 of 74) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dsgxintrin.h24 _enclu_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _enclu_u32()
35 _encls_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _encls_u32()
46 _enclv_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _enclv_u32()
H A D__clang_cuda_complex_builtins.h90 double __d) { in __muldc3()
140 __DEVICE__ float _Complex __mulsc3(float __a, float __b, float __c, float __d) { in __mulsc3()
189 double __d) { in __divdc3()
225 __DEVICE__ float _Complex __divsc3(float __a, float __b, float __c, float __d) { in __divsc3()
H A Dpconfigintrin.h26 _pconfig_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _pconfig_u32()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dcross-stdarg.h42 #define __ms_va_copy(__d,__s) __builtin_ms_va_copy(__d,__s) argument
47 #define __sysv_va_copy(__d,__s) __builtin_sysv_va_copy(__d,__s) argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dcross-stdarg.h42 #define __ms_va_copy(__d,__s) __builtin_ms_va_copy(__d,__s) argument
47 #define __sysv_va_copy(__d,__s) __builtin_sysv_va_copy(__d,__s) argument
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_iterator_base_funcs.h205 typename iterator_traits<_InputIterator>::difference_type __d = __n; in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_iterator_base_funcs.h221 typename iterator_traits<_InputIterator>::difference_type __d = __n; in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_x86_conversions.h313 auto __d = _mm_unpackhi_epi16(__a, __b); // 13oo ..oo in __convert_x86() local
359 const auto __d = _mm_unpackhi_epi8(__a, __b); // 13.. .... .... .... in __convert_x86() local
435 auto __d = _mm_unpackhi_epi8(__a, __b); // 2626 .... 3737 .... in __convert_x86() local
1182 auto __d = _mm_unpackhi_epi16(__a, __b); // 1357 .... local
1217 auto __d = _mm_unpackhi_epi8(__a, __b); // 1357 .... .... .... local
1249 auto __d = _mm_unpackhi_epi8(__a, __b); // 26AE .... 37BF .... local
1701 auto __d local
1746 const auto __d = _mm_unpackhi_epi32(__i2, __i3); // fhFH local
1920 const auto __d = _mm_unpackhi_epi8(__i2, __i3); // fh local
H A Dsimd_builtin.h316 __vector_convert(_From __a, _From __b, _From __c, _From __d, in __vector_convert()
326 __vector_convert(_From __a, _From __b, _From __c, _From __d, _From __e, in __vector_convert()
337 __vector_convert(_From __a, _From __b, _From __c, _From __d, _From __e, in __vector_convert()
348 __vector_convert(_From __a, _From __b, _From __c, _From __d, _From __e, in __vector_convert()
360 __vector_convert(_From __a, _From __b, _From __c, _From __d, _From __e, in __vector_convert()
372 __vector_convert(_From __a, _From __b, _From __c, _From __d, _From __e, in __vector_convert()
386 __vector_convert(_From __a, _From __b, _From __c, _From __d, _From __e, in __vector_convert()
400 __vector_convert(_From __a, _From __b, _From __c, _From __d, _From __e, in __vector_convert()
415 __vector_convert(_From __a, _From __b, _From __c, _From __d, _From __e, in __vector_convert()
430 __vector_convert(_From __a, _From __b, _From __c, _From __d, _From __e, in __vector_convert()
[all …]
/netbsd-src/sys/arch/m68k/include/
H A Dfenv.h85 __fmul(__s,__t,__d) global() argument
91 __fdiv(__s,__t,__d) global() argument
97 __fetox(__s,__t,__d) global() argument
/netbsd-src/sys/net/
H A Dbpf.c190 PSLIST_WRITER_FOREACH((__d), &bpf_dlist, struct bpf_d, \ argument
193 PSLIST_ENTRY_INIT((__d), bd_bpf_dlist_entry) argument
188 BPF_DLIST_WRITER_INSERT_HEAD(__d) global() argument
196 BPF_DLIST_ENTRY_INIT(__d) global() argument
198 BPF_DLIST_WRITER_REMOVE(__d) global() argument
200 BPF_DLIST_ENTRY_DESTROY(__d) global() argument
220 BPFIF_DLIST_READER_FOREACH(__d,__bp) global() argument
223 BPFIF_DLIST_WRITER_INSERT_HEAD(__bp,__d) global() argument
226 BPFIF_DLIST_WRITER_REMOVE(__d) global() argument
228 BPFIF_DLIST_ENTRY_INIT(__d) global() argument
236 BPFIF_DLIST_ENTRY_DESTROY(__d) global() argument
[all...]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Ddivsc3.c21 __divsc3(float __a, float __b, float __c, float __d) in __divsc3()
H A Ddivxc3.c22 __divxc3(long double __a, long double __b, long double __c, long double __d) in __divxc3()
H A Ddivdc3.c21 __divdc3(double __a, double __b, double __c, double __d) in __divdc3()
H A Dmulsc3.c21 __mulsc3(float __a, float __b, float __c, float __d) in __mulsc3()
H A Dmuldc3.c21 __muldc3(double __a, double __b, double __c, double __d) in __muldc3()
H A Dmulxc3.c23 __mulxc3(long double __a, long double __b, long double __c, long double __d) in __mulxc3()
H A Ddivtc3.c21 __divtc3(long double __a, long double __b, long double __c, long double __d) in __divtc3()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dmodified_bessel_func.tcc125 _Tp __d = _Tp(0); in __bessel_ik() local
162 _Tp __d = -std::log(__x2); in __bessel_ik() local
200 _Tp __d = _Tp(1) / __b; in __bessel_ik() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dmodified_bessel_func.tcc125 _Tp __d = _Tp(0); in __bessel_ik() local
162 _Tp __d = -std::log(__x2); in __bessel_ik() local
200 _Tp __d = _Tp(1) / __b; in __bessel_ik() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dsnprintf_lite.cc93 char *__d = __buf; in __snprintf_lite() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dsnprintf_lite.cc102 char *__d = __buf; in __snprintf_lite() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dmultiway_merge.h380 #define _GLIBCXX_PARALLEL_DECISION(__a, __b, __c, __d) { \ in multiway_merge_4_variant() argument
412 #define _GLIBCXX_PARALLEL_MERGE_4_CASE(__a, __b, __c, __d, \ in multiway_merge_4_variant() argument
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dmultiway_merge.h380 #define _GLIBCXX_PARALLEL_DECISION(__a, __b, __c, __d) { \ in multiway_merge_4_variant() argument
412 #define _GLIBCXX_PARALLEL_MERGE_4_CASE(__a, __b, __c, __d, \ in multiway_merge_4_variant() argument
/netbsd-src/sys/sys/
H A Dpmf.h101 #define pmf_device_register(__d, __s, __r) \ argument

123