代码搜索:Built-In

找到约 2,787 项符合「Built-In」的源代码

代码结果 2,787
www.eeworm.com/read/305879/3767233

js extras-array.js

/* add some useful methods to the javascript array class. All operating on the built-in Array class, so no need for any namespacing object. Dave Crane 2005 */ /* append to end of array, opti
www.eeworm.com/read/305879/3767306

js extras-array.js

/* add some useful methods to the javascript array class. All operating on the built-in Array class, so no need for any namespacing object. Dave Crane 2005 */ /* append to end of array, opti
www.eeworm.com/read/438718/1822835

py util.py

# Module 'util' -- some useful functions that don't fit elsewhere # NB: These are now built-in functions, but this module is provided # for compatibility. Don't use in new programs unless you need b
www.eeworm.com/read/435707/1861185

h alloca.h

#ifndef _ALLOCA_H #define _ALLOCA_H /* Use GCC's built-in dynamic stack allocator */ #define alloca(size) __builtin_alloca (size) #endif // _ALLOCA_H
www.eeworm.com/read/396844/2407562

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/390438/2528493

js extras-array.js

/* add some useful methods to the javascript array class. All operating on the built-in Array class, so no need for any namespacing object. Dave Crane 2005 */ /* append to end of array, opti
www.eeworm.com/read/387667/2557097

intarray readme.intarray

This is an implementation of RD-tree data structure using GiST interface of PostgreSQL. It has built-in lossy compression. Current implementation provides index support for one-dimensional array of i
www.eeworm.com/read/375190/2735429

qbk concepts.qbk

[section:concepts Iterator Concepts] [section:concepts_access Access] [h2 Readable Iterator Concept] A class or built-in type `X` models the *Readable Iterator* concept for value type `T` if, in a
www.eeworm.com/read/366702/2882622

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/366702/2882655

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