Searched defs:__d (Results 1 – 9 of 9) sorted by relevance
/external/compiler-rt/lib/ |
D | muldc3.c | 21 __muldc3(double __a, double __b, double __c, double __d) in __muldc3()
|
D | mulsc3.c | 21 __mulsc3(float __a, float __b, float __c, float __d) in __mulsc3()
|
D | mulxc3.c | 23 __mulxc3(long double __a, long double __b, long double __c, long double __d) in __mulxc3()
|
D | divsc3.c | 21 __divsc3(float __a, float __b, float __c, float __d) in __divsc3()
|
D | divxc3.c | 22 __divxc3(long double __a, long double __b, long double __c, long double __d) in __divxc3()
|
D | divdc3.c | 21 __divdc3(double __a, double __b, double __c, double __d) in __divdc3()
|
/external/stlport/stlport/stl/ |
D | _uninitialized.h | 66 _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.c | 1204 _RopeRep* __d = __clrstack[__csptr]; in _S_fetch_ptr() local
|
D | _algo.c | 461 _Distance __d = _STLP_PRIV __gcd(__n, __k); in __rotate_aux() local
|