Home
last modified time | relevance | path

Searched refs:ll1 (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dbuiltin-abs-2.c31 volatile long long ll0 = 0LL, ll1 = 1LL, llm1 = -1LL; in main() local
79 if (__builtin_llabs (ll1) != 1LL) in main()
H A Dbuiltin-abs-1.c35 volatile long long ll0 = 0LL, ll1 = 1LL, llm1 = -1LL; in main() local
83 if (llabs (ll1) != 1LL) in main()
/openbsd/gnu/llvm/llvm/utils/
H A Dfindoptdiff64 ll1="${bc1}.ll"
/openbsd/games/adventure/
H A Dsubr.c284 int ll1, ll2; in march() local
321 l11: ll1 = tkk->conditions; /* 11 */ in march()
323 newloc = ll1; /* newloc = conditions */ in march()
351 if (tkk->tloc != ll2 || tkk->conditions != ll1) in march()
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dnum_put_members_char.cc211 long long ll1 = 9223372036854775807LL; in test01() local
216 np.put(oss.rdbuf(), oss, '+', ll1); in test01()
H A Dnum_put_members_wchar_t.cc212 long long ll1 = 9223372036854775807LL; in test01() local
217 np.put(oss.rdbuf(), oss, '+', ll1); in test01()
H A Dnum_get_members_char.cc225 long long ll1 = 9223372036854775807LL; in test01() local
233 VERIFY( ll == ll1 ); in test01()
H A Dnum_get_members_wchar_t.cc226 long long ll1 = 9223372036854775807LL; in test01() local
234 VERIFY( ll == ll1 ); in test01()