Searched refs:float (Results 1 - 25 of 122) sorted by relevance

12345

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dwgl.tm32 float,*,*, float,*,*
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib_128_avx.inl148 SIMD_WRAPPER_2(and_ps); // return a & b (float treated as int)
150 SIMD_WRAPPER_2(andnot_ps); // return (~a) & b (float treated as int)
152 SIMD_WRAPPER_2(or_ps); // return a | b (float treated as int)
154 SIMD_WRAPPER_2(xor_ps); // return a ^ b (float treated as int)
258 static SIMDINLINE Float SIMDCALL cvtepi32_ps(Integer a) // return (float)a (int32 --> float)
279 static SIMDINLINE Integer SIMDCALL cvtps_epi32(Float a) // return (int32)a (float --> int32)
285 cvttps_epi32(Float a) // return (int32)a (rnd_to_zero(float) --> int32)
334 Float b) // return all_lanes_zero(a & b) ? 1 : 0 (float)
348 SIMD_WRAPPER_2I(blend_ps); // return ImmT ? b : a (float)
[all...]
H A Dsimdlib_512_emu.inl195 SIMD_WRAPPER_2(and_ps); // return a & b (float treated as int)
197 SIMD_WRAPPER_2(andnot_ps); // return (~a) & b (float treated as int)
199 SIMD_WRAPPER_2(or_ps); // return a | b (float treated as int)
201 SIMD_WRAPPER_2(xor_ps); // return a ^ b (float treated as int)
300 cvtepi32_ps(Integer const& a) // return (float)a (int32 --> float)
354 cvtps_epi32(Float const& a) // return (int32)a (float --> int32)
363 cvttps_epi32(Float const& a) // return (int32)a (rnd_to_zero(float) --> int32)
424 testz_ps(Float const& a, Float const& b) // return all_lanes_zero(a & b) ? 1 : 0 (float)
438 SIMD_WRAPPER_2I(blend_ps); // return ImmT ? b : a (float)
[all...]
H A Dsimdlib_512_avx512.inl198 // SIMD_WRAPPER_2(and_ps); // return a & b (float treated as int)
199 // SIMD_WRAPPER_2(andnot_ps); // return (~a) & b (float treated as int)
200 // SIMD_WRAPPER_2(or_ps); // return a | b (float treated as int)
201 // SIMD_WRAPPER_2(xor_ps); // return a ^ b (float treated as int)
256 static SIMDINLINE Float SIMDCALL cvtepi32_ps(Integer a) // return (float)a (int32 --> float)
267 static SIMDINLINE Integer SIMDCALL cvtps_epi32(Float a) // return (int32)a (float --> int32)
273 cvttps_epi32(Float a) // return (int32)a (rnd_to_zero(float) --> int32)
346 Float b) // return all_lanes_zero(a & b) ? 1 : 0 (float)
361 static SIMDINLINE Float blend_ps(Float a, Float b) // return ImmT ? b : a (float)
[all...]
H A Dsimdlib_256_avx.inl225 SIMD_WRAPPER_2(and_ps); // return a & b (float treated as int)
227 SIMD_WRAPPER_2(andnot_ps); // return (~a) & b (float treated as int)
229 SIMD_WRAPPER_2(or_ps); // return a | b (float treated as int)
231 SIMD_WRAPPER_2(xor_ps); // return a ^ b (float treated as int)
393 cvtepi32_ps(Integer const& a) // return (float)a (int32 --> float)
405 cvtps_epi32(Float const& a) // return (int32)a (float --> int32)
411 cvttps_epi32(Float const& a) // return (int32)a (rnd_to_zero(float) --> int32)
460 testz_ps(Float const& a, Float const& b) // return all_lanes_zero(a & b) ? 1 : 0 (float)
474 SIMD_WRAPPER_2I(blend_ps); // return ImmT ? b : a (float)
[all...]
H A Dsimdlib_128_avx2.inl53 i32gather_ps(float const* p, Integer idx) // return *(float*)(((int8*)p) + (idx * ScaleT))
61 mask_i32gather_ps(Float old, float const* p, Integer idx, Float mask)
H A Dsimdlib_512_avx512_knights.inl107 SIMD_WRAPPERI_2_(and_ps, and_epi32); // return a & b (float treated as int)
108 SIMD_WRAPPERI_2_(andnot_ps, andnot_epi32); // return (~a) & b (float treated as int)
109 SIMD_WRAPPERI_2_(or_ps, or_epi32); // return a | b (float treated as int)
110 SIMD_WRAPPERI_2_(xor_ps, xor_epi32); // return a ^ b (float treated as int)
H A Dsimdlib_256_avx2.inl185 permute_ps(Float const& a, Integer const& swiz) // return a[swiz[i]] for each 32-bit lane i (float)
211 i32gather_ps(float const* p, Integer const& idx) // return *(float*)(((int8*)p) + (idx * ScaleT))
219 mask_i32gather_ps(Float const& old, float const* p, Integer const& idx, Float const& mask)
H A Dsimdlib_512_avx512_core.inl122 SIMD_WRAPPER_2(and_ps); // return a & b (float treated as int)
123 SIMD_WRAPPER_2(andnot_ps); // return (~a) & b (float treated as int)
124 SIMD_WRAPPER_2(or_ps); // return a | b (float treated as int)
125 SIMD_WRAPPER_2(xor_ps); // return a ^ b (float treated as int)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib_128_avx.inl148 SIMD_WRAPPER_2(and_ps); // return a & b (float treated as int)
150 SIMD_WRAPPER_2(andnot_ps); // return (~a) & b (float treated as int)
152 SIMD_WRAPPER_2(or_ps); // return a | b (float treated as int)
154 SIMD_WRAPPER_2(xor_ps); // return a ^ b (float treated as int)
258 static SIMDINLINE Float SIMDCALL cvtepi32_ps(Integer a) // return (float)a (int32 --> float)
279 static SIMDINLINE Integer SIMDCALL cvtps_epi32(Float a) // return (int32)a (float --> int32)
285 cvttps_epi32(Float a) // return (int32)a (rnd_to_zero(float) --> int32)
334 Float b) // return all_lanes_zero(a & b) ? 1 : 0 (float)
348 SIMD_WRAPPER_2I(blend_ps); // return ImmT ? b : a (float)
[all...]
H A Dsimdlib_512_emu.inl195 SIMD_WRAPPER_2(and_ps); // return a & b (float treated as int)
197 SIMD_WRAPPER_2(andnot_ps); // return (~a) & b (float treated as int)
199 SIMD_WRAPPER_2(or_ps); // return a | b (float treated as int)
201 SIMD_WRAPPER_2(xor_ps); // return a ^ b (float treated as int)
300 cvtepi32_ps(Integer const& a) // return (float)a (int32 --> float)
354 cvtps_epi32(Float const& a) // return (int32)a (float --> int32)
363 cvttps_epi32(Float const& a) // return (int32)a (rnd_to_zero(float) --> int32)
424 testz_ps(Float const& a, Float const& b) // return all_lanes_zero(a & b) ? 1 : 0 (float)
438 SIMD_WRAPPER_2I(blend_ps); // return ImmT ? b : a (float)
[all...]
H A Dsimdlib_512_avx512.inl198 // SIMD_WRAPPER_2(and_ps); // return a & b (float treated as int)
199 // SIMD_WRAPPER_2(andnot_ps); // return (~a) & b (float treated as int)
200 // SIMD_WRAPPER_2(or_ps); // return a | b (float treated as int)
201 // SIMD_WRAPPER_2(xor_ps); // return a ^ b (float treated as int)
256 static SIMDINLINE Float SIMDCALL cvtepi32_ps(Integer a) // return (float)a (int32 --> float)
267 static SIMDINLINE Integer SIMDCALL cvtps_epi32(Float a) // return (int32)a (float --> int32)
273 cvttps_epi32(Float a) // return (int32)a (rnd_to_zero(float) --> int32)
346 Float b) // return all_lanes_zero(a & b) ? 1 : 0 (float)
361 static SIMDINLINE Float blend_ps(Float a, Float b) // return ImmT ? b : a (float)
[all...]
H A Dsimdlib_256_avx.inl225 SIMD_WRAPPER_2(and_ps); // return a & b (float treated as int)
227 SIMD_WRAPPER_2(andnot_ps); // return (~a) & b (float treated as int)
229 SIMD_WRAPPER_2(or_ps); // return a | b (float treated as int)
231 SIMD_WRAPPER_2(xor_ps); // return a ^ b (float treated as int)
393 cvtepi32_ps(Integer const& a) // return (float)a (int32 --> float)
405 cvtps_epi32(Float const& a) // return (int32)a (float --> int32)
411 cvttps_epi32(Float const& a) // return (int32)a (rnd_to_zero(float) --> int32)
460 testz_ps(Float const& a, Float const& b) // return all_lanes_zero(a & b) ? 1 : 0 (float)
474 SIMD_WRAPPER_2I(blend_ps); // return ImmT ? b : a (float)
[all...]
H A Dsimdlib_128_avx2.inl53 i32gather_ps(float const* p, Integer idx) // return *(float*)(((int8*)p) + (idx * ScaleT))
61 mask_i32gather_ps(Float old, float const* p, Integer idx, Float mask)
H A Dsimdlib_512_avx512_knights.inl107 SIMD_WRAPPERI_2_(and_ps, and_epi32); // return a & b (float treated as int)
108 SIMD_WRAPPERI_2_(andnot_ps, andnot_epi32); // return (~a) & b (float treated as int)
109 SIMD_WRAPPERI_2_(or_ps, or_epi32); // return a | b (float treated as int)
110 SIMD_WRAPPERI_2_(xor_ps, xor_epi32); // return a ^ b (float treated as int)
/xsrc/external/mit/pixman/dist/test/
H A Dlowlevel_blt_bench_compare.py32 def colorize_speedup(value: float, breaks: list[float]) -> str: argument
43 def print_df(df: pd.DataFrame, color: bool, breaks: list[float], drop_cols: list[str]):
74 map(float, match.groups()[1:]),
149 color_breaks: list[float] = list(map(float, args.color_breaks.split(",")))
/xsrc/external/mit/MesaLib.old/dist/src/intel/genxml/
H A Dgen_zipped_file.py52 (int(float(root.attrib['gen']) * 10), xml_offset, xml_length))
/xsrc/external/mit/MesaLib/dist/src/intel/genxml/
H A Dgen_zipped_file.py51 (int(float(root.attrib['gen']) * 10), xml_offset, xml_length))
/xsrc/external/mit/MesaLib.old/dist/docs/
H A Dmesa.css34 float: left;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/html/
H A Dtabs.css22 float: left;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dbicubic_table.py37 a = i / float(pix)
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dformat_srgb.py61 print('const float')
83 # calculate the table interpolation values used in float linear to unorm8 srgb
86 # stepshift is just used to only use every x-th float to make things faster,
93 sum_aa = float(bucketsize)
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dformat_srgb.py59 print('const float')
81 # calculate the table interpolation values used in float linear to unorm8 srgb
84 # stepshift is just used to only use every x-th float to make things faster,
91 sum_aa = float(bucketsize)
/xsrc/external/mit/xedit/dist/lisp/test/
H A Dpsql-3.lsp98 (setq d-val (pq-getvalue res i d-fnum 'float))
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D11.0.9.rst58 - nv50/ir: float(s32 & 0xff) = float(u8), not s8

Completed in 24 milliseconds

12345