Home
last modified time | relevance | path

Searched refs:__ll (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Dlegendre_function.tcc102 for (unsigned int __ll = 2; __ll <= __l; ++__ll) in __poly_legendre_p() local
107 - (__x * __p_lm1 - __p_lm2) / _Tp(__ll); in __poly_legendre_p()
277 for (unsigned int __ll = __m + 2; __ll <= __l; ++__ll) in __sph_legendre() local
279 const _Tp __rat1 = _Tp(__ll - __m) / _Tp(__ll + __m); in __sph_legendre()
280 const _Tp __rat2 = _Tp(__ll - __m - 1) / _Tp(__ll + __m - 1); in __sph_legendre()
281 const _Tp __fact1 = std::sqrt(__rat1 * _Tp(2 * __ll + 1) in __sph_legendre()
282 * _Tp(2 * __ll - 1)); in __sph_legendre()
283 const _Tp __fact2 = std::sqrt(__rat1 * __rat2 * _Tp(2 * __ll + 1) in __sph_legendre()
284 / _Tp(2 * __ll - 3)); in __sph_legendre()
286 - (__ll + __m - 1) * __y_mm * __fact2) / _Tp(__ll - __m); in __sph_legendre()
/netbsd/src/external/lgpl3/gmp/dist/
Dlonglong.h593 __ll_UTItype __ll = (__ll_UTItype)(u) * (v); \
594 w1 = __ll >> 64; \
595 w0 = __ll; \
612 ({union {UDItype __ll; \
616 : "=r" (__x.__ll) \
620 ({union {DItype __ll; \
624 : "=r" (__x.__ll) \
638 union {UDItype __ll; \
641 __asm__ ("mult.lu %1,%2,%0" : "=r" (__x.__ll) : "%r" (u), "rK" (v));\
647 union {UDItype __ll; \
[all …]
/netbsd/src/external/lgpl3/mpfr/dist/src/
Dmpfr-longlong.h591 __ll_UTItype __ll = (__ll_UTItype)(u) * (v); \
592 w1 = __ll >> 64; \
593 w0 = __ll; \
610 ({union {UDItype __ll; \
614 : "=r" (__x.__ll) \
618 ({union {DItype __ll; \
622 : "=r" (__x.__ll) \
636 union {UDItype __ll; \
639 __asm__ ("mult.lu %1,%2,%0" : "=r" (__x.__ll) : "%r" (u), "rK" (v));\
645 union {UDItype __ll; \
[all …]
/netbsd/src/external/gpl3/gcc/dist/include/
Dlonglong.h412 union {DItype __ll; \
416 : "=&r" (__x.__ll) \
422 union {DItype __ll; \
427 : "=r" (__x.__ll) \
428 : "0" (__x.__ll), "r" (d)); \
530 ({union {UDItype __ll; \
534 : "=d" (__xx.__ll) \
781 union {UDItype __ll; \
785 : "=r" (__xx.__ll) \
792 ({union {UDItype __ll; \
[all …]
/netbsd/src/external/gpl3/gdb/dist/include/
Dlonglong.h412 union {DItype __ll; \
416 : "=&r" (__x.__ll) \
422 union {DItype __ll; \
427 : "=r" (__x.__ll) \
428 : "0" (__x.__ll), "r" (d)); \
530 ({union {UDItype __ll; \
534 : "=d" (__xx.__ll) \
793 union {UDItype __ll; \
797 : "=r" (__xx.__ll) \
804 ({union {UDItype __ll; \
[all …]
/netbsd/src/external/gpl3/binutils/dist/include/
Dlonglong.h412 union {DItype __ll; \
416 : "=&r" (__x.__ll) \
422 union {DItype __ll; \
427 : "=r" (__x.__ll) \
428 : "0" (__x.__ll), "r" (d)); \
530 ({union {UDItype __ll; \
534 : "=d" (__xx.__ll) \
793 union {UDItype __ll; \
797 : "=r" (__xx.__ll) \
804 ({union {UDItype __ll; \
[all …]