Home
last modified time | relevance | path

Searched defs:cf (Results 1 – 25 of 158) sorted by relevance

1234567

/external/clang/test/Sema/
Dimplicit-cast.c3 static char *test1(int cf) { in test1()
6 static char *test2(int cf) { in test2()
/external/javassist/src/main/javassist/util/proxy/
DFactoryHelper.java133 public static Class toClass(ClassFile cf, ClassLoader loader) in toClass()
145 public static Class toClass(ClassFile cf, ClassLoader loader, ProtectionDomain domain) in toClass()
186 private static byte[] toBytecode(ClassFile cf) throws IOException { in toBytecode()
202 public static void writeFile(ClassFile cf, String directoryName) in writeFile()
212 private static void writeFile0(ClassFile cf, String directoryName) in writeFile0()
/external/libcxx/test/std/numerics/complex.number/complex.special/
Dfloat_double_explicit.pass.cpp25 std::complex<float> cf(cd); in main() local
32 constexpr std::complex<float> cf(cd); in main() local
Dlong_double_float_explicit.pass.cpp25 std::complex<long double> cf(cd); in main() local
32 constexpr std::complex<long double> cf(cd); in main() local
Ddouble_float_implicit.pass.cpp25 std::complex<double> cf = cd; in main() local
32 constexpr std::complex<double> cf = cd; in main() local
Dlong_double_double_implicit.pass.cpp25 std::complex<long double> cf = cd; in main() local
32 constexpr std::complex<long double> cf = cd; in main() local
Ddouble_float_explicit.pass.cpp25 std::complex<double> cf(cd); in main() local
32 constexpr std::complex<double> cf(cd); in main() local
Dlong_double_double_explicit.pass.cpp25 std::complex<long double> cf(cd); in main() local
32 constexpr std::complex<long double> cf(cd); in main() local
Dfloat_long_double_explicit.pass.cpp25 std::complex<float> cf(cd); in main() local
32 constexpr std::complex<float> cf(cd); in main() local
Ddouble_long_double_explicit.pass.cpp25 std::complex<double> cf(cd); in main() local
32 constexpr std::complex<double> cf(cd); in main() local
Dlong_double_float_implicit.pass.cpp25 std::complex<long double> cf = cd; in main() local
32 constexpr std::complex<long double> cf = cd; in main() local
Dfloat_double_implicit.fail.cpp24 std::complex<float> cf = cd; in main() local
Dfloat_long_double_implicit.fail.cpp24 std::complex<float> cf = cd; in main() local
Ddouble_long_double_implicit.fail.cpp24 std::complex<double> cf = cd; in main() local
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Ddisasm-a2xx.c475 static int cf_exec(instr_cf_t *cf) in cf_exec()
487 static int cf_cond_exec(instr_cf_t *cf) in cf_cond_exec()
497 static void print_cf_nop(instr_cf_t *cf) in print_cf_nop()
501 static void print_cf_exec(instr_cf_t *cf) in print_cf_exec()
516 static void print_cf_loop(instr_cf_t *cf) in print_cf_loop()
523 static void print_cf_jmp_call(instr_cf_t *cf) in print_cf_jmp_call()
536 static void print_cf_alloc(instr_cf_t *cf) in print_cf_alloc()
575 static void print_cf(instr_cf_t *cf, int level) in print_cf()
601 instr_cf_t *cf = &cfs[idx]; in disasm_a2xx() local
609 instr_cf_t *cf = &cfs[idx]; in disasm_a2xx() local
/external/libcxx/test/std/utilities/function.objects/func.memfn/
Dmember_function.pass.cpp36 const F& cf = f; in test0() local
50 const F& cf = f; in test1() local
64 const F& cf = f; in test2() local
Dmember_function_const_volatile.pass.cpp36 const F& cf = f; in test0() local
52 const F& cf = f; in test1() local
68 const F& cf = f; in test2() local
Dmember_function_const.pass.cpp36 const F& cf = f; in test0() local
52 const F& cf = f; in test1() local
68 const F& cf = f; in test2() local
Dmember_function_volatile.pass.cpp36 const F& cf = f; in test0() local
52 const F& cf = f; in test1() local
68 const F& cf = f; in test2() local
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJTransform.java163 TJCustomFilter cf) { in TJTransform()
187 TJCustomFilter cf) { in TJTransform()
207 public TJCustomFilter cf = null; field in TJTransform
/external/skia/src/effects/
DSkColorFilterImageFilter.cpp18 sk_sp<SkImageFilter> SkColorFilterImageFilter::Make(sk_sp<SkColorFilter> cf, in Make()
43 SkColorFilterImageFilter::SkColorFilterImageFilter(sk_sp<SkColorFilter> cf, in SkColorFilterImageFilter()
52 sk_sp<SkColorFilter> cf(buffer.readColorFilter()); in CreateProc() local
/external/clang/test/CodeGenCXX/
Dlvalue-bitcasts.cpp32 _Complex float cf; in reinterpret_cast_test() local
77 _Complex float cf; in c_cast() local
126 _Complex float cf; in functional_cast() local
/external/javassist/src/main/javassist/
DCtClassType.java190 ClassFile cf = new ClassFile(new DataInputStream(fin)); in getClassFile2() local
331 ClassFile cf = getClassFile2(); in setName() local
351 ClassFile cf = getClassFile2(); in replaceClassName() local
387 ClassFile cf = getClassFile2(); in getModifiers() local
398 ClassFile cf = getClassFile2(); in getNestedClasses() local
421 ClassFile cf = getClassFile2(); in setModifiers() local
435 ClassFile cf = getClassFile2(); in hasAnnotation() local
473 ClassFile cf = getClassFile2(); in getAnnotation() local
527 ClassFile cf = getClassFile2(); in getAnnotations() local
735 ClassFile cf = getClassFile2(); in getDeclaringClass() local
[all …]
/external/libcxx/test/std/utilities/utility/pairs/pair.astuple/
Dpairs.by.type2.fail.cpp18 typedef std::complex<float> cf; in main() typedef
Dpairs.by.type1.fail.cpp18 typedef std::complex<float> cf; in main() typedef

1234567