代码搜索:Built-In
找到约 2,787 项符合「Built-In」的源代码
代码结果 2,787
www.eeworm.com/read/233448/4673353
c builtins8.c
// { dg-do run }
// { dg-options "-O2" }
// Test that built-in functions are recognized with a prototype.
// Origin: Roger Sayle Mar 20, 2002
// Copyright (C) 2002 Free Software Foundation.
//
ext
www.eeworm.com/read/233448/4675583
c 900520_04.c
// { dg-do run }
// g++ 1.37.1 bug 900520_04
// g++ does not yet support the initialization of scalar type objects
// (including built-in arithmetic types, enum types, and pointer types)
// via cons
www.eeworm.com/read/233448/4681977
c abs-1.c
/* Test for -fno-builtin-FUNCTION. */
/* Origin: Joseph Myers . */
/* GCC normally handles abs and labs as built-in functions even without
optimization. So test that with -fno-b
www.eeworm.com/read/233448/4686375
c builtins-38.c
/* Copyright (C) 2004 Free Software Foundation.
Check that logb, logbf, logbl, ilogb, ilogbf and ilogbl
built-in functions compile.
Written by Uros Bizjak, 14th April 2004. */
/* { dg-do
www.eeworm.com/read/231546/4715412
vim ave.vim
" Vim syntax file
" Copyright by Jan-Oliver Wagner
" Language: avenue
" Maintainer: Jan-Oliver Wagner
" Last change: 2001 May 10
" Avenue is the ArcView built-in lan
www.eeworm.com/read/201813/5057102
c cipher_hash_test.c
/* test the ciphers and hashes using their built-in self-tests */
#include
int cipher_hash_test(void)
{
int x;
unsigned char buf[4096];
unsigned long n;
prng_
www.eeworm.com/read/199846/5075163
java randomjava.java
package org.jgap.util;
import org.jgap.*;
import java.util.Random;
/**
Implementation of a randomX-compliant class based upon the
built-in Java.util.Random generat
www.eeworm.com/read/197004/5098499
java randomjava.java
package org.jgap.util;
import org.jgap.*;
import java.util.Random;
/**
Implementation of a randomX-compliant class based upon the
built-in Java.util.Random generat
www.eeworm.com/read/190666/5173025
c builtins7.c
// Test that built-in functions are recognized with a prototype.
// Origin: Roger Sayle Mar 20, 2002
// Copyright (C) 2002 Free Software Foundation.
//
// Special g++ Options: -O2
extern "C" void li
www.eeworm.com/read/190666/5173090
c builtins6.c
// Test that built-in functions are recognized with a prototype.
// Origin: Roger Sayle Mar 20, 2002
// Copyright (C) 2002 Free Software Foundation.
//
// Special g++ Options: -O2
typedef __SIZE_TYP