Searched refs:exp2 (Results 126 - 150 of 160) sorted by relevance

1234567

/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDbeSession.cc1418 Experiment *exp2; local
1432 Vec_loop (Experiment*, exps, index, exp2)
1434 if (exp2->founder_exp == exp)
1436 exp2->founder_exp = NULL;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c5881 tree exp1, exp2;
5892 exp2 = c_parser_expr_no_commas (parser, NULL).value;
5894 label = do_case (loc1, exp1, exp2);
7654 struct c_expr cond, exp1, exp2, ret;
7719 exp2 = c_parser_conditional_expression (parser, NULL, NULL_TREE);
7720 exp2 = convert_lvalue_to_rvalue (exp2_loc, exp2, true, true);
7724 location_t loc2 = make_location (exp2.get_start (), exp2.src_range);
7728 exp2
5879 tree exp1, exp2; local
7652 struct c_expr cond, exp1, exp2, ret; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-sra.c2002 same_access_path_p (tree exp1, tree exp2) argument
2004 if (TREE_CODE (exp1) != TREE_CODE (exp2))
2015 == TYPE_MAIN_VARIANT (TREE_TYPE (exp2))))
2021 if (!operand_equal_p (exp1, exp2, OEP_ADDRESS_OF))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-sra.cc2025 same_access_path_p (tree exp1, tree exp2) argument
2027 if (TREE_CODE (exp1) != TREE_CODE (exp2))
2038 == TYPE_MAIN_VARIANT (TREE_TYPE (exp2))))
2044 if (!operand_equal_p (exp1, exp2, OEP_ADDRESS_OF))
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h501 exp2, member in class:BUILTIN
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.h689 {"exp2", 99},
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_scalar.h372 { return std::exp2(__x); }
H A Dsimd_math.h567 _GLIBCXX_SIMD_MATH_CALL_(exp2)
H A Dsimd_fixed_size.h1607 _GLIBCXX_SIMD_APPLY_ON_TUPLE(_Tp, exp2)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.h689 {"exp2", 99},
/netbsd-current/lib/libm/
H A DMakefile489 exp.3 exp2.3 exp.3 exp2f.3 exp.3 expl.3 \
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_hip_math.h762 double exp2(double __x) { return __ocml_exp2_f64(__x); } function
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVectorUtils.cpp70 case Intrinsic::exp2:
H A DConstantFolding.cpp1494 case Intrinsic::exp2:
1592 Name == "exp2" || Name == "exp2f";
2034 case Intrinsic::exp2:
2035 // Fold exp2(x) as pow(2, x), in case the host lacks a C99 library.
2125 // Fold exp2(x) as pow(2, x), in case the host lacks a C99 library.
H A DValueTracking.cpp3320 return Intrinsic::exp2;
3556 case Intrinsic::exp2:
3735 case Intrinsic::exp2:
H A DInstructionSimplify.cpp5290 case Intrinsic::exp2:
5291 // exp2(log2(x)) -> x
5301 // log2(exp2(x)) -> x
5303 (match(Op0, m_Intrinsic<Intrinsic::exp2>(m_Value(X))) ||
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp474 case Intrinsic::exp2:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.c7357 Expression *exp2 = ::semantic(exp, sc2); local
7358 exp2 = resolvePropertiesOnly(sc2, exp2);
7361 if (exp2->op == TOKerror)
7364 exp = exp2;
7367 exp = exp2;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1537 case Intrinsic::exp2:
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1716 case Intrinsic::exp2:
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-xtensa.c2926 expressionS *exp2;
2975 exp2 = &insn->tok[cond->op_data];
2980 if (!expr_is_equal (exp1, exp2))
2984 if (expr_is_equal (exp1, exp2))
2920 expressionS *exp2; local
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-xtensa.c2966 expressionS *exp2;
3015 exp2 = &insn->tok[cond->op_data];
3020 if (!expr_is_equal (exp1, exp2))
3024 if (expr_is_equal (exp1, exp2))
2960 expressionS *exp2; local
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-xtensa.c2966 expressionS *exp2;
3015 exp2 = &insn->tok[cond->op_data];
3020 if (!expr_is_equal (exp1, exp2))
3024 if (expr_is_equal (exp1, exp2))
2960 expressionS *exp2; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c7199 long exp2; local
7240 exp2 = mpz_get_si (i->value.integer);
7241 mpfr_mul_2si (result->value.real, frac, exp2, GFC_RND_MODE);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.cc7311 long exp2; local
7352 exp2 = mpz_get_si (i->value.integer);
7353 mpfr_mul_2si (result->value.real, frac, exp2, GFC_RND_MODE);

Completed in 544 milliseconds

1234567