Home
last modified time | relevance | path

Searched refs:ubvalue (Results 1 – 2 of 2) sorted by relevance

/dports/devel/apitrace/apitrace-9.0/retrace/
H A Dglstate_shaders.cpp306 const GLubyte *ubvalue; in dumpAttrib() member
325 writer.writeInt(*u.ubvalue); in dumpAttrib()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dmisc.c842 SCIP_Longint ubvalue; in SCIPsparseSolGetNextSol() local
867 ubvalue = ubvalues[v]; in SCIPsparseSolGetNextSol()
869 if( lbvalue < ubvalue ) in SCIPsparseSolGetNextSol()
875 if( sol[v] < ubvalue ) in SCIPsparseSolGetNextSol()
883 assert(sol[v] == ubvalue); in SCIPsparseSolGetNextSol()
890 if( sol[v] < ubvalue ) in SCIPsparseSolGetNextSol()
898 assert(sol[v] == ubvalue); in SCIPsparseSolGetNextSol()