Searched refs:cf (Results 1 - 25 of 338) sorted by relevance

1234567891011>>

/external/clang/test/Sema/
H A Dimplicit-cast.c3 static char *test1(int cf) { argument
4 return cf ? "abc" : 0;
6 static char *test2(int cf) { argument
7 return cf ? 0 : "abc";
H A Dwarn-bad-function-cast.c10 _Complex double cf(void);
22 (void)cf();
30 (_Complex float)cf();
41 (double)cf(); /* expected-warning {{cast from function call of type '_Complex double' to non-matching type 'double'}} */
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
H A DconfigNR_CPUS.sh28 cf=$1
29 if test ! -r $cf
31 echo Unreadable config fragment $cf 1>&2
34 if grep -q '^CONFIG_SMP=n$' $cf
39 if grep -q '^CONFIG_NR_CPUS=' $cf
41 grep '^CONFIG_NR_CPUS=' $cf |
/external/libcxx/test/std/numerics/complex.number/complex.special/
H A Ddouble_long_double_implicit.fail.cpp24 std::complex<double> cf = cd; local
25 assert(cf.real() == cd.real());
26 assert(cf.imag() == cd.imag());
H A Dfloat_double_implicit.fail.cpp24 std::complex<float> cf = cd; local
25 assert(cf.real() == cd.real());
26 assert(cf.imag() == cd.imag());
H A Dfloat_long_double_implicit.fail.cpp24 std::complex<float> cf = cd; local
25 assert(cf.real() == cd.real());
26 assert(cf.imag() == cd.imag());
H A Ddouble_float_explicit.pass.cpp27 std::complex<double> cf(cd);
28 assert(cf.real() == cd.real());
29 assert(cf.imag() == cd.imag());
34 constexpr std::complex<double> cf(cd);
35 static_assert(cf.real() == cd.real(), "");
36 static_assert(cf.imag() == cd.imag(), "");
H A Ddouble_float_implicit.pass.cpp27 std::complex<double> cf = cd; local
28 assert(cf.real() == cd.real());
29 assert(cf.imag() == cd.imag());
34 constexpr std::complex<double> cf = cd; local
35 static_assert(cf.real() == cd.real(), "");
36 static_assert(cf.imag() == cd.imag(), "");
H A Ddouble_long_double_explicit.pass.cpp27 std::complex<double> cf(cd);
28 assert(cf.real() == cd.real());
29 assert(cf.imag() == cd.imag());
34 constexpr std::complex<double> cf(cd);
35 static_assert(cf.real() == cd.real(), "");
36 static_assert(cf.imag() == cd.imag(), "");
H A Dfloat_double_explicit.pass.cpp27 std::complex<float> cf(cd);
28 assert(cf.real() == cd.real());
29 assert(cf.imag() == cd.imag());
34 constexpr std::complex<float> cf(cd);
35 static_assert(cf.real() == cd.real(), "");
36 static_assert(cf.imag() == cd.imag(), "");
H A Dfloat_long_double_explicit.pass.cpp27 std::complex<float> cf(cd);
28 assert(cf.real() == cd.real());
29 assert(cf.imag() == cd.imag());
34 constexpr std::complex<float> cf(cd);
35 static_assert(cf.real() == cd.real(), "");
36 static_assert(cf.imag() == cd.imag(), "");
H A Dlong_double_double_explicit.pass.cpp27 std::complex<long double> cf(cd);
28 assert(cf.real() == cd.real());
29 assert(cf.imag() == cd.imag());
34 constexpr std::complex<long double> cf(cd);
35 static_assert(cf.real() == cd.real(), "");
36 static_assert(cf.imag() == cd.imag(), "");
H A Dlong_double_double_implicit.pass.cpp27 std::complex<long double> cf = cd; local
28 assert(cf.real() == cd.real());
29 assert(cf.imag() == cd.imag());
34 constexpr std::complex<long double> cf = cd; local
35 static_assert(cf.real() == cd.real(), "");
36 static_assert(cf.imag() == cd.imag(), "");
H A Dlong_double_float_explicit.pass.cpp27 std::complex<long double> cf(cd);
28 assert(cf.real() == cd.real());
29 assert(cf.imag() == cd.imag());
34 constexpr std::complex<long double> cf(cd);
35 static_assert(cf.real() == cd.real(), "");
36 static_assert(cf.imag() == cd.imag(), "");
H A Dlong_double_float_implicit.pass.cpp27 std::complex<long double> cf = cd; local
28 assert(cf.real() == cd.real());
29 assert(cf.imag() == cd.imag());
34 constexpr std::complex<long double> cf = cd; local
35 static_assert(cf.real() == cd.real(), "");
36 static_assert(cf.imag() == cd.imag(), "");
/external/libcxx/test/std/utilities/utility/pairs/pair.astuple/
H A Dpairs.by.type1.fail.cpp18 typedef std::complex<float> cf; typedef
20 assert (( std::get<cf>(t1) == cf {1,2} )); // no such type
H A Dpairs.by.type2.fail.cpp18 typedef std::complex<float> cf; typedef
/external/clang/test/CodeGen/
H A Dvolatile-complex.c10 volatile _Complex float cf; variable
17 // CHECK: load volatile float, float* getelementptr inbounds ({ float, float }, { float, float }* @cf, i32 0, i32 0), align 4
18 // CHECK-NEXT: load volatile float, float* getelementptr inbounds ({ float, float }, { float, float }* @cf, i32 0, i32 1), align 4
19 (void)(cf);
20 // CHECK-NEXT: [[R:%.*]] = load volatile float, float* getelementptr inbounds ({ float, float }, { float, float }* @cf, i32 0, i32 0), align 4
21 // CHECK-NEXT: [[I:%.*]] = load volatile float, float* getelementptr inbounds ({ float, float }, { float, float }* @cf, i32 0, i32 1), align 4
22 // CHECK-NEXT: store volatile float [[R]], float* getelementptr inbounds ({ float, float }, { float, float }* @cf, i32 0, i32 0), align 4
23 // CHECK-NEXT: store volatile float [[I]], float* getelementptr inbounds ({ float, float }, { float, float }* @cf, i32 0, i32 1), align 4
24 (void)(cf=cf);
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.h45 inline void OverrideCommonFlags(const CommonFlags &cf) { argument
46 common_flags_dont_use.CopyFrom(cf);
53 CommonFlags *cf = &common_flags_dont_use);
54 void RegisterIncludeFlags(FlagParser *parser, CommonFlags *cf);
59 void InitializeCommonFlags(CommonFlags *cf = &common_flags_dont_use);
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
H A DTJTransform.java159 * @param cf an instance of an object that implements the {@link
163 TJCustomFilter cf) {
167 this.cf = cf;
183 * @param cf an instance of an object that implements the {@link
187 TJCustomFilter cf) {
191 this.cf = cf;
207 public TJCustomFilter cf = null; field in class:TJTransform
162 TJTransform(int x, int y, int w, int h, int op, int options, TJCustomFilter cf) argument
186 TJTransform(Rectangle r, int op, int options, TJCustomFilter cf) argument
/external/python/cpython3/Lib/test/
H A Dtest_configparser.py64 cf = self.newconfig(defaults)
65 cf.read_string(string)
66 return cf
71 def basic_test(self, cf):
89 L = cf.sections()
93 L = cf.items('Spacey Bar From The Beginning')
98 L = [section for section in cf]
103 L = cf['Spacey Bar From The Beginning'].items()
106 L = cf.items()
111 eq(cf
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_activation.cc32 void RegisterActivationFlags(FlagParser *parser, Flags *f, CommonFlags *cf) { argument
36 RegisterFlag(parser, #Name, "", &cf->Name);
41 RegisterIncludeFlags(parser, cf);
46 CommonFlags cf; local
48 RegisterActivationFlags(&parser, &f, &cf);
50 cf.SetDefaults();
52 allocator_options.CopyTo(&f, &cf);
53 cf.malloc_context_size = malloc_context_size;
55 cf.coverage = coverage;
56 cf
[all...]
/external/ipsec-tools/src/racoon/
H A Dgenlist.c139 struct conf *cf;
143 cf = calloc(sizeof(struct conf), 1);
144 cf->l1 = genlist_init();
145 cf->l2 = genlist_init();
147 genlist_insert(cf->l1, "Ahoj");
148 genlist_insert(cf->l1, "Cau");
149 genlist_insert(cf->l1, "Nazdar");
150 genlist_insert(cf->l1, "Te buch");
152 genlist_append(cf->l2, "Curak");
153 genlist_append(cf
[all...]
/external/dhcpcd-6.8.2/dhcpcd-hooks/
H A D50-yp.conf12 local cf=/etc/yp.conf."$ifname" prefix= x= pid=
13 rm -f "$cf"
14 echo "$signature" > "$cf"
18 rm -f "$cf"
25 echo "domain $new_nis_domain broadcast" >> "$cf"
31 echo "$prefix$x" >> "$cf"
34 cat "$cf" > /etc/yp.conf
35 rm -f "$cf"
/external/python/cpython2/Lib/test/
H A Dtest_cfgparser.py37 self.cf = self.config_class(allow_no_value=self.allow_no_value)
39 self.cf = self.config_class(defaults,
41 return self.cf
44 cf = self.newconfig(defaults)
46 cf.readfp(sio)
47 return cf
76 cf = self.fromstring(config_string)
77 L = cf.sections()
96 eq(cf.get('Foo Bar', 'foo'), 'bar')
97 eq(cf
[all...]

Completed in 888 milliseconds

1234567891011>>