Searched refs:ex (Results 1 – 6 of 6) sorted by relevance
4 make -C ex V=1 clean > ex.out 2>&15 make -C ex V=1 >> ex.out 2>&17 if [ ! -x ./ex/ex ]; then12 make -C ex V=1 clean > /dev/null 2>&113 rm -f ex.out17 make -C ex V=1 clean > ex.out 2>&120 make -rR -C ex V=1 ex.o >> ex.out 2>&121 make -rR -C ex V=1 ex.i >> ex.out 2>&122 make -rR -C ex V=1 ex.s >> ex.out 2>&124 if [ -x ./ex/ex ]; then[all …]
1 ex-y += ex.o2 ex-y += a.o3 ex-y += b.o4 ex-y += b.o5 ex-y += empty/6 ex-y += empty2/7 ex-y += inc.o
6 ex: target10 ex: ex-in.o libex-in.o target13 ex.%: fixdep FORCE16 ex-in.o: fixdep FORCE17 make $(build)=ex24 rm -f ex ex.i ex.s
22 int ex; in test() local38 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()
51 ex/a.c58 Out of which you build the 'ex' binary ' and the 'libex.a' library:60 'ex' - consists of 'a.o', 'b.o' and libex.a63 The build framework does not create the 'ex' and 'libex.a' binaries for you, it68 ex/Build:69 ex-y += a.o70 ex-y += b.o71 ex-y += b.o # duplicates in the lists are allowed77 ex/arch/Build:83 $ make -f tools/build/Makefile.build dir=. obj=ex[all …]
27 BADREG=%ex