Home
last modified time | relevance | path

Searched refs:bexp (Results 1 – 25 of 576) sorted by relevance

12345678910>>...24

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/VEX/useful/
H A Dfp_80_64.c111 bexp &= 0x7FF; in convert_f64le_to_f80le()
114 if (bexp == 0 || bexp == 0x7FF) { in convert_f64le_to_f80le()
129 if (bexp == 0) { in convert_f64le_to_f80le()
159 bexp -= shift; in convert_f64le_to_f80le()
173 if (bexp == 0x7FF) { in convert_f64le_to_f80le()
247 Int bexp, i, j; in convert_f80le_to_f64le() local
252 bexp &= 0x7FFF; in convert_f80le_to_f64le()
258 if (bexp == 0) { in convert_f80le_to_f64le()
333 if (bexp >= 0x7FF) { in convert_f80le_to_f64le()
341 if (bexp <= 0) { in convert_f80le_to_f64le()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/VEX/useful/
H A Dfp_80_64.c111 bexp &= 0x7FF; in convert_f64le_to_f80le()
114 if (bexp == 0 || bexp == 0x7FF) { in convert_f64le_to_f80le()
129 if (bexp == 0) { in convert_f64le_to_f80le()
159 bexp -= shift; in convert_f64le_to_f80le()
173 if (bexp == 0x7FF) { in convert_f64le_to_f80le()
247 Int bexp, i, j; in convert_f80le_to_f64le() local
252 bexp &= 0x7FFF; in convert_f80le_to_f64le()
258 if (bexp == 0) { in convert_f80le_to_f64le()
333 if (bexp >= 0x7FF) { in convert_f80le_to_f64le()
341 if (bexp <= 0) { in convert_f80le_to_f64le()
[all …]
/dports/math/geogram/geogram-1.7.7/src/bin/fpg/
H A DSimple_semistatic_filter.cpp83 if( is_float( bexp->e1->getType() ) || in visit()
86 switch(bexp->kind) { in visit()
96 add_tmp_result( bexp ); in visit()
104 Generic_visitor::visit( bexp ); in visit()
224 Generic_visitor::visit( bexp ); in visit()
234 store_bound( bexp->e1, bound_1 ); in visit()
235 store_bound( bexp->e2, bound_2 ); in visit()
236 switch( bexp->kind ) { in visit()
582 switch( bexp->kind ) { in visit()
590 if( is_float(bexp->e1->getType()) || is_float(bexp->e2->getType()) ) { in visit()
[all …]
/dports/math/p5-Math-BigInt/Math-BigInt-1.999827/t/
H A Dbiglog.t32 # test $n->bexp() in Math::BigInt
34 is($class->new(1)->bexp(), '2', "$class->new(1)->bexp()");
35 is($class->new(2)->bexp(), '7', "$class->new(2)->bexp()");
36 is($class->new(3)->bexp(), '20', "$class->new(3)->bexp()");
206 'bexp(1)');
207 is($class->new(2)->bexp(40), $class->new(1)->bexp(45)->bpow(2, 40),
208 'bexp(2)');
210 is($class->new("12.5")->bexp(61), $class->new(1)->bexp(65)->bpow(12.5, 61),
211 'bexp(12.5)');
216 is($class->new(1)->bexp(100),
[all …]
/dports/math/p5-Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.5012/t/
H A Dbiglog.t32 # test $n->bexp() in Math::BigInt
34 is($class->new(1)->bexp(), '2', "$class->new(1)->bexp()");
35 is($class->new(2)->bexp(), '7', "$class->new(2)->bexp()");
36 is($class->new(3)->bexp(), '20', "$class->new(3)->bexp()");
206 'bexp(1)');
207 is($class->new(2)->bexp(40), $class->new(1)->bexp(45)->bpow(2, 40),
208 'bexp(2)');
210 is($class->new("12.5")->bexp(61), $class->new(1)->bexp(65)->bpow(12.5, 61),
211 'bexp(12.5)');
216 is($class->new(1)->bexp(100),
[all …]
/dports/math/p5-Math-BigInt-GMP/Math-BigInt-GMP-1.6009/t/
H A Dbiglog.t32 # test $n->bexp() in Math::BigInt
34 is($class->new(1)->bexp(), '2', "$class->new(1)->bexp()");
35 is($class->new(2)->bexp(), '7', "$class->new(2)->bexp()");
36 is($class->new(3)->bexp(), '20', "$class->new(3)->bexp()");
206 'bexp(1)');
207 is($class->new(2)->bexp(40), $class->new(1)->bexp(45)->bpow(2, 40),
208 'bexp(2)');
210 is($class->new("12.5")->bexp(61), $class->new(1)->bexp(65)->bpow(12.5, 61),
211 'bexp(12.5)');
216 is($class->new(1)->bexp(100),
[all …]
/dports/math/p5-Math-BigInt-Pari/Math-BigInt-Pari-1.3008/t/
H A Dbiglog.t32 # test $n->bexp() in Math::BigInt
34 is($class->new(1)->bexp(), '2', "$class->new(1)->bexp()");
35 is($class->new(2)->bexp(), '7', "$class->new(2)->bexp()");
36 is($class->new(3)->bexp(), '20', "$class->new(3)->bexp()");
206 'bexp(1)');
207 is($class->new(2)->bexp(40), $class->new(1)->bexp(45)->bpow(2, 40),
208 'bexp(2)');
210 is($class->new("12.5")->bexp(61), $class->new(1)->bexp(65)->bpow(12.5, 61),
211 'bexp(12.5)');
216 is($class->new(1)->bexp(100),
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/Math-BigInt/t/
H A Dbiglog.t34 is($class->new(1)->bexp(), '2', "$class->new(1)->bexp()");
35 is($class->new(2)->bexp(), '7', "$class->new(2)->bexp()");
36 is($class->new(3)->bexp(), '20', "$class->new(3)->bexp()");
205 is($class->new(1)->bexp(), '2.718281828459045235360287471352662497757',
207 is($class->new(2)->bexp(40), $class->new(1)->bexp(45)->bpow(2, 40),
210 is($class->new("12.5")->bexp(61), $class->new(1)->bexp(65)->bpow(12.5, 61),
216 is($class->new(1)->bexp(100),
221 is($class->new("12.5")->bexp(91), $class->new(1)->bexp(95)->bpow(12.5, 91),
224 is($class->new("-118.5")->bexp(20)->bsstr(),
228 is($class->new("-394.84010945715266885")->bexp(20)->bsstr(),
/dports/lang/perl5.30/perl-5.30.3/cpan/Math-BigInt-FastCalc/t/
H A Dbiglog.t34 is($class->new(1)->bexp(), '2', "$class->new(1)->bexp()");
35 is($class->new(2)->bexp(), '7', "$class->new(2)->bexp()");
36 is($class->new(3)->bexp(), '20', "$class->new(3)->bexp()");
205 is($class->new(1)->bexp(), '2.718281828459045235360287471352662497757',
207 is($class->new(2)->bexp(40), $class->new(1)->bexp(45)->bpow(2, 40),
210 is($class->new("12.5")->bexp(61), $class->new(1)->bexp(65)->bpow(12.5, 61),
216 is($class->new(1)->bexp(100),
221 is($class->new("12.5")->bexp(91), $class->new(1)->bexp(95)->bpow(12.5, 91),
224 is($class->new("-118.5")->bexp(20)->bsstr(),
228 is($class->new("-394.84010945715266885")->bexp(20)->bsstr(),
/dports/lang/perl5.32/perl-5.32.1/cpan/Math-BigInt/t/
H A Dbiglog.t34 is($class->new(1)->bexp(), '2', "$class->new(1)->bexp()");
35 is($class->new(2)->bexp(), '7', "$class->new(2)->bexp()");
36 is($class->new(3)->bexp(), '20', "$class->new(3)->bexp()");
205 is($class->new(1)->bexp(), '2.718281828459045235360287471352662497757',
207 is($class->new(2)->bexp(40), $class->new(1)->bexp(45)->bpow(2, 40),
210 is($class->new("12.5")->bexp(61), $class->new(1)->bexp(65)->bpow(12.5, 61),
216 is($class->new(1)->bexp(100),
221 is($class->new("12.5")->bexp(91), $class->new(1)->bexp(95)->bpow(12.5, 91),
224 is($class->new("-118.5")->bexp(20)->bsstr(),
228 is($class->new("-394.84010945715266885")->bexp(20)->bsstr(),
/dports/lang/perl5.32/perl-5.32.1/cpan/Math-BigInt-FastCalc/t/
H A Dbiglog.t34 is($class->new(1)->bexp(), '2', "$class->new(1)->bexp()");
35 is($class->new(2)->bexp(), '7', "$class->new(2)->bexp()");
36 is($class->new(3)->bexp(), '20', "$class->new(3)->bexp()");
205 is($class->new(1)->bexp(), '2.718281828459045235360287471352662497757',
207 is($class->new(2)->bexp(40), $class->new(1)->bexp(45)->bpow(2, 40),
210 is($class->new("12.5")->bexp(61), $class->new(1)->bexp(65)->bpow(12.5, 61),
216 is($class->new(1)->bexp(100),
221 is($class->new("12.5")->bexp(91), $class->new(1)->bexp(95)->bpow(12.5, 91),
224 is($class->new("-118.5")->bexp(20)->bsstr(),
228 is($class->new("-394.84010945715266885")->bexp(20)->bsstr(),
/dports/lang/perl5.34/perl-5.34.0/cpan/Math-BigInt-FastCalc/t/
H A Dbiglog.t34 is($class->new(1)->bexp(), '2', "$class->new(1)->bexp()");
35 is($class->new(2)->bexp(), '7', "$class->new(2)->bexp()");
36 is($class->new(3)->bexp(), '20', "$class->new(3)->bexp()");
205 is($class->new(1)->bexp(), '2.718281828459045235360287471352662497757',
207 is($class->new(2)->bexp(40), $class->new(1)->bexp(45)->bpow(2, 40),
210 is($class->new("12.5")->bexp(61), $class->new(1)->bexp(65)->bpow(12.5, 61),
216 is($class->new(1)->bexp(100),
221 is($class->new("12.5")->bexp(91), $class->new(1)->bexp(95)->bpow(12.5, 91),
224 is($class->new("-118.5")->bexp(20)->bsstr(),
228 is($class->new("-394.84010945715266885")->bexp(20)->bsstr(),
/dports/lang/perl5.34/perl-5.34.0/cpan/Math-BigInt/t/
H A Dbiglog.t34 is($class->new(1)->bexp(), '2', "$class->new(1)->bexp()");
35 is($class->new(2)->bexp(), '7', "$class->new(2)->bexp()");
36 is($class->new(3)->bexp(), '20', "$class->new(3)->bexp()");
205 is($class->new(1)->bexp(), '2.718281828459045235360287471352662497757',
207 is($class->new(2)->bexp(40), $class->new(1)->bexp(45)->bpow(2, 40),
210 is($class->new("12.5")->bexp(61), $class->new(1)->bexp(65)->bpow(12.5, 61),
216 is($class->new(1)->bexp(100),
221 is($class->new("12.5")->bexp(91), $class->new(1)->bexp(95)->bpow(12.5, 91),
224 is($class->new("-118.5")->bexp(20)->bsstr(),
228 is($class->new("-394.84010945715266885")->bexp(20)->bsstr(),
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Math-BigInt-FastCalc/t/
H A Dbiglog.t34 is($class->new(1)->bexp(), '2', "$class->new(1)->bexp()");
35 is($class->new(2)->bexp(), '7', "$class->new(2)->bexp()");
36 is($class->new(3)->bexp(), '20', "$class->new(3)->bexp()");
205 is($class->new(1)->bexp(), '2.718281828459045235360287471352662497757',
207 is($class->new(2)->bexp(40), $class->new(1)->bexp(45)->bpow(2, 40),
210 is($class->new("12.5")->bexp(61), $class->new(1)->bexp(65)->bpow(12.5, 61),
216 is($class->new(1)->bexp(100),
221 is($class->new("12.5")->bexp(91), $class->new(1)->bexp(95)->bpow(12.5, 91),
224 is($class->new("-118.5")->bexp(20)->bsstr(),
228 is($class->new("-394.84010945715266885")->bexp(20)->bsstr(),
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Math-BigInt/t/
H A Dbiglog.t34 is($class->new(1)->bexp(), '2', "$class->new(1)->bexp()");
35 is($class->new(2)->bexp(), '7', "$class->new(2)->bexp()");
36 is($class->new(3)->bexp(), '20', "$class->new(3)->bexp()");
205 is($class->new(1)->bexp(), '2.718281828459045235360287471352662497757',
207 is($class->new(2)->bexp(40), $class->new(1)->bexp(45)->bpow(2, 40),
210 is($class->new("12.5")->bexp(61), $class->new(1)->bexp(65)->bpow(12.5, 61),
216 is($class->new(1)->bexp(100),
221 is($class->new("12.5")->bexp(91), $class->new(1)->bexp(95)->bpow(12.5, 91),
224 is($class->new("-118.5")->bexp(20)->bsstr(),
228 is($class->new("-394.84010945715266885")->bexp(20)->bsstr(),
/dports/math/arb/arb-2.21.1/arb/
H A Dset_interval_mag.c19 slong aexp, bexp; in arb_set_interval_mag() local
26 bexp = MAG_EXP(b); in arb_set_interval_mag()
35 (aexp > bexp || (aexp == bexp && aman > bman)))) in arb_set_interval_mag()
42 if (aman == 0 || bexp - aexp > MAG_BITS) in arb_set_interval_mag()
49 tmp = (aman >> (bexp - aexp)); in arb_set_interval_mag()
52 rman += ((tmp << (bexp - aexp)) != aman); /* rounding error */ in arb_set_interval_mag()
57 ARF_EXP(arb_midref(res)) += bexp - MAG_BITS - 1; in arb_set_interval_mag()
61 MAG_EXP(arb_radref(res)) += bexp - MAG_BITS - 1; in arb_set_interval_mag()
H A Dset_interval_neg_pos_mag.c19 slong aexp, bexp, mexp, shift; in arb_set_interval_neg_pos_mag() local
27 bexp = MAG_EXP(b); in arb_set_interval_neg_pos_mag()
38 mexp = bexp; in arb_set_interval_neg_pos_mag()
49 else if (aexp == bexp) in arb_set_interval_neg_pos_mag()
59 else if (aexp > bexp) in arb_set_interval_neg_pos_mag()
63 shift = aexp - bexp; in arb_set_interval_neg_pos_mag()
80 mexp = bexp; in arb_set_interval_neg_pos_mag()
81 shift = bexp - aexp; in arb_set_interval_neg_pos_mag()
/dports/security/p5-CryptX/CryptX-0.075/t/
H A Dmbi_ltm_biglog.t39 is ($cl->new(1)->bexp(), '2', "bexp(1)");
40 is ($cl->new(2)->bexp(), '7',"bexp(2)");
41 is ($cl->new(3)->bexp(), '20', "bexp(3)");
167 is ($cl->new(1)->bexp(), '2.718281828459045235360287471352662497757', 'bexp(1)');
168 is ($cl->new(2)->bexp(40), $cl->new(1)->bexp(45)->bpow(2,40), 'bexp(2)');
170 is ($cl->new("12.5")->bexp(61), $cl->new(1)->bexp(65)->bpow(12.5,61), 'bexp(12.5)');
175 is ($cl->new(1)->bexp(100),
179 is ($cl->new("12.5")->bexp(91), $cl->new(1)->bexp(95)->bpow(12.5,91),
/dports/math/geogram/geogram-1.7.7/src/bin/fpg/FPG/
H A DAbstract_value.h33 virtual Abstract_value* add( Abstract_value* other, AST::BinaryExpression *bexp ) { in add()
34 argused(bexp); in add()
37 virtual Abstract_value* sub( Abstract_value* other, AST::BinaryExpression *bexp ) { in sub()
38 argused(bexp); in sub()
41 virtual Abstract_value* mul( Abstract_value* other, AST::BinaryExpression *bexp ) { in mul()
42 argused(bexp); in mul()
45 virtual Abstract_value* div( Abstract_value* other, AST::BinaryExpression *bexp ) { in div()
46 argused(bexp); in div()
/dports/textproc/zorba/zorba-2.7.0/src/zorbatypes/mapm/
H A Dmapm_add.c102 bexp = b->m_apm_exponent; in m_apm_add()
111 if (aexp == bexp) in m_apm_add()
118 if (aexp > bexp) in m_apm_add()
121 M_apm_scale(M_work2, (aexp + 2 - bexp)); in m_apm_add()
126 M_apm_scale(M_work1, (bexp + 2 - aexp)); in m_apm_add()
187 int itmp, j, flag, icompare, sign, aexp, bexp, in m_apm_subtract() local
252 bexp = M_work2->m_apm_exponent; in m_apm_subtract()
254 if (aexp > bexp) in m_apm_subtract()
255 M_apm_scale(M_work2, (aexp - bexp)); in m_apm_subtract()
257 if (aexp < bexp) in m_apm_subtract()
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/src/
H A Dnum_get_float.cpp269 bexp = 0; in _Stl_tenscale()
308 bexp += _Stl_twoexp[hi] - norm; in _Stl_tenscale()
315 bexp += _Stl_twoexp[lo] - norm; in _Stl_tenscale()
381 bexp -= 64 - nzero; in _Stl_atod()
389 bexp += sexp; in _Stl_atod()
392 bexp += 1022; in _Stl_atod()
445 ++bexp; in _Stl_atod()
517 bexp -= nzero;
526 bexp += sexp;
549 ++bexp;
[all …]
/dports/lang/clips/clips_core_source_630/core/
H A Dexprnbin.c126 BSAVE_EXPRESSION *bexp; in UpdateExpression() local
129 bexp = (BSAVE_EXPRESSION *) buf; in UpdateExpression()
130 ExpressionData(theEnv)->ExpressionArray[obji].type = bexp->type; in UpdateExpression()
131 switch(bexp->type) in UpdateExpression()
139 ExpressionData(theEnv)->ExpressionArray[obji].value = (void *) GenericPointer(bexp->value); in UpdateExpression()
163 ExpressionData(theEnv)->ExpressionArray[obji].value = (void *) DefclassPointer(bexp->value); in UpdateExpression()
172 … ExpressionData(theEnv)->ExpressionArray[obji].value = (void *) DefglobalPointer(bexp->value); in UpdateExpression()
222 if (EvaluationData(theEnv)->PrimitivesArray[bexp->type] == NULL) break; in UpdateExpression()
223 if (EvaluationData(theEnv)->PrimitivesArray[bexp->type]->bitMap) in UpdateExpression()
231 theIndex = (long int) bexp->nextArg; in UpdateExpression()
[all …]
/dports/games/warmux/warmux-11.04/build/symbian/lib/stlport/src/
H A Dnum_get_float.cpp339 bexp = 0;
374 bexp += _Stl_twoexp[hi] - norm;
380 bexp += _Stl_twoexp[lo] - norm;
468 bexp -= 64 - nzero;
476 bexp += sexp;
479 bexp += 1022;
544 ++bexp;
620 bexp -= nzero;
629 bexp += sexp;
632 bexp += 1022;
[all …]
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/pgscript/utilities/m_apm/
H A Dmapm_add.cpp88 bexp = b->m_apm_exponent; in m_apm_add()
97 if (aexp == bexp) in m_apm_add()
104 if (aexp > bexp) in m_apm_add()
107 M_apm_scale(M_work2, (aexp + 2 - bexp)); in m_apm_add()
112 M_apm_scale(M_work1, (bexp + 2 - aexp)); in m_apm_add()
173 int itmp, j, flag, icompare, sign, aexp, bexp, in m_apm_subtract() local
238 bexp = M_work2->m_apm_exponent; in m_apm_subtract()
240 if (aexp > bexp) in m_apm_subtract()
241 M_apm_scale(M_work2, (aexp - bexp)); in m_apm_subtract()
243 if (aexp < bexp) in m_apm_subtract()
[all …]
/dports/lang/polyml/polyml-5.8.2/Tests/Succeed/
H A DTest131.ML5 datatype bexp = Tt | Ff | V of IntInf.int | Not of bexp | And of bexp * bexp |
6 Or of bexp * bexp;
11 | bexp_rec f1 f2 f3 f4 f5 f6 (Not bexp) =
12 f4 bexp (bexp_rec f1 f2 f3 f4 f5 f6 bexp)

12345678910>>...24