Home
last modified time | relevance | path

Searched refs:_shift_left (Results 1 – 6 of 6) sorted by relevance

/dports/devel/libfirm/libfirm-1.21.0/ir/tv/
H A Dfltcalc.c186 _shift_left(temp, sc_get_buffer(), packed); in pack()
191 _shift_left(_exp(int_float), shift_val, temp); in pack()
256 _shift_left(_mant(in_val), temp, _mant(out_val)); in normalize()
525 _shift_left(_mant(result), sc_get_buffer(), _mant(result)); in _fadd()
709 _shift_left(_mant(a), temp, dividend); in _fdiv()
755 _shift_left(build, temp, _mant(result));
817 _shift_left(temp, sc_get_buffer(), temp); in _trunc()
930 _shift_left(temp, sc_get_buffer(), NULL); in fc_val_from_ieee754()
941 _shift_left(temp, sc_get_buffer(), temp); in fc_val_from_ieee754()
947 _shift_left(temp, sc_get_buffer(), temp); in fc_val_from_ieee754()
[all …]
/dports/math/p5-Bit-Vector/Bit-Vector-7.4/lib/Bit/Vector/
H A DOverload.pm469 sub _shift_left subroutine
812 return( &_shift_left($object,$argument,undef) );
/dports/lang/retro12/RETRO12-2021.4/interface/
H A Dfloatingpoint.retro164 :f:-shift (|f:n-n)_shift_left f:E1 f:* ;
/dports/lang/retro12/RETRO12-2021.4/example/
H A Dfloat-var.retro83 :f:-shift (|f:n-n)_shift_left f:E1 f:* ;
/dports/lang/retro12/RETRO12-2021.4/nga-c/
H A Ddevices.retro333 :f:-shift (|f:n-n)_shift_left f:E1 f:* ;
/dports/math/py-jax/jax-0.2.9/jax/experimental/jax2tf/
H A Djax2tf.py1025 def _shift_left(x, y): function
1034 tf_impl[lax.shift_left_p] = _shift_left