Home
last modified time | relevance | path

Searched refs:int_exp (Results 1 – 25 of 57) sorted by relevance

123

/dports/math/py-sympy/sympy-1.9/sympy/assumptions/handlers/
H A Dmatrices.py59 int_exp = ask(Q.integer(exp), assumptions)
60 if not int_exp:
123 if not int_exp:
227 if int_exp:
286 if int_exp:
435 if not int_exp:
493 if not int_exp:
552 if not int_exp:
626 if not int_exp:
661 if not int_exp:
[all …]
/dports/audio/epos-devel/epos-2.5.37/src/nnet/
H A Dneural_parse.yy161 %type <func_val> int_exp
167 %expect 1 //let bison expect one shift/reduce conflict: ( int_exp ) could be int_exp as well as ( f…
197 '(' unit_exp ',' unit_level ',' int_exp ')' { $$ = add_prefix_func (fu_next,0,$2,$4,$6); }
199 …| '(' unit_level ',' int_exp ')' { $$ = add_prefix_func (fu_next,0,add_prefix_func (fu_this,0,N…
200 | '(' unit_exp ',' int_exp ')' { $$ = add_prefix_func (fu_next,0,$2,make_tree (),$4); }
203 …| '(' int_exp ')' { $$ = add_prefix_func (fu_next,0,add_prefix_func (fu_this,0,NULL),make_t…
222 | "neural" '(' unit_exp ',' int_exp ')' { $$ = add_prefix_func (fu_neural,0,$3,$5); }
223 | int_exp //{ $$ = $1; } - default
228 int_exp: "count" '(' unit_level ',' unit_level ')' { $$ = add_prefix_func (fu_count,0,$3,$5); }
232 | '(' int_exp ')' { $$ = $2; }
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/mrbgems/mruby-math/test/
H A Dmath.rb6 flo_exp, int_exp, flo_act, int_act = *exp_ary, *act_ary
8 assert_operator(int_exp, :eql?, int_act)
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/mrbgems/mruby-math/test/
H A Dmath.rb6 flo_exp, int_exp, flo_act, int_act = *exp_ary, *act_ary
8 assert_operator(int_exp, :eql?, int_act)
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-math/test/
H A Dmath.rb6 flo_exp, int_exp, flo_act, int_act = *exp_ary, *act_ary
8 assert_operator(int_exp, :eql?, int_act)
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-math/test/
H A Dmath.rb6 flo_exp, int_exp, flo_act, int_act = *exp_ary, *act_ary
8 assert_operator(int_exp, :eql?, int_act)
/dports/lang/ruby26/ruby-2.6.9/test/ruby/
H A Dtest_math.rb22 flo_exp, int_exp, flo_act, int_act = *exp_ary, *act_ary
24 assert_equal(int_exp, int_act)
/dports/emulators/qemu-utils/qemu-4.2.1/target/tricore/
H A Dop_helper.c1958 int32_t int_exp = r1_high; in helper_pack() local
1964 if (((int_mant & (1<<31)) == 0) && (int_exp == 255)) { in helper_pack()
1967 } else if ((int_mant & (1<<31)) && (int_exp >= 127)) { in helper_pack()
1970 } else if ((int_mant & (1<<31)) && (int_exp <= -128)) { in helper_pack()
1980 temp_exp = int_exp + 128; in helper_pack()
2000 int32_t int_exp, int_mant; in helper_unpack() local
2003 int_exp = 255; in helper_unpack()
2006 int_exp = -127; in helper_unpack()
2009 int_exp = -126; in helper_unpack()
2012 int_exp = fp_exp - 127; in helper_unpack()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/target/tricore/
H A Dop_helper.c1958 int32_t int_exp = r1_high; in helper_pack() local
1964 if (((int_mant & (1<<31)) == 0) && (int_exp == 255)) { in helper_pack()
1967 } else if ((int_mant & (1<<31)) && (int_exp >= 127)) { in helper_pack()
1970 } else if ((int_mant & (1<<31)) && (int_exp <= -128)) { in helper_pack()
1980 temp_exp = int_exp + 128; in helper_pack()
2000 int32_t int_exp, int_mant; in helper_unpack() local
2003 int_exp = 255; in helper_unpack()
2006 int_exp = -127; in helper_unpack()
2009 int_exp = -126; in helper_unpack()
2012 int_exp = fp_exp - 127; in helper_unpack()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/tricore/
H A Dop_helper.c1958 int32_t int_exp = r1_high; in helper_pack() local
1964 if (((int_mant & (1<<31)) == 0) && (int_exp == 255)) { in helper_pack()
1967 } else if ((int_mant & (1<<31)) && (int_exp >= 127)) { in helper_pack()
1970 } else if ((int_mant & (1<<31)) && (int_exp <= -128)) { in helper_pack()
1980 temp_exp = int_exp + 128; in helper_pack()
2000 int32_t int_exp, int_mant; in helper_unpack() local
2003 int_exp = 255; in helper_unpack()
2006 int_exp = -127; in helper_unpack()
2009 int_exp = -126; in helper_unpack()
2012 int_exp = fp_exp - 127; in helper_unpack()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/tricore/
H A Dop_helper.c1951 int32_t int_exp = r1_high; in helper_pack() local
1957 if (((int_mant & (1<<31)) == 0) && (int_exp == 255)) { in helper_pack()
1960 } else if ((int_mant & (1<<31)) && (int_exp >= 127)) { in helper_pack()
1963 } else if ((int_mant & (1<<31)) && (int_exp <= -128)) { in helper_pack()
1973 temp_exp = int_exp + 128; in helper_pack()
1993 int32_t int_exp, int_mant; in helper_unpack() local
1996 int_exp = 255; in helper_unpack()
1999 int_exp = -127; in helper_unpack()
2002 int_exp = -126; in helper_unpack()
2005 int_exp = fp_exp - 127; in helper_unpack()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/target/tricore/
H A Dop_helper.c1958 int32_t int_exp = r1_high; in helper_pack() local
1964 if (((int_mant & (1<<31)) == 0) && (int_exp == 255)) { in helper_pack()
1967 } else if ((int_mant & (1<<31)) && (int_exp >= 127)) { in helper_pack()
1970 } else if ((int_mant & (1<<31)) && (int_exp <= -128)) { in helper_pack()
1980 temp_exp = int_exp + 128; in helper_pack()
2000 int32_t int_exp, int_mant; in helper_unpack() local
2003 int_exp = 255; in helper_unpack()
2006 int_exp = -127; in helper_unpack()
2009 int_exp = -126; in helper_unpack()
2012 int_exp = fp_exp - 127; in helper_unpack()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/tricore/
H A Dop_helper.c1958 int32_t int_exp = r1_high; in helper_pack() local
1964 if (((int_mant & (1<<31)) == 0) && (int_exp == 255)) { in helper_pack()
1967 } else if ((int_mant & (1<<31)) && (int_exp >= 127)) { in helper_pack()
1970 } else if ((int_mant & (1<<31)) && (int_exp <= -128)) { in helper_pack()
1980 temp_exp = int_exp + 128; in helper_pack()
2000 int32_t int_exp, int_mant; in helper_unpack() local
2003 int_exp = 255; in helper_unpack()
2006 int_exp = -127; in helper_unpack()
2009 int_exp = -126; in helper_unpack()
2012 int_exp = fp_exp - 127; in helper_unpack()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/tricore/
H A Dop_helper.c1958 int32_t int_exp = r1_high; in helper_pack() local
1964 if (((int_mant & (1<<31)) == 0) && (int_exp == 255)) { in helper_pack()
1967 } else if ((int_mant & (1<<31)) && (int_exp >= 127)) { in helper_pack()
1970 } else if ((int_mant & (1<<31)) && (int_exp <= -128)) { in helper_pack()
1980 temp_exp = int_exp + 128; in helper_pack()
2000 int32_t int_exp, int_mant; in helper_unpack() local
2003 int_exp = 255; in helper_unpack()
2006 int_exp = -127; in helper_unpack()
2009 int_exp = -126; in helper_unpack()
2012 int_exp = fp_exp - 127; in helper_unpack()
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/tricore/
H A Dop_helper.c1951 int32_t int_exp = r1_high; in helper_pack() local
1957 if (((int_mant & (1<<31)) == 0) && (int_exp == 255)) { in helper_pack()
1960 } else if ((int_mant & (1<<31)) && (int_exp >= 127)) { in helper_pack()
1963 } else if ((int_mant & (1<<31)) && (int_exp <= -128)) { in helper_pack()
1973 temp_exp = int_exp + 128; in helper_pack()
1993 int32_t int_exp, int_mant; in helper_unpack() local
1996 int_exp = 255; in helper_unpack()
1999 int_exp = -127; in helper_unpack()
2002 int_exp = -126; in helper_unpack()
2005 int_exp = fp_exp - 127; in helper_unpack()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/target/tricore/
H A Dop_helper.c1958 int32_t int_exp = r1_high; in helper_pack() local
1964 if (((int_mant & (1<<31)) == 0) && (int_exp == 255)) { in helper_pack()
1967 } else if ((int_mant & (1<<31)) && (int_exp >= 127)) { in helper_pack()
1970 } else if ((int_mant & (1<<31)) && (int_exp <= -128)) { in helper_pack()
1980 temp_exp = int_exp + 128; in helper_pack()
2000 int32_t int_exp, int_mant; in helper_unpack() local
2003 int_exp = 255; in helper_unpack()
2006 int_exp = -127; in helper_unpack()
2009 int_exp = -126; in helper_unpack()
2012 int_exp = fp_exp - 127; in helper_unpack()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/target/i386/
H A Dfpu_helper.c2142 int32_t int_exp; in helper_fyl2x() local
2155 int_exp = arg0_exp - 0x3fff; in helper_fyl2x()
2157 ++int_exp; in helper_fyl2x()
2159 arg0_m1 = floatx80_sub(floatx80_scalbn(ST0, -int_exp, in helper_fyl2x()
2165 ST1 = floatx80_mul(int32_to_floatx80(int_exp, &env->fp_status), in helper_fyl2x()
2172 if (int_exp != 0) { in helper_fyl2x()
2173 bool isign = (int_exp < 0); in helper_fyl2x()
2177 int_exp = isign ? -int_exp : int_exp; in helper_fyl2x()
2178 shift = clz32(int_exp) + 32; in helper_fyl2x()
2179 isig = int_exp; in helper_fyl2x()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/tcg/
H A Dfpu_helper.c2134 int32_t int_exp; in helper_fyl2x() local
2148 int_exp = arg0_exp - 0x3fff; in helper_fyl2x()
2150 ++int_exp; in helper_fyl2x()
2152 arg0_m1 = floatx80_sub(floatx80_scalbn(ST0, -int_exp, in helper_fyl2x()
2158 ST1 = floatx80_mul(int32_to_floatx80(int_exp, &env->fp_status), in helper_fyl2x()
2165 if (int_exp != 0) { in helper_fyl2x()
2166 bool isign = (int_exp < 0); in helper_fyl2x()
2170 int_exp = isign ? -int_exp : int_exp; in helper_fyl2x()
2171 shift = clz32(int_exp) + 32; in helper_fyl2x()
2172 isig = int_exp; in helper_fyl2x()
/dports/emulators/qemu/qemu-6.2.0/target/i386/tcg/
H A Dfpu_helper.c2134 int32_t int_exp; in helper_fyl2x() local
2148 int_exp = arg0_exp - 0x3fff; in helper_fyl2x()
2150 ++int_exp; in helper_fyl2x()
2152 arg0_m1 = floatx80_sub(floatx80_scalbn(ST0, -int_exp, in helper_fyl2x()
2158 ST1 = floatx80_mul(int32_to_floatx80(int_exp, &env->fp_status), in helper_fyl2x()
2165 if (int_exp != 0) { in helper_fyl2x()
2166 bool isign = (int_exp < 0); in helper_fyl2x()
2170 int_exp = isign ? -int_exp : int_exp; in helper_fyl2x()
2171 shift = clz32(int_exp) + 32; in helper_fyl2x()
2172 isig = int_exp; in helper_fyl2x()
/dports/emulators/qemu60/qemu-6.0.0/target/i386/tcg/
H A Dfpu_helper.c2149 int32_t int_exp; in helper_fyl2x() local
2162 int_exp = arg0_exp - 0x3fff; in helper_fyl2x()
2164 ++int_exp; in helper_fyl2x()
2166 arg0_m1 = floatx80_sub(floatx80_scalbn(ST0, -int_exp, in helper_fyl2x()
2172 ST1 = floatx80_mul(int32_to_floatx80(int_exp, &env->fp_status), in helper_fyl2x()
2179 if (int_exp != 0) { in helper_fyl2x()
2180 bool isign = (int_exp < 0); in helper_fyl2x()
2184 int_exp = isign ? -int_exp : int_exp; in helper_fyl2x()
2185 shift = clz32(int_exp) + 32; in helper_fyl2x()
2186 isig = int_exp; in helper_fyl2x()
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/examples/corelib/tools/settingseditor/
H A Dsettingseditor.py72 self.int_exp = QRegularExpression(pattern)
73 assert self.int_exp.isValid()
104 if self.int_exp.match(text).hasMatch():
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/examples/corelib/tools/settingseditor/
H A Dsettingseditor.py72 self.int_exp = QRegularExpression(pattern)
73 assert self.int_exp.isValid()
104 if self.int_exp.match(text).hasMatch():
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/examples/corelib/tools/settingseditor/
H A Dsettingseditor.py72 self.int_exp = QRegularExpression(pattern)
73 assert self.int_exp.isValid()
104 if self.int_exp.match(text).hasMatch():
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/cl/batch/
H A Dem_kernels.cl368 int int_exp = as_int(all_exp[gid]);
369 if(int_exp >= 0)
370 all_exp[gid] = convert_float( int_exp ) / SEGLEN_FACTOR;
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/io/json/
H A Dtest_ujson.py576 def test_decode_numeric_int_exp(self, int_exp):
577 assert ujson.decode(int_exp) == json.loads(int_exp)

123