Searched refs:ll1 (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | builtin-abs-2.c | 31 volatile long long ll0 = 0LL, ll1 = 1LL, llm1 = -1LL; in main() local 79 if (__builtin_llabs (ll1) != 1LL) in main()
|
H A D | builtin-abs-1.c | 35 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 D | findoptdiff | 64 ll1="${bc1}.ll"
|
/openbsd/games/adventure/ |
H A D | subr.c | 284 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 D | num_put_members_char.cc | 211 long long ll1 = 9223372036854775807LL; in test01() local 216 np.put(oss.rdbuf(), oss, '+', ll1); in test01()
|
H A D | num_put_members_wchar_t.cc | 212 long long ll1 = 9223372036854775807LL; in test01() local 217 np.put(oss.rdbuf(), oss, '+', ll1); in test01()
|
H A D | num_get_members_char.cc | 225 long long ll1 = 9223372036854775807LL; in test01() local 233 VERIFY( ll == ll1 ); in test01()
|
H A D | num_get_members_wchar_t.cc | 226 long long ll1 = 9223372036854775807LL; in test01() local 234 VERIFY( ll == ll1 ); in test01()
|