Home
last modified time | relevance | path

Searched refs:VectorLength (Results 1 – 25 of 1567) sorted by relevance

12345678910>>...63

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/ImageAdaptors/test/
H A DitkVectorImageTest.cxx53 const unsigned int VectorLength = VVectorLength; in testVectorImageAdaptor() local
96 for( unsigned int i=0; i<VectorLength; i++ ) { f[i] = i; } in testVectorImageAdaptor()
124 const unsigned int VectorLength = 3 * VDimension; in testVectorImageBasicMethods() local
135 image->SetNumberOfComponentsPerPixel( VectorLength ); in testVectorImageBasicMethods()
138 typename VectorImageType::PixelType f( VectorLength ); in testVectorImageBasicMethods()
157 typename VectorImageType::PixelType v( VectorLength ); in testVectorImageBasicMethods()
238 const unsigned int VectorLength = 2 * Dimension; in itkVectorImageTest() local
270 InternalPixelType f( VectorLength ); in itkVectorImageTest()
368 itk::VariableLengthVector< PixelType > f( VectorLength ); in itkVectorImageTest()
376 vectorImage->SetVectorLength( VectorLength ); in itkVectorImageTest()
[all …]
H A DitkVectorImageToImageAdaptorTest.cxx33 constexpr unsigned int VectorLength = 4; in itkVectorImageToImageAdaptorTest() local
44 itk::VariableLengthVector< PixelType > f( VectorLength ); in itkVectorImageToImageAdaptorTest()
46 for( unsigned int i = 0; i < VectorLength; i++ ) in itkVectorImageToImageAdaptorTest()
56 vectorImage->SetVectorLength( VectorLength ); in itkVectorImageToImageAdaptorTest()
H A DitkNthElementPixelAccessorTest.cxx48 constexpr unsigned int VectorLength = 3; in itkNthElementPixelAccessorTest() local
49 using myImageType = itk::Image< itk::Vector<float, VectorLength>, Dimension >; in itkNthElementPixelAccessorTest()
50 using myNthAccessorType = itk::NthElementPixelAccessor<float, itk::Vector<float, VectorLength> >; in itkNthElementPixelAccessorTest()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/cmupv/src/
H A Dinternal.c21 void OneDimensionFFTshift(float vector[], int VectorLength) in OneDimensionFFTshift() argument
25 for (i = 0; i <= VectorLength / 2 - 1; i++) in OneDimensionFFTshift()
28 vector[i] = vector[VectorLength / 2 + i]; in OneDimensionFFTshift()
29 vector[VectorLength / 2 + i] = temp; in OneDimensionFFTshift()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/cgame/
H A Dcg_scanner.c210 if( VectorLength( normalDiff ) < 1.0f ) in CG_DrawDir()
243 if( VectorLength( relOrigin ) < ALIENSENSE_RANGE ) in CG_AlienSense()
253 if( VectorLength( relOrigin ) < ALIENSENSE_RANGE ) in CG_AlienSense()
285 if( VectorLength( relOrigin ) < HELMET_RANGE && ( relOrigin[ 2 ] < 0 ) ) in CG_Scanner()
295 if( VectorLength( relOrigin ) < HELMET_RANGE && ( relOrigin[ 2 ] < 0 ) ) in CG_Scanner()
305 if( VectorLength( relOrigin ) < HELMET_RANGE && ( relOrigin[ 2 ] < 0 ) ) in CG_Scanner()
315 if( VectorLength( relOrigin ) < HELMET_RANGE && ( relOrigin[ 2 ] < 0 ) ) in CG_Scanner()
332 if( VectorLength( relOrigin ) < HELMET_RANGE && ( relOrigin[ 2 ] > 0 ) ) in CG_Scanner()
342 if( VectorLength( relOrigin ) < HELMET_RANGE && ( relOrigin[ 2 ] > 0 ) ) in CG_Scanner()
352 if( VectorLength( relOrigin ) < HELMET_RANGE && ( relOrigin[ 2 ] > 0 ) ) in CG_Scanner()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/tools/pacbio-load/
H A Dpl-regions.c108 while ( VectorLength( src ) > 0 && rc == 0 ) in rgn_vector_move()
241 if ( VectorLength( stock ) > 0 ) in rgn_get_or_make()
377 uint32_t i, count = VectorLength ( v );
436 uint32_t i, count = VectorLength ( from ); in rgn_correct()
555 uint32_t i, count = VectorLength ( from ); in rgn_merge_consecutive_regions()
597 uint32_t i, count = VectorLength ( v ); in rgn_check()
808 *count = VectorLength( &rgn->read_Regions ); in rgn_start_data()
827 *count = VectorLength( &rgn->read_Regions ); in rgn_len_data()
847 *count = VectorLength( &rgn->read_Regions ); in rgn_type_data()
867 *count = VectorLength( &rgn->read_Regions ); in rgn_filter_data()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/tools/vdb-copy/
H A Dcoldefs.c191 len = VectorLength( &(defs->cols) ); in col_defs_clear_to_copy()
218 len = VectorLength( &(defs->cols) ); in col_defs_add_to_rd_cursor()
256 len = VectorLength( &(defs->cols) ); in col_defs_find()
278 len = VectorLength( &(defs->cols) ); in col_defs_find_idx()
315 len = VectorLength( &(defs->cols) ); in col_defs_add_to_wr_cursor()
379 uint32_t idx, len = VectorLength( &(defs->cols) ); in col_defs_detect_redactable_cols_by_name()
463 uint32_t idx, len = VectorLength( &(defs->cols) ); in col_defs_detect_redactable_cols_by_type()
617 count = VectorLength( &(defs->cols) ); in col_defs_as_string()
659 count = VectorLength( &(defs->cols) ); in col_defs_apply_casts()
692 count = VectorLength( &(defs->cols) ); in col_defs_find_redact_vals()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw7489.pp12 function VectorLength(const aV3D : TSingle3DVector) : single; overload;
16 function VectorLength(const aV4D : TSingle4DVector) : single; overload;
20 function VectorLength(const aVxD : array of single) : single; overload;
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageIntensity/test/
H A DitkNthElementPixelAccessorTest2.cxx50 constexpr unsigned int VectorLength = 3; in itkNthElementPixelAccessorTest2() local
78 vectorImage->SetNumberOfComponentsPerPixel( VectorLength ); in itkNthElementPixelAccessorTest2()
81 pixel.SetSize( VectorLength ); in itkNthElementPixelAccessorTest2()
86 referencePixel.SetSize( VectorLength ); in itkNthElementPixelAccessorTest2()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/tui/
H A Dtui_menu.c135 uint32_t count = VectorLength( &root->children ); in find_node_by_name_flat()
161 uint32_t count = VectorLength( &root->children );
188 uint32_t count = VectorLength( &node->children ); in find_node_by_id()
372 uint32_t count = VectorLength( &node->children ); in find_index_of_child()
420 uint32_t count = VectorLength( &node->children ); in KTUI_Menu_Report_Node()
472 uint32_t count = VectorLength( &node->children ); in draw_node_v()
505 uint32_t count = VectorLength( &node->children ); in draw_node_h()
583 uint32_t count = VectorLength( &node->children ); in shift_node_selection()
667 uint32_t count = VectorLength( &node->children ); in menu_select()
685 uint32_t count = VectorLength( &node->children ); in x_coordinate_to_top_node()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/tui/
H A Dtui_menu.c135 uint32_t count = VectorLength( &root->children ); in find_node_by_name_flat()
161 uint32_t count = VectorLength( &root->children );
188 uint32_t count = VectorLength( &node->children ); in find_node_by_id()
372 uint32_t count = VectorLength( &node->children ); in find_index_of_child()
420 uint32_t count = VectorLength( &node->children ); in KTUI_Menu_Report_Node()
472 uint32_t count = VectorLength( &node->children ); in draw_node_v()
505 uint32_t count = VectorLength( &node->children ); in draw_node_h()
583 uint32_t count = VectorLength( &node->children ); in shift_node_selection()
667 uint32_t count = VectorLength( &node->children ); in menu_select()
685 uint32_t count = VectorLength( &node->children ); in x_coordinate_to_top_node()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/schema/
H A DParseTree.cpp77 VectorSet ( & m_children, VectorLength ( & m_children ), p_node ); in AddChild()
83 return VectorLength ( & m_children ); in ChildrenCount()
136 while ( VectorLength ( & m_stack ) != 0 ) in NextToken()
139 rc_t rc = VectorRemove ( & m_stack, VectorLength ( & m_stack ) - 1, ( void ** ) & node ); in NextToken()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/schema/
H A DParseTree.cpp77 VectorSet ( & m_children, VectorLength ( & m_children ), p_node ); in AddChild()
83 return VectorLength ( & m_children ); in ChildrenCount()
136 while ( VectorLength ( & m_stack ) != 0 ) in NextToken()
139 rc_t rc = VectorRemove ( & m_stack, VectorLength ( & m_stack ) - 1, ( void ** ) & node ); in NextToken()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/sra-pileup/
H A Dref_regions.c288 uint32_t n = VectorLength( &self->ranges ); in merge_overlapping_ranges()
318 uint32_t n = VectorLength( &self->ranges ); in merge_close_ranges_and_create_filter()
420 uint32_t nr = VectorLength( &( r->ranges ) ); in slice_report_wrapper()
431 uint32_t ns = VectorLength( &( rr->skip ) ); in slice_report_wrapper()
488 *count += VectorLength( &(r->ranges) ); in count_ref_region_wrapper()
567 return VectorLength( &( node->ranges ) ); in get_ref_node_range_count()
576 uint32_t n = VectorLength( &( node->ranges ) ); in get_ref_range()
631 uint32_t i, n = VectorLength( &r->ranges ); in reference_region_has_skip_ranges()
637 if ( VectorLength( &rr->skip ) > 0 ) res = true; in reference_region_has_skip_ranges()
651 uint32_t i, n = VectorLength( &r->ranges ); in make_skiplist_ref_node()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/test/schema/
H A Dwb-test-schema-table.cpp681 REQUIRE_EQ ( 1u, VectorLength ( & enc . schem ) ); in FIXTURE_TEST_CASE()
690 REQUIRE_EQ ( 0u, VectorLength ( & enc . pfact ) ); in FIXTURE_TEST_CASE()
707 REQUIRE_EQ ( 1u, VectorLength ( & enc . pfact ) ); in FIXTURE_TEST_CASE()
718 REQUIRE_EQ ( 1u, VectorLength ( & enc . pfact ) ); in FIXTURE_TEST_CASE()
729 REQUIRE_EQ ( 0u, VectorLength ( & enc . pfact ) ); in FIXTURE_TEST_CASE()
739 REQUIRE_EQ ( 0u, VectorLength ( & enc . pfact ) ); in FIXTURE_TEST_CASE()
755 REQUIRE_EQ ( 1u, VectorLength ( & enc . schem ) ); in FIXTURE_TEST_CASE()
780 REQUIRE_EQ ( 1u, VectorLength ( & enc . schem ) ); in FIXTURE_TEST_CASE()
983 REQUIRE_EQ ( 0u, VectorLength ( & enc . schem ) ); in FIXTURE_TEST_CASE()
987 REQUIRE_EQ ( 0u, VectorLength ( & enc . pfact ) ); in FIXTURE_TEST_CASE()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/test/schema/
H A Dwb-test-schema-table.cpp681 REQUIRE_EQ ( 1u, VectorLength ( & enc . schem ) ); in FIXTURE_TEST_CASE()
690 REQUIRE_EQ ( 0u, VectorLength ( & enc . pfact ) ); in FIXTURE_TEST_CASE()
707 REQUIRE_EQ ( 1u, VectorLength ( & enc . pfact ) ); in FIXTURE_TEST_CASE()
718 REQUIRE_EQ ( 1u, VectorLength ( & enc . pfact ) ); in FIXTURE_TEST_CASE()
729 REQUIRE_EQ ( 0u, VectorLength ( & enc . pfact ) ); in FIXTURE_TEST_CASE()
739 REQUIRE_EQ ( 0u, VectorLength ( & enc . pfact ) ); in FIXTURE_TEST_CASE()
755 REQUIRE_EQ ( 1u, VectorLength ( & enc . schem ) ); in FIXTURE_TEST_CASE()
780 REQUIRE_EQ ( 1u, VectorLength ( & enc . schem ) ); in FIXTURE_TEST_CASE()
983 REQUIRE_EQ ( 0u, VectorLength ( & enc . schem ) ); in FIXTURE_TEST_CASE()
987 REQUIRE_EQ ( 0u, VectorLength ( & enc . pfact ) ); in FIXTURE_TEST_CASE()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/vdb/
H A Dschema-func.c304 uint32_t expected = VectorLength ( & self -> type ) + VectorLength ( & self -> schem ); in SFunctionBindSchemaParms()
305 uint32_t actual = VectorLength ( subst ); in SFunctionBindSchemaParms()
328 count = VectorLength ( & self -> type ); in SFunctionBindSchemaParms()
359 count = VectorLength ( & self -> schem ); in SFunctionBindSchemaParms()
406 i = VectorLength ( & self -> type ); in SFunctionBindSchemaParms()
439 /*count =*/ act_count = VectorLength ( subst ); in SFunctionBindFactParms()
596 …assert ( VectorLength ( prior ) == VectorLength ( & self -> type ) + VectorLength ( & self -> sche… in SFunctionRestSchemaParms()
599 count = VectorLength ( & self -> type ); in SFunctionRestSchemaParms()
616 count = VectorLength ( & self -> schem ); in SFunctionRestSchemaParms()
642 assert ( VectorLength ( prior ) == VectorLength ( & self -> fact . parms ) ); in SFunctionRestFactParms()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/vdb/
H A Dschema-func.c304 uint32_t expected = VectorLength ( & self -> type ) + VectorLength ( & self -> schem ); in SFunctionBindSchemaParms()
305 uint32_t actual = VectorLength ( subst ); in SFunctionBindSchemaParms()
328 count = VectorLength ( & self -> type ); in SFunctionBindSchemaParms()
359 count = VectorLength ( & self -> schem ); in SFunctionBindSchemaParms()
406 i = VectorLength ( & self -> type ); in SFunctionBindSchemaParms()
439 /*count =*/ act_count = VectorLength ( subst ); in SFunctionBindFactParms()
596 …assert ( VectorLength ( prior ) == VectorLength ( & self -> type ) + VectorLength ( & self -> sche… in SFunctionRestSchemaParms()
599 count = VectorLength ( & self -> type ); in SFunctionRestSchemaParms()
616 count = VectorLength ( & self -> schem ); in SFunctionRestSchemaParms()
642 assert ( VectorLength ( prior ) == VectorLength ( & self -> fact . parms ) ); in SFunctionRestFactParms()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/ImageFunction/test/
H A DitkCentralDifferenceImageFunctionOnVectorTest.cxx40 template< unsigned int VectorLength >
44 << "VectorLength: " << VectorLength << std::endl << std::endl; in itkCentralDifferenceImageFunctionOnVectorTestRun()
49 using PixelType = itk::Vector<float,VectorLength>; in itkCentralDifferenceImageFunctionOnVectorTestRun()
70 for( unsigned int i=1; i < VectorLength; i++ ) in itkCentralDifferenceImageFunctionOnVectorTestRun()
81 using DerivativeType = itk::Matrix<double,VectorLength,ImageDimension>; in itkCentralDifferenceImageFunctionOnVectorTestRun()
110 for( unsigned int nc = 0; nc < VectorLength; nc++ ) in itkCentralDifferenceImageFunctionOnVectorTestRun()
171 for( itk::SizeValueType n=0; n < VectorLength; n++ ) in itkCentralDifferenceImageFunctionOnVectorTestRun()
218 for( itk::SizeValueType n=0; n < VectorLength; n++ ) in itkCentralDifferenceImageFunctionOnVectorTestRun()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/klib/
H A Dsymtab.c270 else if ( VectorLength ( & self -> stack ) <= self -> intrinsic ) in KSymTableCreateNamespace()
274 uint32_t len = VectorLength ( & self -> stack ); in KSymTableCreateNamespace()
345 else if ( VectorLength ( & self -> stack ) <= self -> intrinsic ) in KSymTableCreateSymbol()
355 uint32_t len = VectorLength ( & self -> stack ); in KSymTableCreateSymbol()
433 else if ( VectorLength ( & self -> stack ) <= self -> intrinsic ) in KSymTableDupSymbol()
492 for ( i = VectorLength ( & self -> stack ); i > self -> intrinsic; ) in KSymTableRemoveSymbol()
523 for ( i = VectorLength ( & self -> stack ); i > 0; ) in KSymTableFind()
588 for ( i = VectorLength ( & self -> stack ); i > 0; ) in KSymTableFindSymbol()
665 uint32_t len = VectorLength ( & self -> stack ); in KSymTableFindShallow()
700 uint32_t len = VectorLength ( & self -> stack ); in KSymTableFindNext()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/klib/
H A Dsymtab.c270 else if ( VectorLength ( & self -> stack ) <= self -> intrinsic ) in KSymTableCreateNamespace()
274 uint32_t len = VectorLength ( & self -> stack ); in KSymTableCreateNamespace()
345 else if ( VectorLength ( & self -> stack ) <= self -> intrinsic ) in KSymTableCreateSymbol()
355 uint32_t len = VectorLength ( & self -> stack ); in KSymTableCreateSymbol()
433 else if ( VectorLength ( & self -> stack ) <= self -> intrinsic ) in KSymTableDupSymbol()
492 for ( i = VectorLength ( & self -> stack ); i > self -> intrinsic; ) in KSymTableRemoveSymbol()
523 for ( i = VectorLength ( & self -> stack ); i > 0; ) in KSymTableFind()
588 for ( i = VectorLength ( & self -> stack ); i > 0; ) in KSymTableFindSymbol()
665 uint32_t len = VectorLength ( & self -> stack ); in KSymTableFindShallow()
700 uint32_t len = VectorLength ( & self -> stack ); in KSymTableFindNext()
[all …]
/dports/games/qwdtools/mvdsv-0.34/tools/qwdtools/source/
H A Dsync.c169 if (VectorLength(vec) > 0 && VectorLength(vec) < 100) in demcmp()
184 if (VectorLength(vec) > 0 && VectorLength(vec) < 100) in demcmp()
199 sr += VectorLength(vec)/VectorLength(vec2); in demcmp()
233 if (VectorLength(vec) > 0) in demcmp()
248 if (VectorLength(vec) > 0) in demcmp()
262 sr += VectorLength(vec)/VectorLength(vec2); in demcmp()
/dports/games/mvdsv/mvdsv-0.34/tools/qwdtools/source/
H A Dsync.c169 if (VectorLength(vec) > 0 && VectorLength(vec) < 100) in demcmp()
184 if (VectorLength(vec) > 0 && VectorLength(vec) < 100) in demcmp()
199 sr += VectorLength(vec)/VectorLength(vec2); in demcmp()
233 if (VectorLength(vec) > 0) in demcmp()
248 if (VectorLength(vec) > 0) in demcmp()
262 sr += VectorLength(vec)/VectorLength(vec2); in demcmp()
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/umuscle/src/muscle/
H A Ddistfunc.cpp42 m_Dists = new float[VectorLength()]; in SetCount()
49 memset(m_Dists, 0, VectorLength()*sizeof(float)); in SetCount()
64 unsigned DistFunc::VectorLength() const in VectorLength() function in DistFunc
/dports/biology/muscle/muscle-3.8.1551/
H A Ddistfunc.cpp42 m_Dists = new float[VectorLength()]; in SetCount()
49 memset(m_Dists, 0, VectorLength()*sizeof(float)); in SetCount()
64 unsigned DistFunc::VectorLength() const in VectorLength() function in DistFunc

12345678910>>...63