Searched defs:dot (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_projmatrix.c160 GLfloat dot = 0.0; local
162 dot += p[i+4*k] * q[k+4*j];
164 tmp[i+4*j] = dot;
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecBeOS.cpp521 char* dot = "."; local
524 if (entry && strcmp(entry->d_name, dot) == 0)
H A DnsFileSpecUnix.cpp615 const char dot[] = "."; local
618 if (entry && strcmp(entry->d_name, dot) == 0)
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_header.c76 char *ident, *dot; local
84 dot = strrchr(ident, '.');
85 if (dot != NULL)
86 *dot = '\0';
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_printf.c876 int dot = 0; local
905 if (dot == 0 && digits == 0 && c == '0') {
914 if (dot)
928 n = dot ? DT_PFCONV_DYNPREC : DT_PFCONV_DYNWIDTH;
952 if (dot++ != 0) {

Completed in 58 milliseconds