Home
last modified time | relevance | path

Searched refs:exp2 (Results 1 – 25 of 75) sorted by relevance

123

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dfloatlib.c105 int exp1, exp2; in __addsf3() local
120 exp2 = EXP (fl2.l); in __addsf3()
122 if (exp1 > exp2 + 25) in __addsf3()
124 if (exp2 > exp1 + 25) { in __addsf3()
138 if (exp1 > exp2) in __addsf3()
140 mant2 >>= exp1 - exp2; in __addsf3()
144 mant1 >>= exp2 - exp1; in __addsf3()
145 exp1 = exp2; in __addsf3()
681 int exp1, exp2; in __adddf3() local
696 exp2 = EXPD(fl2); in __adddf3()
[all …]
Dcpptrad.c1185 const uchar *exp1 = macro1->exp.text, *exp2 = macro2->exp.text; local
1191 struct block *b2 = (struct block *) exp2;
1206 exp2 += BLOCK_LEN (b2->text_len);
/openbsd/src/regress/lib/libm/msun/
Dexponential_test.c72 test(exp2, x, result, exceptmask, excepts); \
142 ATF_TC_WITHOUT_HEAD(exp2);
143 ATF_TC_BODY(exp2, tc) in ATF_TC_BODY() argument
148 ATF_CHECK_EQ(exp2(i), ldexp(1.0, i)); in ATF_TC_BODY()
189 ATF_TP_ADD_TC(tp, exp2); in ATF_TP_ADD_TCS()
/openbsd/src/lib/libm/src/
Ds_exp2.c339 exp2(double x) in exp2() function
391 DEF_STD(exp2);
392 LDBL_MAYBE_UNUSED_CLONE(exp2);
/openbsd/src/usr.bin/rpcgen/
Drpc_util.c318 expected2(exp1, exp2) in expected2() argument
319 tok_kind exp1, exp2; in expected2()
322 toktostr(exp1), toktostr(exp2));
330 expected3(exp1, exp2, exp3) in expected3() argument
331 tok_kind exp1, exp2, exp3; in expected3()
334 toktostr(exp1), toktostr(exp2), toktostr(exp3));
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DVecFuncs.def218 TLI_DEFINE_VECFUNC("exp2", "__exp2d2", FIXED(2))
219 TLI_DEFINE_VECFUNC("llvm.exp2.f64", "__exp2d2", FIXED(2))
221 TLI_DEFINE_VECFUNC("llvm.exp2.f32", "__exp2f4", FIXED(4))
445 TLI_DEFINE_VECFUNC("exp2", "__svml_exp22", FIXED(2))
446 TLI_DEFINE_VECFUNC("exp2", "__svml_exp24", FIXED(4))
447 TLI_DEFINE_VECFUNC("exp2", "__svml_exp28", FIXED(8))
453 TLI_DEFINE_VECFUNC("llvm.exp2.f64", "__svml_exp22", FIXED(2))
454 TLI_DEFINE_VECFUNC("llvm.exp2.f64", "__svml_exp24", FIXED(4))
455 TLI_DEFINE_VECFUNC("llvm.exp2.f64", "__svml_exp28", FIXED(8))
457 TLI_DEFINE_VECFUNC("llvm.exp2.f32", "__svml_exp2f4", FIXED(4))
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dtypeck.c870 binary_numeric_promotion (t1, t2, exp1, exp2) in binary_numeric_promotion() argument
874 tree *exp2;
881 *exp2 = convert (double_type_node, *exp2);
889 *exp2 = convert (float_type_node, *exp2);
897 *exp2 = convert (long_type_node, *exp2);
904 *exp2 = convert (int_type_node, *exp2);
/openbsd/src/regress/lib/libm/cephes/
Dtestvect.c65 double exp2 (double);
179 {"exp2", exp2, &NAN, &NAN, 0},
180 {"exp2", exp2, &ZERO, &ONE, 0},
181 {"exp2", exp2, &MZERO, &ONE, 0},
182 {"exp2", exp2, &INF, &INF, 0},
183 {"exp2", exp2, &MINF, &ZERO, 0},
/openbsd/src/gnu/llvm/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h59 __DEVICE__ double exp2(double);
60 __DEVICE__ float exp2(float);
216 using ::exp2;
D__clang_cuda_cmath.h256 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, exp2)
383 using ::exp2;
D__clang_hip_cmath.h220 __DEF_FUN1(float, exp2)
496 __HIP_OVERLOAD1(double, exp2)
666 using ::exp2;
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-s390.c719 static int s390_exp_compare PARAMS ((expressionS *exp1, expressionS *exp2));
835 s390_exp_compare (exp1, exp2) in s390_exp_compare() argument
837 expressionS *exp2;
839 if (exp1->X_op != exp2->X_op)
846 return exp1->X_add_number == exp2->X_add_number;
856 return (exp1->X_add_symbol == exp2->X_add_symbol)
857 && (exp1->X_add_number == exp2->X_add_number);
878 return (exp1->X_add_symbol == exp2->X_add_symbol)
879 && (exp1->X_op_symbol == exp2->X_op_symbol)
880 && (exp1->X_add_number == exp2->X_add_number);
Dtc-sparc.c214 expressionS exp2; member
2425 the_insn.exp2 = the_insn.exp;
2427 if (the_insn.exp2.X_op == O_absent)
2428 the_insn.exp2.X_op = O_illegal;
2431 the_insn.exp = the_insn.exp2;
2432 the_insn.exp2.X_op = O_illegal;
2482 the_insn.exp = the_insn.exp2;
2484 the_insn.exp2.X_op = O_illegal;
2487 else if (the_insn.exp2.X_op != O_constant)
2926 fixP->tc_fix_data = the_insn->exp2.X_add_number;
Dtc-v850.c1066 expressionS exp2; in parse_register_list() local
1072 if (! register_name (&exp2)) in parse_register_list()
1075 exp2.X_add_number = exp.X_add_number; in parse_register_list()
1079 for (j = exp.X_add_number + 1; j <= exp2.X_add_number; j++) in parse_register_list()
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-s390.c722 static int s390_exp_compare PARAMS ((expressionS *exp1, expressionS *exp2));
838 s390_exp_compare (exp1, exp2) in s390_exp_compare() argument
840 expressionS *exp2;
842 if (exp1->X_op != exp2->X_op)
849 return exp1->X_add_number == exp2->X_add_number;
859 return (exp1->X_add_symbol == exp2->X_add_symbol)
860 && (exp1->X_add_number == exp2->X_add_number);
881 return (exp1->X_add_symbol == exp2->X_add_symbol)
882 && (exp1->X_op_symbol == exp2->X_op_symbol)
883 && (exp1->X_add_number == exp2->X_add_number);
Dtc-sparc.c218 expressionS exp2; member
2387 the_insn.exp2 = the_insn.exp;
2389 if (the_insn.exp2.X_op == O_absent)
2390 the_insn.exp2.X_op = O_illegal;
2393 the_insn.exp = the_insn.exp2;
2394 the_insn.exp2.X_op = O_illegal;
2444 the_insn.exp = the_insn.exp2;
2446 the_insn.exp2.X_op = O_illegal;
2449 else if (the_insn.exp2.X_op != O_constant)
2888 fixP->tc_fix_data = the_insn->exp2.X_add_number;
/openbsd/src/include/
Dtgmath.h128 #define exp2(x) __tg_simple(x, exp2) macro
Dmath.h207 double exp2(double);
/openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/
Dcmath64 #undef exp2
191 using ::exp2;
477 exp2(float __x)
481 exp2(long double __x)
486 exp2(_Tp __x)
489 return exp2(__type(__x));
Dmath.h56 using std::tr1::exp2;
/openbsd/src/gnu/llvm/clang/lib/Headers/openmp_wrappers/
Dcmath49 __DEVICE__ float exp2(float __x) { return ::exp2f(__x); }
104 __DEVICE__ float exp2(float __x) { return ::exp2f(__x); }
/openbsd/src/lib/libm/
DSymbols.map123 exp2;
/openbsd/src/gnu/gcc/gcc/
Dpostreload-gcse.c312 struct expr *exp2 = (struct expr *) exp2p; in expr_equiv_p() local
313 int equiv_p = exp_equiv_p (exp1->expr, exp2->expr, 0, true); in expr_equiv_p()
315 gcc_assert (!equiv_p || exp1->hash == exp2->hash); in expr_equiv_p()
/openbsd/src/gnu/gcc/libcpp/
Dtraditional.c1080 const uchar *exp1 = macro1->exp.text, *exp2 = macro2->exp.text; in _cpp_expansions_different_trad() local
1086 struct block *b2 = (struct block *) exp2; in _cpp_expansions_different_trad()
1101 exp2 += BLOCK_LEN (b2->text_len); in _cpp_expansions_different_trad()
/openbsd/src/lib/libm/hidden/
Dmath.h72 PROTO_NORMAL(exp2);

123