Home
last modified time | relevance | path

Searched refs:compvalue (Results 1 – 13 of 13) sorted by relevance

/dports/net/openmpi/openmpi-4.1.1/opal/class/
H A Dopal_rb_tree.c187 int compvalue; in opal_rb_tree_find_with() local
191 compvalue = compfn(key, node->key); in opal_rb_tree_find_with()
193 if (compvalue == 0) { in opal_rb_tree_find_with()
197 node = ((compvalue < 0) ? node->left : node->right); in opal_rb_tree_find_with()
209 int compvalue; in opal_rb_tree_find_node() local
213 compvalue = tree->comp(key, node->key); in opal_rb_tree_find_node()
215 if (compvalue == 0) { in opal_rb_tree_find_node()
219 node = ((compvalue < 0) ? node->left : node->right); in opal_rb_tree_find_node()
/dports/net/openmpi3/openmpi-3.1.6/opal/class/
H A Dopal_rb_tree.c187 int compvalue; in opal_rb_tree_find_with() local
191 compvalue = compfn(key, node->key); in opal_rb_tree_find_with()
193 if (compvalue == 0) { in opal_rb_tree_find_with()
197 node = ((compvalue < 0) ? node->left : node->right); in opal_rb_tree_find_with()
209 int compvalue; in opal_rb_tree_find_node() local
213 compvalue = tree->comp(key, node->key); in opal_rb_tree_find_node()
215 if (compvalue == 0) { in opal_rb_tree_find_node()
219 node = ((compvalue < 0) ? node->left : node->right); in opal_rb_tree_find_node()
/dports/databases/grass7/grass-7.8.6/raster3d/r3.in.v5d/
H A Dv5d.c769 V5Dushort compvalue; in v5dCompressGrid() local
772 compvalue = 65535; in v5dCompressGrid()
775 compvalue = (V5Dushort) (int)((data[p] - b) * one_over_a); in v5dCompressGrid()
777 compdata1[p * 2 + 0] = compvalue >> 8; /* upper byte */ in v5dCompressGrid()
778 compdata1[p * 2 + 1] = compvalue & 0xffu; /* lower byte */ in v5dCompressGrid()
885 int compvalue; in v5dDecompressGrid() local
887 compvalue = (compdata1[p * 2] << 8) | compdata1[p * 2 + 1]; in v5dDecompressGrid()
888 if (compvalue == 65535) { in v5dDecompressGrid()
892 data[p] = (float)compvalue *a + b; in v5dDecompressGrid()
/dports/databases/grass7/grass-7.8.6/raster3d/r3.out.v5d/
H A Dv5d.c769 V5Dushort compvalue; in v5dCompressGrid() local
772 compvalue = 65535; in v5dCompressGrid()
775 compvalue = (V5Dushort) (int)((data[p] - b) * one_over_a); in v5dCompressGrid()
777 compdata1[p * 2 + 0] = compvalue >> 8; /* upper byte */ in v5dCompressGrid()
778 compdata1[p * 2 + 1] = compvalue & 0xffu; /* lower byte */ in v5dCompressGrid()
885 int compvalue; in v5dDecompressGrid() local
887 compvalue = (compdata1[p * 2] << 8) | compdata1[p * 2 + 1]; in v5dDecompressGrid()
888 if (compvalue == 65535) { in v5dDecompressGrid()
892 data[p] = (float)compvalue *a + b; in v5dDecompressGrid()
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/network/ftn-auto/
H A Dnetworkf.c237 PETSC_EXTERN void dmnetworkaddcomponent_(DM dm,PetscInt *p,PetscInt *componentkey,void* compvalue,… in dmnetworkaddcomponent_() argument
240 (DM)PetscToPointer((dm) ),*p,*componentkey,compvalue); in dmnetworkaddcomponent_()
/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Dinterpret.c223 print_compression(unsigned long compvalue) in print_compression() argument
228 if((compstr = tiff_compression_string(compvalue))) in print_compression()
H A Dmisc.c837 tiff_compression_string(unsigned long compvalue) in tiff_compression_string() argument
842 switch(compvalue) in tiff_compression_string()
/dports/math/calc/calc-2.14.0.14/
H A Dvalue.h208 E_FUNC void compvalue(VALUE *vp, VALUE *vres);
H A Dvalue.c908 compvalue(VALUE *vp, VALUE *vres) in compvalue() function
H A Dopcodes.c1311 compvalue(vp, &tmp); in o_comp()
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/network/
H A Dnetwork.c698 PetscErrorCode DMNetworkAddComponent(DM dm, PetscInt p,PetscInt componentkey,void* compvalue) in DMNetworkAddComponent() argument
715 cvalue->data[header->ndata] = (void*)compvalue; in DMNetworkAddComponent()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Accessibility/
H A Dmod.rs17563 …: ::windows::runtime::RawPtr, targetendpoint: TextPatternRangeEndpoint, compvalue: *mut i32) -> ::…
17720 …: ::windows::runtime::RawPtr, targetendpoint: TextPatternRangeEndpoint, compvalue: *mut i32) -> ::…
17911 …: ::windows::runtime::RawPtr, targetendpoint: TextPatternRangeEndpoint, compvalue: *mut i32) -> ::…
/dports/science/PETSc/petsc-3.14.1/
H A DCTAGS5117 …ode DMNetworkAddComponent(DM dm, PetscInt p,PetscInt componentkey,void* compvalue)$/;" f language:C