Home
last modified time | relevance | path

Searched refs:comp_f (Results 1 – 8 of 8) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DMultiset.h576 comp_f (comp) in rootP()
632 return (comp_f); in key_comp()
640 return (comp_f); in value_comp()
649 return (comp_f); in key_comp()
657 return (comp_f); in value_comp()
829 return (find (object, comp_f)); in find()
855 return (find (object, comp_f)); in find()
1209 split (object, comp_f, tree); in split()
1510 comp_f () in Multiset()
1525 comp_f (comp) in Multiset()
[all …]
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/Ylib/
H A Drbtree.c93 #define comp_f( a, b ) ( (*comp_func)(a,b) ) macro
251 dist1 = comp_f( closest_ptr->data, key ) ;
261 dist1 = comp_f( closest_ptr->data, key ) ;
275 dist1 = comp_f( closest_ptr->data, key ) ;
278 dist2 = comp_f( pred->data, key ) ;
287 dist2 = comp_f( suc->data, key ) ;
614 if( comp_f( data, ptr->data ) < 0 ){
904 if( comp_f( low_key, ptr->data ) > 0 ){
922 comp_f( ptr->data, high_key ) > 0 ){
949 if( comp_f( low_key, ptr->data ) <= 0 ){
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/interfaces/cython/cantera/examples/onedim/
H A Ddiffusion_flame.py18 comp_f = 'C2H6:1' # fuel composition variable
36 f.fuel_inlet.X = comp_f
/dports/science/quantum-espresso/q-e-qe-6.7.0/TDDFPT/src/
H A Dlr_readin.f90331 ALLOCATE(comp_f(nfs))
332 comp_f=.TRUE.
352 ALLOCATE(comp_f(1))
355 comp_f=.TRUE.
H A Dlr_variables.f9058 LOGICAL, ALLOCATABLE :: comp_f(:) variable
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/
H A Dtest_filters.cpp492 … std::unique_ptr<Botan::Compression_Filter> comp_f(new Botan::Compression_Filter("zlib", 9)); in test_pipe_compress() local
494 result.test_eq("Compressor filter name", comp_f->name(), "Zlib_Compression"); in test_pipe_compress()
495 Botan::Pipe pipe(comp_f.release()); in test_pipe_compress()
527 … std::unique_ptr<Botan::Compression_Filter> comp_f(new Botan::Compression_Filter("bzip2", 9)); in test_pipe_compress_bzip2() local
529 result.test_eq("Compressor filter name", comp_f->name(), "Bzip2_Compression"); in test_pipe_compress_bzip2()
530 Botan::Pipe pipe(comp_f.release()); in test_pipe_compress_bzip2()
/dports/security/botan2/Botan-2.18.2/src/tests/
H A Dtest_filters.cpp492 … std::unique_ptr<Botan::Compression_Filter> comp_f(new Botan::Compression_Filter("zlib", 9)); in test_pipe_compress() local
494 result.test_eq("Compressor filter name", comp_f->name(), "Zlib_Compression"); in test_pipe_compress()
495 Botan::Pipe pipe(comp_f.release()); in test_pipe_compress()
527 … std::unique_ptr<Botan::Compression_Filter> comp_f(new Botan::Compression_Filter("bzip2", 9)); in test_pipe_compress_bzip2() local
529 result.test_eq("Compressor filter name", comp_f->name(), "Bzip2_Compression"); in test_pipe_compress_bzip2()
530 Botan::Pipe pipe(comp_f.release()); in test_pipe_compress_bzip2()
/dports/cad/nvc/nvc-r1.5.3/src/
H A Delab.c894 tree_t comp_f = (*tree_F)(comp, i); in elab_compatible_map() local
900 if (tree_ident(comp_f) != tree_ident(entity_f)) in elab_compatible_map()
906 type_t comp_type = tree_type(comp_f); in elab_compatible_map()
909 error_at(tree_loc(comp_f), "type of %s %s in component " in elab_compatible_map()
911 "entity %s", what, istr(tree_ident(comp_f)), in elab_compatible_map()
920 error_at(tree_loc(comp_f), "%s %s not found in entity %s", in elab_compatible_map()
921 what, istr(tree_ident(comp_f)), istr(tree_ident(entity))); in elab_compatible_map()