Home
last modified time | relevance | path

Searched defs:lut1 (Results 1 – 25 of 82) sorted by relevance

1234

/dports/cad/yosys/yosys-yosys-0.12/techlibs/xilinx/
H A Dlut_map.v68 \$lut #(.LUT(LUT[31:16]), .WIDTH(4)) lut1 (.A(A[3:0]), .Y(f1)); instance
74 \$lut #(.LUT(LUT[63:32]), .WIDTH(5)) lut1 (.A(A[4:0]), .Y(f1)); instance
80 \$lut #(.LUT(LUT[127:64]), .WIDTH(6)) lut1 (.A(A[5:0]), .Y(f1)); instance
86 \$lut #(.LUT(LUT[255:128]), .WIDTH(7)) lut1 (.A(A[6:0]), .Y(f1)); instance
92 \$lut #(.LUT(LUT[511:256]), .WIDTH(8)) lut1 (.A(A[7:0]), .Y(f1)); instance
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/Testing/Cxx/
H A DotherLookupTable.cxx24 void TestOLT(vtkLookupTable *lut1) in TestOLT()
160 vtkLookupTable *lut1 = vtkLookupTable::New(); in otherLookupTable() local
H A DotherLookupTableWithEnabling.cxx23 void TestOLT(vtkLookupTableWithEnabling *lut1) in TestOLT()
169 vtkLookupTableWithEnabling *lut1 = vtkLookupTableWithEnabling::New(); in otherLookupTableWithEnabling() local
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/Testing/Cxx/
H A DotherLookupTable.cxx24 void TestOLT(vtkLookupTable* lut1) in TestOLT()
113 vtkLookupTable* lut1 = vtkLookupTable::New(); in otherLookupTable() local
H A DotherLookupTableWithEnabling.cxx23 void TestOLT(vtkLookupTableWithEnabling* lut1) in TestOLT()
118 vtkLookupTableWithEnabling* lut1 = vtkLookupTableWithEnabling::New(); in otherLookupTableWithEnabling() local
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/Testing/Cxx/
H A DotherLookupTable.cxx24 void TestOLT(vtkLookupTable *lut1) in TestOLT()
160 vtkLookupTable *lut1 = vtkLookupTable::New(); in otherLookupTable() local
H A DotherLookupTableWithEnabling.cxx23 void TestOLT(vtkLookupTableWithEnabling *lut1) in TestOLT()
169 vtkLookupTableWithEnabling *lut1 = vtkLookupTableWithEnabling::New(); in otherLookupTableWithEnabling() local
/dports/cad/yosys/yosys-yosys-0.12/techlibs/gowin/
H A Dcells_map.v153 \$lut #(.LUT(LUT[31:16]), .WIDTH(4)) lut1 (.A(A[3:0]), .Y(f1)); instance
159 \$lut #(.LUT(LUT[63:32]), .WIDTH(5)) lut1 (.A(A[4:0]), .Y(f1)); instance
165 \$lut #(.LUT(LUT[127:64]), .WIDTH(6)) lut1 (.A(A[5:0]), .Y(f1)); instance
171 \$lut #(.LUT(LUT[255:128]), .WIDTH(7)) lut1 (.A(A[6:0]), .Y(f1)); instance
/dports/math/octave-forge-image/image-2.12.0/inst/
H A Dbwmorph.m398 lut1 = logical ([0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;1;1;1;1;0;1;1;1;1;0;1;0;0;1;1; variable
445 lut1 = logical ([0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;1;0;0;1;0;0;0;0;1; variable
536 lut1 = logical ([0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;1;0;0;1;1;0;0;1;1; variable
573 lut1 = logical ([0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;1;1;1;1;1;1;1;1;1;1;1;0;1;1;1;1; variable
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/objects/wrappers/test/
H A DLut.cpp41 Lut<Float> lut1(Interval(0._f, 2._f * PI), 10000, Sph::sin); variable
50 Lut<Float> lut1(Interval(-PI / 3._f, PI / 3._f), 10000, Sph::sin); variable
/dports/math/vtk6/VTK-6.2.0/Common/Color/Testing/Cxx/
H A DTestColorSeriesLookupTables.cxx172 std::pair<bool, std::string> CompareOrdinalLUTs(vtkLookupTable *lut1, in CompareOrdinalLUTs()
234 std::pair<bool, std::string> CompareCategoricalLUTs(vtkLookupTable *lut1, in CompareCategoricalLUTs()
312 vtkSmartPointer<vtkLookupTable> lut1 = vtkSmartPointer<vtkLookupTable>::New(); in TestColorSeriesLookupTables() local
/dports/math/vtk9/VTK-9.1.0/Common/Color/Testing/Cxx/
H A DTestColorSeriesLookupTables.cxx167 std::pair<bool, std::string> CompareOrdinalLUTs(vtkLookupTable* lut1, vtkLookupTable* lut2) in CompareOrdinalLUTs()
228 std::pair<bool, std::string> CompareCategoricalLUTs(vtkLookupTable* lut1, vtkLookupTable* lut2) in CompareCategoricalLUTs()
302 vtkSmartPointer<vtkLookupTable> lut1 = vtkSmartPointer<vtkLookupTable>::New(); in TestColorSeriesLookupTables() local
/dports/math/vtk8/VTK-8.2.0/Common/Color/Testing/Cxx/
H A DTestColorSeriesLookupTables.cxx173 std::pair<bool, std::string> CompareOrdinalLUTs(vtkLookupTable *lut1, in CompareOrdinalLUTs()
236 std::pair<bool, std::string> CompareCategoricalLUTs(vtkLookupTable *lut1, in CompareCategoricalLUTs()
315 vtkSmartPointer<vtkLookupTable> lut1 = vtkSmartPointer<vtkLookupTable>::New(); in TestColorSeriesLookupTables() local
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/si/
H A Dn64_cic_nus_6105.c102 static const char lut1[0x10] = { in n64_cic_nus_6105() local
/dports/math/vtk9/VTK-9.1.0/Filters/General/Testing/Python/
H A DTestCurvatures.py37 lut1 = vtk.vtkLookupTable() variable
/dports/math/vtk8/VTK-8.2.0/Filters/General/Testing/Python/
H A DTestCurvatures.py41 lut1 = vtk.vtkLookupTable() variable
/dports/math/vtk6/VTK-6.2.0/Filters/General/Testing/Python/
H A DTestCurvatures.py42 lut1 = vtk.vtkLookupTable() variable
/dports/devel/nextpnr/nextpnr-48cd407/ice40/pack_tests/
H A Dplace_constr.v20 ) lut1 ( instance
/dports/math/vtk9/VTK-9.1.0/Filters/General/Testing/Cxx/
H A DBoxClipPointData.cxx66 vtkSmartPointer<vtkLookupTable> lut1 = vtkSmartPointer<vtkLookupTable>::New(); in BoxClipPointData() local
H A DBoxClipOrientedPointData.cxx73 vtkSmartPointer<vtkLookupTable> lut1 = vtkSmartPointer<vtkLookupTable>::New(); in BoxClipOrientedPointData() local
/dports/math/vtk8/VTK-8.2.0/Filters/General/Testing/Cxx/
H A DBoxClipPointData.cxx68 vtkSmartPointer<vtkLookupTable> lut1 = in BoxClipPointData() local
H A DBoxClipOrientedPointData.cxx78 vtkSmartPointer<vtkLookupTable> lut1 = in BoxClipOrientedPointData() local
/dports/cad/yosys/yosys-yosys-0.12/passes/techmap/
H A Dlut2mux.cc44 Const lut1 = lut.extract(0, GetSize(lut)/2); in lut2mux() local
/dports/cad/yosys/yosys-yosys-0.12/techlibs/ecp5/
H A Dcells_map.v136 LUT4 #(.INIT(LUT[31:16])) lut1 (.Z(f1), instance
144 LUT4 #(.INIT(LUT[31:16])) lut1 (.Z(f1), instance
160 LUT4 #(.INIT(LUT[31:16])) lut1 (.Z(f1), instance
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/qcms/src/tests/
H A Dqcms_test_tetra_clut_rgba.c88 float *lut0, *lut1; in qcms_test_tetra_clut_rgba() local

1234