Home
last modified time | relevance | path

Searched refs:float_conv (Results 1 – 25 of 45) sorted by relevance

12

/dports/lang/clover/mesa-21.3.6/src/microsoft/compiler/
H A Ddxil_nir_algebraic.py83 float_conv = ('f2' + inner_op[2] + str(int(outer_op_sz)), a)
85 new_seq = ('iand', float_conv, mask)
88 new_seq = ('ishr', ('ishl', float_conv, shift), shift)
/dports/graphics/libosmesa/mesa-21.3.6/src/microsoft/compiler/
H A Ddxil_nir_algebraic.py83 float_conv = ('f2' + inner_op[2] + str(int(outer_op_sz)), a)
85 new_seq = ('iand', float_conv, mask)
88 new_seq = ('ishr', ('ishl', float_conv, shift), shift)
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/microsoft/compiler/
H A Ddxil_nir_algebraic.py83 float_conv = ('f2' + inner_op[2] + str(int(outer_op_sz)), a)
85 new_seq = ('iand', float_conv, mask)
88 new_seq = ('ishr', ('ishl', float_conv, shift), shift)
/dports/graphics/mesa-libs/mesa-21.3.6/src/microsoft/compiler/
H A Ddxil_nir_algebraic.py83 float_conv = ('f2' + inner_op[2] + str(int(outer_op_sz)), a)
85 new_seq = ('iand', float_conv, mask)
88 new_seq = ('ishr', ('ishl', float_conv, shift), shift)
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/microsoft/compiler/
H A Ddxil_nir_algebraic.py83 float_conv = ('f2' + inner_op[2] + str(int(outer_op_sz)), a)
85 new_seq = ('iand', float_conv, mask)
88 new_seq = ('ishr', ('ishl', float_conv, shift), shift)
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/microsoft/compiler/
H A Ddxil_nir_algebraic.py83 float_conv = ('f2' + inner_op[2] + str(int(outer_op_sz)), a)
85 new_seq = ('iand', float_conv, mask)
88 new_seq = ('ishr', ('ishl', float_conv, shift), shift)
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/microsoft/compiler/
H A Ddxil_nir_algebraic.py83 float_conv = ('f2' + inner_op[2] + str(int(outer_op_sz)), a)
85 new_seq = ('iand', float_conv, mask)
88 new_seq = ('ishr', ('ishl', float_conv, shift), shift)
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/microsoft/compiler/
H A Ddxil_nir_algebraic.py83 float_conv = ('f2' + inner_op[2] + str(int(outer_op_sz)), a)
85 new_seq = ('iand', float_conv, mask)
88 new_seq = ('ishr', ('ishl', float_conv, shift), shift)
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/microsoft/compiler/
H A Ddxil_nir_algebraic.py83 float_conv = ('f2' + inner_op[2] + str(int(outer_op_sz)), a)
85 new_seq = ('iand', float_conv, mask)
88 new_seq = ('ishr', ('ishl', float_conv, shift), shift)
/dports/graphics/mesa-dri/mesa-21.3.6/src/microsoft/compiler/
H A Ddxil_nir_algebraic.py83 float_conv = ('f2' + inner_op[2] + str(int(outer_op_sz)), a)
85 new_seq = ('iand', float_conv, mask)
88 new_seq = ('ishr', ('ishl', float_conv, shift), shift)
/dports/math/py-numpy/numpy-1.20.3/numpy/core/
H A Dmachar.py98 def __init__(self, float_conv=float,int_conv=int, argument
114 self._do_init(float_conv, int_conv, float_to_float, float_to_str, title)
116 def _do_init(self, float_conv, int_conv, float_to_float, float_to_str, title): argument
119 one = float_conv(1)
144 beta = float_conv(ibeta)
H A Dgetlimits.py39 float_conv = lambda v: array([v], ftype) function
40 float_to_float = lambda v : _fr1(float_conv(v))
52 self.resolution = float_to_float(float_conv(10) ** (-self.precision))
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/ffs/tests/
H A Dio_read2.c132 straight = 0, discard = 1, float_conv = 2, field2 = 3, direct = 4, last = 5 enumerator
185 case float_conv:
/dports/games/retroarch/RetroArch-1.9.7/record/drivers/
H A Drecord_ffmpeg.c182 float *float_conv; member
1035 av_free(handle->audio.float_conv); in ffmpeg_free()
1476 handle->audio.float_conv = (float*)av_realloc(handle->audio.float_conv, in ffmpeg_audio_resample()
1478 if (!handle->audio.float_conv) in ffmpeg_audio_resample()
1506 convert_s16_to_float(handle->audio.float_conv, in ffmpeg_audio_resample()
1509 aud->data = handle->audio.float_conv; in ffmpeg_audio_resample()
/dports/lang/ocaml/ocaml-4.05.0/stdlib/
H A DcamlinternalFormatBasics.mli24 type float_conv = type
200 float_conv * ('x, 'y) padding * ('y, float -> 'a) precision *
H A DcamlinternalFormatBasics.ml34 type float_conv = type
389 float_conv * ('x, 'y) padding * ('y, float -> 'a) precision *
H A DcamlinternalFormat.ml1402 (* Generate the format_float first argument form a float_conv. *)
1696 (x, y) padding -> (y, float -> a) precision -> float_conv -> x =
2893 (* Convert (plus, symb) to its associated float_conv. *)
/dports/lang/ocaml-nox11/ocaml-4.05.0/stdlib/
H A DcamlinternalFormatBasics.mli24 type float_conv = type
200 float_conv * ('x, 'y) padding * ('y, float -> 'a) precision *
H A DcamlinternalFormatBasics.ml34 type float_conv = type
389 float_conv * ('x, 'y) padding * ('y, float -> 'a) precision *
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_ssa_opt.erl1130 float_conv(Blks, Fail, Count).
1166 float_conv([{L,#b_blk{is=Is0,last=Last}=Blk0}|Bs0], Fail, Count0) -> function
1175 {Bs,Count} = float_conv(Bs0, Fail, Count1),
1178 {Bs,Count} = float_conv(Bs0, Fail, Count0),
1181 float_conv([], _, Count) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_ssa_opt.erl1130 float_conv(Blks, Fail, Count).
1166 float_conv([{L,#b_blk{is=Is0,last=Last}=Blk0}|Bs0], Fail, Count0) -> function
1175 {Bs,Count} = float_conv(Bs0, Fail, Count1),
1178 {Bs,Count} = float_conv(Bs0, Fail, Count0),
1181 float_conv([], _, Count) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_ssa_opt.erl1130 float_conv(Blks, Fail, Count).
1166 float_conv([{L,#b_blk{is=Is0,last=Last}=Blk0}|Bs0], Fail, Count0) -> function
1175 {Bs,Count} = float_conv(Bs0, Fail, Count1),
1178 {Bs,Count} = float_conv(Bs0, Fail, Count0),
1181 float_conv([], _, Count) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_ssa_opt.erl1130 float_conv(Blks, Fail, Count).
1166 float_conv([{L,#b_blk{is=Is0,last=Last}=Blk0}|Bs0], Fail, Count0) -> function
1175 {Bs,Count} = float_conv(Bs0, Fail, Count1),
1178 {Bs,Count} = float_conv(Bs0, Fail, Count0),
1181 float_conv([], _, Count) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/src/
H A Dbeam_ssa_opt.erl941 {Blks,Count4} = float_conv(Blks0, Fail, Count3),
977 float_conv([{L,#b_blk{is=Is0}=Blk0}|Bs0], Fail, Count0) -> function
988 {Bs,Count} = float_conv(Bs0, Fail, Count1),
996 {Bs,Count} = float_conv(Bs0, Fail, Count0),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/src/
H A Dbeam_ssa_opt.erl1073 {Blks,Count4} = float_conv(Blks0, Fail, Count3),
1109 float_conv([{L,#b_blk{is=Is0}=Blk0}|Bs0], Fail, Count0) -> function
1120 {Bs,Count} = float_conv(Bs0, Fail, Count1),
1128 {Bs,Count} = float_conv(Bs0, Fail, Count0),

12