代码搜索:Built-In

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

代码结果 2,787
www.eeworm.com/read/404039/2307911

java boxobserver.java

//: observer:BoxObserver.java // Demonstration of Observer pattern using // Java's built-in observer classes. package observer; import javax.swing.*; import java.awt.*; import java.awt.event.*;
www.eeworm.com/read/396844/2407615

m myunion.m

function C = myunion(A,B) % MYUNION Union of two sets of positive integers (much faster than built-in union) % C = myunion(A,B) if isempty(A) ma = 0; else ma = max(A); end if isempty(B) mb = 0
www.eeworm.com/read/396640/2408764

svn-base pdf_fontenc.c.svn-base

/* * Built-in font tables */ #include "fitz.h" #include "mupdf.h" #define _notdef 0 void pdf_loadencoding(char **estrings, char *encoding) { char **bstrings = nil; int i; if (!strcmp(encoding
www.eeworm.com/read/396640/2408786

c pdf_fontenc.c

/* * Built-in font tables */ #include "fitz.h" #include "mupdf.h" #define _notdef 0 void pdf_loadencoding(char **estrings, char *encoding) { char **bstrings = nil; int i; if (!strcmp(encoding
www.eeworm.com/read/366702/2869666

c builtins5.c

// { dg-do assemble } // Test that built-in functions aren't recognized without a prototype. // Origin: Roger Sayle Mar 20, 2002 // Copyright (C) 2002 Free Software Foundation. int foo () { retur
www.eeworm.com/read/366702/2881554

c builtins-21.c

/* Copyright (C) 2003 Free Software Foundation. Verify that built-in math function constant folding doesn't cause any problems for the compiler. Written by Roger Sayle, 7th June 2003. */
www.eeworm.com/read/366702/2881781

c builtins-2.c

/* Copyright (C) 2002 Free Software Foundation. Verify that built-in math function constant folding doesn't cause any problems for the compiler. Written by Roger Sayle, 16th August 2002.
www.eeworm.com/read/366702/2882585

c builtin-nonneg-1.c

/* Copyright (C) 2004 Free Software Foundation. Verify that GCC can determine which built-in functions produce a nonnegative result. Written by Kaveh Ghazi, 2004-03-10. */ /* { dg-do lin
www.eeworm.com/read/366702/2884561

c gcc-have-sync-compare-and-swap.c

/* { dg-do link } */ /* MIPS only supports these built-in functions for non-MIPS16 mode, and -mflip-mips16 will change the mode of some functions to be different from the command-line setting.
www.eeworm.com/read/366702/2884676

c redecl-4.c

/* Test for multiple declarations and composite types, with built-in functions. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-std=c89 -Wformat -g"