Home
last modified time | relevance | path

Searched refs:__ad (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/lib/builtins/
Dmulxc3.c27 long double __ad = __a * __d; in __mulxc3() local
31 COMPLEX_IMAGINARY(z) = __ad + __bc; in __mulxc3()
56 crt_isinf(__ad) || crt_isinf(__bc))) in __mulxc3()
Dmulsc3.c25 float __ad = __a * __d; in __mulsc3() local
29 COMPLEX_IMAGINARY(z) = __ad + __bc; in __mulsc3()
54 crt_isinf(__ad) || crt_isinf(__bc))) in __mulsc3()
Dmuldc3.c25 double __ad = __a * __d; in __muldc3() local
29 COMPLEX_IMAGINARY(z) = __ad + __bc; in __muldc3()
54 crt_isinf(__ad) || crt_isinf(__bc))) in __muldc3()
/external/python/cpython3/Misc/
Dgdbinit63 set $__ad = 0
66 set $__ad = $__ad + *$__p
68 if ($__ad > $__lasti)
/external/python/cpython2/Misc/
Dgdbinit57 set $__ad = 0
60 set $__ad = $__ad + *$__p
62 if ($__ad > $__lasti)
/external/libcxx/include/
Dcomplex599 _Tp __ad = __a * __d;
602 _Tp __y = __ad + __bc;
627 __libcpp_isinf_or_builtin(__ad) || __libcpp_isinf_or_builtin(__bc)))
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dcomplex627 _Tp __ad = __a * __d;
630 _Tp __y = __ad + __bc;
655 std::__constexpr_isinf(__ad) || std::__constexpr_isinf(__bc)))