Home
last modified time | relevance | path

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

/tools/build/tests/
Drun.sh4 make -C ex V=1 clean > ex.out 2>&1
5 make -C ex V=1 >> ex.out 2>&1
7 if [ ! -x ./ex/ex ]; then
12 make -C ex V=1 clean > /dev/null 2>&1
13 rm -f ex.out
17 make -C ex V=1 clean > ex.out 2>&1
20 make -rR -C ex V=1 ex.o >> ex.out 2>&1
21 make -rR -C ex V=1 ex.i >> ex.out 2>&1
22 make -rR -C ex V=1 ex.s >> ex.out 2>&1
24 if [ -x ./ex/ex ]; then
[all …]
/tools/build/tests/ex/
DBuild1 ex-y += ex.o
2 ex-y += a.o
3 ex-y += b.o
4 ex-y += b.o
5 ex-y += empty/
6 ex-y += empty2/
7 ex-y += inc.o
DMakefile6 ex: target
10 ex: ex-in.o libex-in.o target
13 ex.%: fixdep FORCE
16 ex-in.o: fixdep FORCE
17 make $(build)=ex
24 rm -f ex ex.i ex.s
/tools/testing/selftests/x86/
Dtest_FISTTP.c22 int ex; in test() local
38 ex = fetestexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in test()
39 if (ex != 0) { in test()
58 ex = fetestexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in test()
59 if (ex != FE_INEXACT) { in test()
81 ex = fetestexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in test()
82 if (ex != FE_INEXACT) { in test()
102 ex = fetestexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in test()
103 if (ex != FE_INEXACT) { in test()
/tools/build/Documentation/
DBuild.txt51 ex/a.c
58 Out of which you build the 'ex' binary ' and the 'libex.a' library:
60 'ex' - consists of 'a.o', 'b.o' and libex.a
63 The build framework does not create the 'ex' and 'libex.a' binaries for you, it
68 ex/Build:
69 ex-y += a.o
70 ex-y += b.o
71 ex-y += b.o # duplicates in the lists are allowed
77 ex/arch/Build:
83 $ make -f tools/build/Makefile.build dir=. obj=ex
[all …]
/tools/testing/selftests/ftrace/test.d/kprobe/
Dkprobe_args_syntax.tc27 BADREG=%ex