Searched refs:cc (Results 1 - 25 of 29) sorted by relevance

12

/seL4-camkes-master/projects/musllibc/tools/
H A Dld.musl-clang.in2 cc="@CC@"
30 set -- "$@" $($cc -print-file-name=$x)
34 set -- "$@" $($cc -print-file-name=$file)
51 exec $($cc -print-prog-name=ld) -nostdlib "$@" -lc -dynamic-linker "$ldso"
H A Dmusl-clang.in2 cc="@CC@"
23 exec $cc \
/seL4-camkes-master/projects/camkes-tool/camkes/ast/tests/
H A Dtestckeywords.py41 cc = c_compiler()
42 assert cc is not None
47 p = subprocess.Popen([cc, '-x', 'c', '-E', '-'], stdout=f, stderr=f,
61 subprocess.check_call([cc, src, '-std=c11', '-W', '-Wall', '-Wextra',
/seL4-camkes-master/tools/rumprun/tests/
H A DMakefile.inc12 %:: %.cc
/seL4-camkes-master/projects/musllibc/src/math/
H A Dj1.c67 double z,s,c,ss,cc; local
81 cc = s-c;
87 cc = z/ss;
89 ss = z/cc;
93 cc = pone(x)*cc-qone(x)*ss;
97 cc = -cc;
98 return invsqrtpi*cc/sqrt(x);
H A Dj1f.c27 double z,s,c,ss,cc; local
33 cc = s-c;
38 cc = z/ss;
40 ss = z/cc;
44 cc = ponef(x)*cc-qonef(x)*ss;
48 cc = -cc;
49 return invsqrtpi*cc/sqrtf(x);
H A Dj0.c68 double s,c,ss,cc,z; local
82 cc = s+c;
88 cc = z/ss;
90 ss = z/cc;
94 cc = pzero(x)*cc-qzero(x)*ss;
97 return invsqrtpi*cc/sqrt(x);
H A Dj0f.c27 float z,s,c,ss,cc; local
29 * j0(x) = 1/sqrt(pi) * (P(0,x)*cc - Q(0,x)*ss) / sqrt(x)
30 * y0(x) = 1/sqrt(pi) * (P(0,x)*ss + Q(0,x)*cc) / sqrt(x)
36 cc = s+c;
41 cc = z/ss;
43 ss = z/cc;
47 cc = pzerof(x)*cc-qzerof(x)*ss;
50 return invsqrtpi*cc/sqrtf(x);
/seL4-camkes-master/projects/camkes-tool/camkes/internal/tests/
H A Dutils.py69 for cc in ('ccomp', # CompCert
73 _c_compiler = which(cc)
/seL4-camkes-master/tools/rumprun/
H A Dglobal.mk38 cc-option = $(shell if [ -z "`echo 'int p=1;' | $(CC) $(1) -S -o /dev/null -x c - 2>&1`" ]; \
H A Dbuild-rr.sh314 vers=$(${CC:-cc} -E -dM - < /dev/null | LANG=C awk '
318 || unable to probe cc version
331 vers=$(${CC:-cc} -Wl,--version 2>&1 | LANG=C awk '
639 printf ">> cc wrapper: %s-%s\n" \
/seL4-camkes-master/tools/rumprun/platform/xen/xen/
H A Dminios.mk10 DEF_CFLAGS-$(call cc-option,-fno-stack-protector) += -fno-stack-protector
11 DEF_CFLAGS-$(call cc-option,-fgnu89-inline) += -fgnu89-inline
H A DMakefile37 LDFLAGS-$(call cc-option,-no-pie) += -no-pie
/seL4-camkes-master/tools/rumprun/platform/hw/
H A DMakefile35 LDFLAGS-$(call cc-option,-no-pie) += -no-pie
/seL4-camkes-master/tools/rumprun/platform/sel4/
H A Drumprunlibs.mk50 check-cc-option = $(shell if [ -z "`echo 'int p=1;' | $(CC) $(1) -S -o /dev/null -x c - 2>&1`" ]; \
53 LDFLAGS-$(call check-cc-option,-no-pie) += -no-pie
/seL4-camkes-master/tools/rumprun/platform/xen/
H A DMakefile28 LDFLAGS-$(call cc-option,-no-pie) += -no-pie
/seL4-camkes-master/tools/rumprun/app-tools/
H A DMakefile93 $(eval $(call templ,cc.in,$(TOOLTUPLE)-${_CCVARIANT}))
94 $(eval $(call templ,cc.in,$(TOOLTUPLE)-${_CXXVARIANT}))
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/
H A Dcompile143 # configure might choose to run compile as 'compile cc -o foo foo.c'.
207 *.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
273 # configure might choose to run compile as 'compile cc -o foo foo.c'.
/seL4-camkes-master/tools/rumprun/tests/configure/build-aux/
H A Dcompile143 # configure might choose to run compile as 'compile cc -o foo foo.c'.
207 *.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
273 # configure might choose to run compile as 'compile cc -o foo foo.c'.
/seL4-camkes-master/kernel/src/arch/x86/32/
H A Dtraps.S300 INT_HANDLER_WITHOUT_ERR_CODE(cc)
/seL4-camkes-master/kernel/src/arch/x86/64/
H A Dtraps.S392 INT_HANDLER_WITHOUT_ERR_CODE(cc,0)
/seL4-camkes-master/tools/cogent/cogent/scripts/
H A Dcogent_validate.sh132 : ${CC:=cc}
/seL4-camkes-master/projects/picotcp/test/unit/
H A Dmodunit_pico_6lowpan.c144 struct iphc_ctx ca, cb, cc; local
151 cc.prefix = c;
168 ret = compare_ctx(&cb, &cc);
/seL4-camkes-master/tools/riscv-pk/
H A Dconfigure2145 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2146 set dummy ${ac_tool_prefix}cc; ac_word=$2
2162 ac_cv_prog_CC="${ac_tool_prefix}cc"
2185 # Extract the first word of "cc", so it can be a program name with args.
2186 set dummy cc; ac_word=$2
2203 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2207 ac_cv_prog_CC="cc"
2770 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2845 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2889 for ac_prog in g++ c++ gpp aCC CC cxx cc
[all...]
/seL4-camkes-master/projects/musllibc/
H A Dconfigure234 trycc ${CROSS_COMPILE}cc

Completed in 208 milliseconds

12