Home
last modified time | relevance | path

Searched refs:POWI_TABLE_SIZE (Results 1 – 25 of 50) sorted by relevance

12

/dports/math/libmesh/libmesh-1.6.2/contrib/fparser/fpoptimizer/
H A Dbytecodesynth.cc148 #define POWI_TABLE_SIZE 256 macro
154 unsigned char powi_table[POWI_TABLE_SIZE];
157 unsigned char powi_table[POWI_TABLE_SIZE] =
319 if(value < POWI_TABLE_SIZE) in PlanNtimesCache()
377 if(value < POWI_TABLE_SIZE) in AssembleSequence_Subdivide()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-math-opts.c825 #define POWI_TABLE_SIZE 256 macro
839 static const unsigned char powi_table[POWI_TABLE_SIZE] =
901 bool cache[POWI_TABLE_SIZE]; in powi_cost()
913 memset (cache, 0, POWI_TABLE_SIZE * sizeof (bool)); in powi_cost()
918 while (val >= POWI_TABLE_SIZE) in powi_cost()
949 if (n < POWI_TABLE_SIZE && cache[n]) in powi_as_mults_1()
954 if (n < POWI_TABLE_SIZE) in powi_as_mults_1()
986 tree cache[POWI_TABLE_SIZE], result, type = TREE_TYPE (arg0); in powi_as_mults()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-math-opts.c825 #define POWI_TABLE_SIZE 256 macro
839 static const unsigned char powi_table[POWI_TABLE_SIZE] =
901 bool cache[POWI_TABLE_SIZE]; in powi_cost()
913 memset (cache, 0, POWI_TABLE_SIZE * sizeof (bool)); in powi_cost()
918 while (val >= POWI_TABLE_SIZE) in powi_cost()
949 if (n < POWI_TABLE_SIZE && cache[n]) in powi_as_mults_1()
954 if (n < POWI_TABLE_SIZE) in powi_as_mults_1()
986 tree cache[POWI_TABLE_SIZE], result, type = TREE_TYPE (arg0); in powi_as_mults()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-math-opts.c860 #define POWI_TABLE_SIZE 256 macro
874 static const unsigned char powi_table[POWI_TABLE_SIZE] =
936 bool cache[POWI_TABLE_SIZE]; in powi_cost()
948 memset (cache, 0, POWI_TABLE_SIZE * sizeof (bool)); in powi_cost()
953 while (val >= POWI_TABLE_SIZE) in powi_cost()
984 if (n < POWI_TABLE_SIZE && cache[n]) in powi_as_mults_1()
989 if (n < POWI_TABLE_SIZE) in powi_as_mults_1()
1021 tree cache[POWI_TABLE_SIZE], result, type = TREE_TYPE (arg0); in powi_as_mults()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-math-opts.c1047 #define POWI_TABLE_SIZE 256 macro
1061 static const unsigned char powi_table[POWI_TABLE_SIZE] =
1123 bool cache[POWI_TABLE_SIZE]; in powi_cost()
1135 memset (cache, 0, POWI_TABLE_SIZE * sizeof (bool)); in powi_cost()
1140 while (val >= POWI_TABLE_SIZE) in powi_cost()
1171 if (n < POWI_TABLE_SIZE && cache[n]) in powi_as_mults_1()
1176 if (n < POWI_TABLE_SIZE) in powi_as_mults_1()
1208 tree cache[POWI_TABLE_SIZE], result, type = TREE_TYPE (arg0); in powi_as_mults()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-math-opts.c1246 #define POWI_TABLE_SIZE 256 macro
1260 static const unsigned char powi_table[POWI_TABLE_SIZE] =
1322 bool cache[POWI_TABLE_SIZE]; in powi_cost()
1334 memset (cache, 0, POWI_TABLE_SIZE * sizeof (bool)); in powi_cost()
1339 while (val >= POWI_TABLE_SIZE) in powi_cost()
1370 if (n < POWI_TABLE_SIZE && cache[n]) in powi_as_mults_1()
1375 if (n < POWI_TABLE_SIZE) in powi_as_mults_1()
1407 tree cache[POWI_TABLE_SIZE], result, type = TREE_TYPE (arg0); in powi_as_mults()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-math-opts.c1047 #define POWI_TABLE_SIZE 256 macro
1061 static const unsigned char powi_table[POWI_TABLE_SIZE] =
1123 bool cache[POWI_TABLE_SIZE]; in powi_cost()
1135 memset (cache, 0, POWI_TABLE_SIZE * sizeof (bool)); in powi_cost()
1140 while (val >= POWI_TABLE_SIZE) in powi_cost()
1171 if (n < POWI_TABLE_SIZE && cache[n]) in powi_as_mults_1()
1176 if (n < POWI_TABLE_SIZE) in powi_as_mults_1()
1208 tree cache[POWI_TABLE_SIZE], result, type = TREE_TYPE (arg0); in powi_as_mults()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-math-opts.c1047 #define POWI_TABLE_SIZE 256 macro
1061 static const unsigned char powi_table[POWI_TABLE_SIZE] =
1123 bool cache[POWI_TABLE_SIZE]; in powi_cost()
1135 memset (cache, 0, POWI_TABLE_SIZE * sizeof (bool)); in powi_cost()
1140 while (val >= POWI_TABLE_SIZE) in powi_cost()
1171 if (n < POWI_TABLE_SIZE && cache[n]) in powi_as_mults_1()
1176 if (n < POWI_TABLE_SIZE) in powi_as_mults_1()
1208 tree cache[POWI_TABLE_SIZE], result, type = TREE_TYPE (arg0); in powi_as_mults()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-math-opts.c1252 #define POWI_TABLE_SIZE 256 macro
1266 static const unsigned char powi_table[POWI_TABLE_SIZE] =
1328 bool cache[POWI_TABLE_SIZE]; in powi_cost()
1340 memset (cache, 0, POWI_TABLE_SIZE * sizeof (bool)); in powi_cost()
1345 while (val >= POWI_TABLE_SIZE) in powi_cost()
1376 if (n < POWI_TABLE_SIZE && cache[n]) in powi_as_mults_1()
1381 if (n < POWI_TABLE_SIZE) in powi_as_mults_1()
1413 tree cache[POWI_TABLE_SIZE], result, type = TREE_TYPE (arg0); in powi_as_mults()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-math-opts.c1047 #define POWI_TABLE_SIZE 256 macro
1061 static const unsigned char powi_table[POWI_TABLE_SIZE] =
1123 bool cache[POWI_TABLE_SIZE]; in powi_cost()
1135 memset (cache, 0, POWI_TABLE_SIZE * sizeof (bool)); in powi_cost()
1140 while (val >= POWI_TABLE_SIZE) in powi_cost()
1171 if (n < POWI_TABLE_SIZE && cache[n]) in powi_as_mults_1()
1176 if (n < POWI_TABLE_SIZE) in powi_as_mults_1()
1208 tree cache[POWI_TABLE_SIZE], result, type = TREE_TYPE (arg0); in powi_as_mults()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-math-opts.c1047 #define POWI_TABLE_SIZE 256 macro
1061 static const unsigned char powi_table[POWI_TABLE_SIZE] =
1123 bool cache[POWI_TABLE_SIZE]; in powi_cost()
1135 memset (cache, 0, POWI_TABLE_SIZE * sizeof (bool)); in powi_cost()
1140 while (val >= POWI_TABLE_SIZE) in powi_cost()
1171 if (n < POWI_TABLE_SIZE && cache[n]) in powi_as_mults_1()
1176 if (n < POWI_TABLE_SIZE) in powi_as_mults_1()
1208 tree cache[POWI_TABLE_SIZE], result, type = TREE_TYPE (arg0); in powi_as_mults()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-math-opts.c1046 #define POWI_TABLE_SIZE 256 macro
1060 static const unsigned char powi_table[POWI_TABLE_SIZE] =
1122 bool cache[POWI_TABLE_SIZE]; in powi_cost()
1134 memset (cache, 0, POWI_TABLE_SIZE * sizeof (bool)); in powi_cost()
1139 while (val >= POWI_TABLE_SIZE) in powi_cost()
1170 if (n < POWI_TABLE_SIZE && cache[n]) in powi_as_mults_1()
1175 if (n < POWI_TABLE_SIZE) in powi_as_mults_1()
1207 tree cache[POWI_TABLE_SIZE], result, type = TREE_TYPE (arg0); in powi_as_mults()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-math-opts.c1246 #define POWI_TABLE_SIZE 256 macro
1260 static const unsigned char powi_table[POWI_TABLE_SIZE] =
1322 bool cache[POWI_TABLE_SIZE]; in powi_cost()
1334 memset (cache, 0, POWI_TABLE_SIZE * sizeof (bool)); in powi_cost()
1339 while (val >= POWI_TABLE_SIZE) in powi_cost()
1370 if (n < POWI_TABLE_SIZE && cache[n]) in powi_as_mults_1()
1375 if (n < POWI_TABLE_SIZE) in powi_as_mults_1()
1407 tree cache[POWI_TABLE_SIZE], result, type = TREE_TYPE (arg0); in powi_as_mults()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-math-opts.c1246 #define POWI_TABLE_SIZE 256 macro
1260 static const unsigned char powi_table[POWI_TABLE_SIZE] =
1322 bool cache[POWI_TABLE_SIZE]; in powi_cost()
1334 memset (cache, 0, POWI_TABLE_SIZE * sizeof (bool)); in powi_cost()
1339 while (val >= POWI_TABLE_SIZE) in powi_cost()
1370 if (n < POWI_TABLE_SIZE && cache[n]) in powi_as_mults_1()
1375 if (n < POWI_TABLE_SIZE) in powi_as_mults_1()
1407 tree cache[POWI_TABLE_SIZE], result, type = TREE_TYPE (arg0); in powi_as_mults()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-math-opts.c1252 #define POWI_TABLE_SIZE 256 macro
1266 static const unsigned char powi_table[POWI_TABLE_SIZE] =
1328 bool cache[POWI_TABLE_SIZE]; in powi_cost()
1340 memset (cache, 0, POWI_TABLE_SIZE * sizeof (bool)); in powi_cost()
1345 while (val >= POWI_TABLE_SIZE) in powi_cost()
1376 if (n < POWI_TABLE_SIZE && cache[n]) in powi_as_mults_1()
1381 if (n < POWI_TABLE_SIZE) in powi_as_mults_1()
1413 tree cache[POWI_TABLE_SIZE], result, type = TREE_TYPE (arg0); in powi_as_mults()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-math-opts.c1252 #define POWI_TABLE_SIZE 256 macro
1266 static const unsigned char powi_table[POWI_TABLE_SIZE] =
1328 bool cache[POWI_TABLE_SIZE]; in powi_cost()
1340 memset (cache, 0, POWI_TABLE_SIZE * sizeof (bool)); in powi_cost()
1345 while (val >= POWI_TABLE_SIZE) in powi_cost()
1376 if (n < POWI_TABLE_SIZE && cache[n]) in powi_as_mults_1()
1381 if (n < POWI_TABLE_SIZE) in powi_as_mults_1()
1413 tree cache[POWI_TABLE_SIZE], result, type = TREE_TYPE (arg0); in powi_as_mults()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-math-opts.c889 #define POWI_TABLE_SIZE 256 macro
903 static const unsigned char powi_table[POWI_TABLE_SIZE] =
965 bool cache[POWI_TABLE_SIZE]; in powi_cost()
977 memset (cache, 0, POWI_TABLE_SIZE * sizeof (bool)); in powi_cost()
982 while (val >= POWI_TABLE_SIZE) in powi_cost()
1013 if (n < POWI_TABLE_SIZE && cache[n]) in powi_as_mults_1()
1018 if (n < POWI_TABLE_SIZE) in powi_as_mults_1()
1050 tree cache[POWI_TABLE_SIZE], result, type = TREE_TYPE (arg0); in powi_as_mults()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-math-opts.c889 #define POWI_TABLE_SIZE 256 macro
903 static const unsigned char powi_table[POWI_TABLE_SIZE] =
965 bool cache[POWI_TABLE_SIZE]; in powi_cost()
977 memset (cache, 0, POWI_TABLE_SIZE * sizeof (bool)); in powi_cost()
982 while (val >= POWI_TABLE_SIZE) in powi_cost()
1013 if (n < POWI_TABLE_SIZE && cache[n]) in powi_as_mults_1()
1018 if (n < POWI_TABLE_SIZE) in powi_as_mults_1()
1050 tree cache[POWI_TABLE_SIZE], result, type = TREE_TYPE (arg0); in powi_as_mults()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-math-opts.c1374 #define POWI_TABLE_SIZE 256 macro
1388 static const unsigned char powi_table[POWI_TABLE_SIZE] =
1450 bool cache[POWI_TABLE_SIZE]; in powi_cost()
1462 memset (cache, 0, POWI_TABLE_SIZE * sizeof (bool)); in powi_cost()
1467 while (val >= POWI_TABLE_SIZE) in powi_cost()
1498 if (n < POWI_TABLE_SIZE && cache[n]) in powi_as_mults_1()
1503 if (n < POWI_TABLE_SIZE) in powi_as_mults_1()
1535 tree cache[POWI_TABLE_SIZE], result, type = TREE_TYPE (arg0); in powi_as_mults()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-math-opts.c1374 #define POWI_TABLE_SIZE 256 macro
1388 static const unsigned char powi_table[POWI_TABLE_SIZE] =
1450 bool cache[POWI_TABLE_SIZE]; in powi_cost()
1462 memset (cache, 0, POWI_TABLE_SIZE * sizeof (bool)); in powi_cost()
1467 while (val >= POWI_TABLE_SIZE) in powi_cost()
1498 if (n < POWI_TABLE_SIZE && cache[n]) in powi_as_mults_1()
1503 if (n < POWI_TABLE_SIZE) in powi_as_mults_1()
1535 tree cache[POWI_TABLE_SIZE], result, type = TREE_TYPE (arg0); in powi_as_mults()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-math-opts.c1374 #define POWI_TABLE_SIZE 256 macro
1388 static const unsigned char powi_table[POWI_TABLE_SIZE] =
1450 bool cache[POWI_TABLE_SIZE]; in powi_cost()
1462 memset (cache, 0, POWI_TABLE_SIZE * sizeof (bool)); in powi_cost()
1467 while (val >= POWI_TABLE_SIZE) in powi_cost()
1498 if (n < POWI_TABLE_SIZE && cache[n]) in powi_as_mults_1()
1503 if (n < POWI_TABLE_SIZE) in powi_as_mults_1()
1535 tree cache[POWI_TABLE_SIZE], result, type = TREE_TYPE (arg0); in powi_as_mults()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-math-opts.c1374 #define POWI_TABLE_SIZE 256 macro
1388 static const unsigned char powi_table[POWI_TABLE_SIZE] =
1450 bool cache[POWI_TABLE_SIZE]; in powi_cost()
1462 memset (cache, 0, POWI_TABLE_SIZE * sizeof (bool)); in powi_cost()
1467 while (val >= POWI_TABLE_SIZE) in powi_cost()
1498 if (n < POWI_TABLE_SIZE && cache[n]) in powi_as_mults_1()
1503 if (n < POWI_TABLE_SIZE) in powi_as_mults_1()
1535 tree cache[POWI_TABLE_SIZE], result, type = TREE_TYPE (arg0); in powi_as_mults()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dbuiltins.c1914 #define POWI_TABLE_SIZE 256 macro
1928 static const unsigned char powi_table[POWI_TABLE_SIZE] =
1990 bool cache[POWI_TABLE_SIZE]; in powi_cost()
2002 memset (cache, 0, POWI_TABLE_SIZE * sizeof (bool)); in powi_cost()
2007 while (val >= POWI_TABLE_SIZE) in powi_cost()
2037 if (n < POWI_TABLE_SIZE) in expand_powi_1()
2076 rtx cache[POWI_TABLE_SIZE]; in expand_powi()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dbuiltins.c1914 #define POWI_TABLE_SIZE 256 macro
1928 static const unsigned char powi_table[POWI_TABLE_SIZE] =
1990 bool cache[POWI_TABLE_SIZE]; in powi_cost()
2002 memset (cache, 0, POWI_TABLE_SIZE * sizeof (bool)); in powi_cost()
2007 while (val >= POWI_TABLE_SIZE) in powi_cost()
2037 if (n < POWI_TABLE_SIZE) in expand_powi_1()
2076 rtx cache[POWI_TABLE_SIZE]; in expand_powi()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dbuiltins.c2421 #define POWI_TABLE_SIZE 256
2435 static const unsigned char powi_table[POWI_TABLE_SIZE] =
2497 bool cache[POWI_TABLE_SIZE];
2509 memset (cache, 0, POWI_TABLE_SIZE * sizeof (bool));
2514 while (val >= POWI_TABLE_SIZE)
2544 if (n < POWI_TABLE_SIZE)
2583 rtx cache[POWI_TABLE_SIZE];

12