Searched refs:__mp (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__chrono/
H A Dyear_month_day.h85 const unsigned __mp = (5 * __doy + 2)/153; // [0, 11] variable
86 const unsigned __dy = __doy - (153 * __mp + 2)/5 + 1; // [1, 31]
87 const unsigned __mth = __mp + (__mp < 10 ? 3 : -9); // [1, 12]
/openbsd-current/gnu/llvm/libcxx/src/ryu/
H A Df2s.cpp172 const uint32_t __mp = 4 * __m2 + 2; local
189 __vp = __mulPow5InvDivPow2(__mp, __q, __i);
201 // Only one of __mp, __mv, and __mm can be a multiple of 5, if any.
207 __vp -= __multipleOfPowerOf5(__mp, __q);
217 __vp = __mulPow5divPow2(__mp, static_cast<uint32_t>(__i), __j);
224 // {__vr,__vp,__vm} is trailing zeros if {__mv,__mp,__mm} has at least __q trailing 0 bits.
231 // __mp = __mv + 2, so it always has at least one trailing 0 bit.
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Daltivec.h18336 #define vec_cntm(__a, __mp) \
18339 (unsigned char)(__mp)), \
18342 (unsigned char)(__mp)), \
18345 (unsigned char)(__mp)), \
18348 (unsigned char)(__mp)))

Completed in 295 milliseconds