Home
last modified time | relevance | path

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

/external/compiler-rt/lib/
Dmuldc3.c21 __muldc3(double __a, double __b, double __c, double __d) in __muldc3()
Dmulsc3.c21 __mulsc3(float __a, float __b, float __c, float __d) in __mulsc3()
Dmulxc3.c23 __mulxc3(long double __a, long double __b, long double __c, long double __d) in __mulxc3()
Ddivsc3.c21 __divsc3(float __a, float __b, float __c, float __d) in __divsc3()
Ddivxc3.c22 __divxc3(long double __a, long double __b, long double __c, long double __d) in __divxc3()
Ddivdc3.c21 __divdc3(double __a, double __b, double __c, double __d) in __divdc3()
/external/stlport/stlport/stl/
D_uninitialized.h66 _OutputIter __result, const input_iterator_tag &, _Distance* __d) in __ucopy()
72 _OutputIter __result, const forward_iterator_tag &, _Distance* __d) in __ucopy()
77 _OutputIter __result, const bidirectional_iterator_tag &, _Distance* __d) in __ucopy()
229 const _Tp& __x, const input_iterator_tag &, _Distance* __d) in __ufill()
235 const _Tp& __x, const forward_iterator_tag &, _Distance* __d) in __ufill()
240 const _Tp& __x, const bidirectional_iterator_tag &, _Distance* __d) in __ufill()
D_rope.c1204 _RopeRep* __d = __clrstack[__csptr]; in _S_fetch_ptr() local
D_algo.c461 _Distance __d = _STLP_PRIV __gcd(__n, __k); in __rotate_aux() local