| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/ |
| H A D | wgl.tm | 32 float,*,*, float,*,*
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/ |
| H A D | simdlib_128_avx.inl | 148 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 D | simdlib_512_emu.inl | 195 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 D | simdlib_512_avx512.inl | 198 // 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 D | simdlib_256_avx.inl | 225 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 D | simdlib_128_avx2.inl | 53 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 D | simdlib_512_avx512_knights.inl | 107 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 D | simdlib_256_avx2.inl | 185 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 D | simdlib_512_avx512_core.inl | 122 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 D | simdlib_128_avx.inl | 148 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 D | simdlib_512_emu.inl | 195 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 D | simdlib_512_avx512.inl | 198 // 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 D | simdlib_256_avx.inl | 225 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 D | simdlib_128_avx2.inl | 53 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 D | simdlib_512_avx512_knights.inl | 107 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 D | lowlevel_blt_bench_compare.py | 32 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 D | gen_zipped_file.py | 52 (int(float(root.attrib['gen']) * 10), xml_offset, xml_length))
|
| /xsrc/external/mit/MesaLib/dist/src/intel/genxml/ |
| H A D | gen_zipped_file.py | 51 (int(float(root.attrib['gen']) * 10), xml_offset, xml_length))
|
| /xsrc/external/mit/MesaLib.old/dist/docs/ |
| H A D | mesa.css | 34 float: left;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/html/ |
| H A D | tabs.css | 22 float: left;
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | bicubic_table.py | 37 a = i / float(pix)
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | format_srgb.py | 61 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 D | format_srgb.py | 59 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 D | psql-3.lsp | 98 (setq d-val (pq-getvalue res i d-fnum 'float))
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 11.0.9.rst | 58 - nv50/ir: float(s32 & 0xff) = float(u8), not s8
|