Home
last modified time | relevance | path

Searched refs:cbase (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl2/dtc/dist/
H A Dconvert-dtsv0-lexer.l35 static int cbase = 16; variable
87 cbase = 2;
89 cbase = 8;
91 cbase = 10;
93 cbase = 16;
101 val = strtoull(yytext, NULL, cbase);
118 if (cbase != 16)
119 obase = cbase;
134 cbase = 16;
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtset_str.c756 int cbase, climb, crnd; in main() local
766 for (cbase = 0; cbase < 3; cbase++) in main()
776 mpfr_get_str (str + 2, &exp, base[cbase], in main()
786 mpfr_set_str (y, str, base[cbase], rnd[2 - crnd]); in main()
791 "rnd=%s:\n", (unsigned int) nb_digit, base[cbase], in main()
/netbsd-src/usr.sbin/makefs/ffs/
H A Dmkfs.c613 daddr_t cbase, dmax; in initcg() local
624 cbase = cgbase(&sblock, cylno); in initcg()
625 dmax = cbase + sblock.fs_fpg; in initcg()
628 dlower = cgsblock(&sblock, cylno) - cbase; in initcg()
629 dupper = cgdmin(&sblock, cylno) - cbase; in initcg()
639 acg.cg_ndblk = dmax - cbase; in initcg()
/netbsd-src/sbin/newfs/
H A Dmkfs.c780 daddr_t cbase, dmax; in initcg() local
791 cbase = cgbase(&sblock, cylno); in initcg()
792 dmax = cbase + sblock.fs_fpg; in initcg()
795 dlower = cgsblock(&sblock, cylno) - cbase; in initcg()
796 dupper = cgdmin(&sblock, cylno) - cbase; in initcg()
808 acg.cg_ndblk = dmax - cbase; in initcg()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-ivopts.c3965 tree cbase = cand->iv->base, cstep = cand->iv->step; variable
3967 tree utype = TREE_TYPE (ubase), ctype = TREE_TYPE (cbase);
3981 if (cand->orig_iv != NULL && CONVERT_EXPR_P (cbase)
3985 inner_base = TREE_OPERAND (cbase, 0);
3999 cbase = inner_base;
4003 cbase = fold_convert (uutype, cbase);
4031 common_type = determine_common_wider_type (&ubase, &cbase);
4035 tree_to_aff_combination (cbase, common_type, &aff_cbase);
4127 tree cbase = cand->iv->base, cstep = cand->iv->step; in get_debug_computation_at() local
4129 tree utype = TREE_TYPE (ubase), ctype = TREE_TYPE (cbase); in get_debug_computation_at()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-ivopts.cc3996 tree cbase = cand->iv->base, cstep = cand->iv->step; in get_computation_aff_1() local
3998 tree utype = TREE_TYPE (ubase), ctype = TREE_TYPE (cbase); in get_computation_aff_1()
4012 if (cand->orig_iv != NULL && CONVERT_EXPR_P (cbase) in get_computation_aff_1()
4016 inner_base = TREE_OPERAND (cbase, 0); in get_computation_aff_1()
4030 cbase = inner_base; in get_computation_aff_1()
4034 cbase = fold_convert (uutype, cbase); in get_computation_aff_1()
4062 common_type = determine_common_wider_type (&ubase, &cbase); in get_computation_aff_1()
4066 tree_to_aff_combination (cbase, common_type, &aff_cbase); in get_computation_aff_1()
4158 tree cbase = cand->iv->base, cstep = cand->iv->step; in get_debug_computation_at() local
4160 tree utype = TREE_TYPE (ubase), ctype = TREE_TYPE (cbase); in get_debug_computation_at()
[all …]
H A DChangeLog-201626357 cbase.
H A DChangeLog-20197763 ubase or cbase here.
H A DChangeLog-20107021 Adjust cbase if the use stmt is after iv update.
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dstd-ops.cc1294 fs::path cbase; in relative() local
1296 cbase = weakly_canonical(base, ec); in relative()
1298 result = result.lexically_relative(cbase); in relative()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc1236 fs::path cbase; in relative() local
1238 cbase = weakly_canonical(base, ec); in relative()
1240 result = result.lexically_relative(cbase); in relative()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc1228 fs::path cbase; in relative() local
1230 cbase = weakly_canonical(base, ec); in relative()
1232 result = result.lexically_relative(cbase); in relative()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtypesem.d4238 if (auto cbase = mt.sym.searchBase(ident)) in dotExp() local
4244 if (auto ifbase = cbase.isInterfaceDeclaration()) in dotExp()
4247 e = new DotTypeExp(e.loc, e, cbase); in dotExp()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.c8516 if (ClassDeclaration *cbase = sym->searchBase(ident)) in dotExp() local
8520 if (InterfaceDeclaration *ifbase = cbase->isInterfaceDeclaration()) in dotExp()
8523 e = new DotTypeExp(e->loc, e, cbase); in dotExp()