代码搜索:Built-In
找到约 2,787 项符合「Built-In」的源代码
代码结果 2,787
www.eeworm.com/read/429841/1945013
java mutex.java
package jodd.util;
/**
* Class that provides fast mutual exclusion using Leslie Lamport's "Fast
* Mutal Exclusion" algorithm.
*
* This class does not use the built-in synchronization monito
www.eeworm.com/read/396844/2407596
m myintersect.m
function C = myintersect(A,B)
% MYINTERSECT Intersection of two sets of positive integers (much faster than built-in intersect)
% C = myintersect(A,B)
A = A(:)'; B = B(:)';
if isempty(A)
ma = 0;
e
www.eeworm.com/read/396844/2407632
m mysetdiff.m
function C = mysetdiff(A,B)
% MYSETDIFF Set difference of two sets of positive integers (much faster than built-in setdiff)
% C = mysetdiff(A,B)
% C = A \ B = { things in A that are not in B }
if ise
www.eeworm.com/read/375190/2739173
qbk thread_safety.qbk
[section:threads Thread Safety]
The library is fully thread safe and re-entrant provided the function
and class templates in the library are instantiated with
built-in floating point types: i.e. the
www.eeworm.com/read/366702/2881100
c builtins-6.c
/* Copyright (C) 2003 Free Software Foundation.
Verify that constant folding comparisons against built-in math functions
don't cause any problems for the compiler, and produce expected results
www.eeworm.com/read/366702/2881843
c builtins-40.c
/* Copyright (C) 2004 Free Software Foundation.
Check that fmod, fmodf, fmodl, drem, dremf, dreml,
remainder, remainderf and remainderl
built-in functions compile.
Written by Uros Bizjak
www.eeworm.com/read/366702/2882294
c altivec-types.c
/* { dg-do compile { target { powerpc*-*-linux* && powerpc_altivec_ok } } } */
/* { dg-options "-maltivec" } */
/* GNU extension: PowerPC AltiVec Built-in Functions.
These should be rejected as in
www.eeworm.com/read/254664/4381290
lst asm.lst
1 # 1 "asm.S"
2 # 1 ""
1 ;
0
0
2 ; 汇编程序中调用C函数测试程序
3 ; 文
www.eeworm.com/read/160611/5568555
c xllist.c
/* xllist.c - xlisp built-in list functions */
/* Copyright (c) 1985, by David Michael Betz
All Rights Reserved
Permission is granted for unrestricted non-commercial use */
/* CHANGE
www.eeworm.com/read/160611/5568556
c xlbfun.c
/* xlbfun.c - xlisp basic built-in functions */
/* Copyright (c) 1985, by David Michael Betz
All Rights Reserved
Permission is granted for unrestricted non-commercial use */
#include