HomeSort by: relevance | last modified time | path
    Searched defs:__x1 (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/msp430/
lib2mul.c 60 USItype __x0, __x1, __x2, __x3; local
67 __x1 = (USItype) __ul * __vh;
70 __x1 += ((USItype) (__x0) >> ((4 * 8) / 2));
71 __x1 += __x2;
72 if (__x1 < __x2)
74 (w.s.high) = __x3 + ((USItype) (__x1) >> ((4 * 8) / 2));
75 (w.s.low) = ((USItype) (__x1) & (((USItype) 1 << ((4 * 8) / 2)) - 1))
  /src/external/gpl3/gcc.old/dist/libgcc/config/msp430/
lib2mul.c 60 USItype __x0, __x1, __x2, __x3; local
67 __x1 = (USItype) __ul * __vh;
70 __x1 += ((USItype) (__x0) >> ((4 * 8) / 2));
71 __x1 += __x2;
72 if (__x1 < __x2)
74 (w.s.high) = __x3 + ((USItype) (__x1) >> ((4 * 8) / 2));
75 (w.s.low) = ((USItype) (__x1) & (((USItype) 1 << ((4 * 8) / 2)) - 1))
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd_x86_conversions.h 1682 const auto __x1 = (__vector_bitcast<_UInt>(__v1) & 0xff) local
1688 _mm_shuffle_epi8(__to_intrin(__x0 | __x1 | __x2 | __x3),
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd_x86_conversions.h 1682 const auto __x1 = (__vector_bitcast<_UInt>(__v1) & 0xff) local
1688 _mm_shuffle_epi8(__to_intrin(__x0 | __x1 | __x2 | __x3),
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_hip_math.h 291 float __x1 = j1f(__x); local
293 float __x2 = (2 * __i) / __x * __x1 - __x0;
294 __x0 = __x1;
295 __x1 = __x2;
298 return __x1;
528 float __x1 = y1f(__x); local
530 float __x2 = (2 * __i) / __x * __x1 - __x0;
531 __x0 = __x1;
532 __x1 = __x2;
535 return __x1;
832 double __x1 = j1(__x); local
1075 double __x1 = y1(__x); local
    [all...]

Completed in 22 milliseconds