代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/425482/6288928
log config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by xtscal configure 0.6.3, which was
generated by GNU
www.eeworm.com/read/212115/6303904
cpp f1210.cpp
//=====================================
// f1210.cpp
// Inheriting for Reducing Verbose Code
//=====================================
#include
#include
using namespace std;
#incl
www.eeworm.com/read/212115/6303905
cpp f1211.cpp
//=====================================
// f1211.cpp
// Shared BaseClass Scheme
//=====================================
#include
#include
using namespace std;
#include"savings_b
www.eeworm.com/read/175592/6341497
c smse.c
/*************************************************************************/
/* */
/* Copyright Mentor Graphics Cor
www.eeworm.com/read/261198/11659705
m is_psd.m
function b = positive_semidefinite(M)
%
% Return true iff v M v' >= 0 for any vector v.
% We do this by checking that all the eigenvalues are non-negative.
E = eig(M);
if length(find(E>=0)) == length
www.eeworm.com/read/347504/11661593
log config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:699: checking for gcc
configure:812: checking whether the C
www.eeworm.com/read/347498/11662458
log config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:779: checking host system type
configure:800: checking targ
www.eeworm.com/read/157653/11677929
ac configure.ac
#
# The build process allows for using a cross-compiler. But the default
# action is to target the same platform that we are running on. The
# configure script needs to discover the following proper
www.eeworm.com/read/157403/11709662
c smse.c
/*************************************************************************/
/* */
/* Copyright Mentor Graphics Cor
www.eeworm.com/read/231142/14253284
c smse.c
/*************************************************************************/
/* */
/* Copyright Mentor Graphics Cor