代码搜索:Built-In
找到约 2,787 项符合「Built-In」的源代码
代码结果 2,787
www.eeworm.com/read/13871/284322
m mysize.m
function sz = mysize(M)
% MYSIZE Like the built-in size, except it returns n if M is a vector of length n, and 1 if M is a scalar.
% sz = mysize(M)
%
% The behavior is best explained by examples
www.eeworm.com/read/13871/284440
m mysymsetdiff.m
function C = mysymsetdiff(A,B)
% MYSYMSETDIFF Symmetric set difference of two sets of positive integers (much faster than built-in setdiff)
% C = mysetdiff(A,B)
% C = (A\B) union (B\A) = { things t
www.eeworm.com/read/481348/1297409
c devload.c
/* File: devload.c
*
* Purpose: WinCE device manager initialization and built-in device management
*
* Copyright (c) 1995-2000 Microsoft Corporation. All rights reserved.
*/
#include
www.eeworm.com/read/479151/1338336
c parport_amiga.c
/* Low-level parallel port routines for the Amiga built-in port
*
* Author: Joerg Dorchain
*
* This is a complete rewrite of the code, but based heaviy upon the old
* lp_inte
www.eeworm.com/read/242733/4536575
c devload.c
/* File: devload.c
*
* Purpose: WinCE device manager initialization and built-in device management
*
* Copyright (c) 1995-2000 Microsoft Corporation. All rights reserved.
*/
#include
www.eeworm.com/read/240162/4589856
c builtin-explog-1.c
/* Copyright (C) 2003 Free Software Foundation.
Verify that built-in math function constant folding of log & exp is
correctly performed by the compiler.
Written by Kaveh Ghazi, 2003-09-05.
www.eeworm.com/read/233448/4685239
c builtin-ctype-2.c
/* Copyright (C) 2004 Free Software Foundation.
Verify that built-in ctype transformations are done correctly by
the compiler.
Written by Kaveh Ghazi, 2004-04-05. */
/* { dg-do link } */
www.eeworm.com/read/233448/4685248
c builtin-convert-1.c
/* Copyright (C) 2004 Free Software Foundation.
Verify that built-in math function conversion to smaller FP types
is correctly performed by the compiler.
Written by Kaveh Ghazi, 2004-03-17
www.eeworm.com/read/209559/4964798
c parport_amiga.c
/* Low-level parallel port routines for the Amiga built-in port
*
* Author: Joerg Dorchain
*
* This is a complete rewrite of the code, but based heaviy upon the old
* lp_inte
www.eeworm.com/read/206632/5005204
c devload.c
/* File: devload.c
*
* Purpose: WinCE device manager initialization and built-in device management
*
* Copyright (c) 1995-2000 Microsoft Corporation. All rights reserved.
*/
#include