代码搜索:Built-In
找到约 2,787 项符合「Built-In」的源代码
代码结果 2,787
www.eeworm.com/read/231546/4714881
pod perlopentut.pod
=head1 NAME
perlopentut - tutorial on opening things in Perl
=head1 DESCRIPTION
Perl has two simple, built-in ways to open files: the shell way for
convenience, and the C way for precision. The ch
www.eeworm.com/read/229812/4751984
gml cpx_op.gml
:P.
If the &fn. is used with a &obj. and an object of any other built-in numeric
type, the non-
:CONT.&obj. is converted to a
:MONO.double
and the second or third form of the &fn. is used.
www.eeworm.com/read/216802/4885652
c regcontrol.c
/* $Id: regcontrol.c 23383 2006-07-31 03:07:47Z jimtabor $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS User32
* PURPOSE: Built-in control
www.eeworm.com/read/216802/4885664
h regcontrol.h
/* $Id: regcontrol.h 21295 2006-03-12 00:01:12Z jimtabor $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS User32
* PURPOSE: Built-in control
www.eeworm.com/read/205824/5021080
c regcontrol.c
/* $Id: regcontrol.c 22634 2006-06-26 13:16:43Z fireball $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS User32
* PURPOSE: Built-in control
www.eeworm.com/read/205824/5021092
h regcontrol.h
/* $Id: regcontrol.h 21295 2006-03-12 00:01:12Z jimtabor $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS User32
* PURPOSE: Built-in control
www.eeworm.com/read/190666/5173389
c builtins5.c
// Build don't link:
// 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 ()
{
return
www.eeworm.com/read/180137/5290508
quick-sum
: # *-*-perl-*-*
eval 'exec perl -S $0 "$@"'
if $running_under_some_shell;
#
# quick-sum - Quick hack for people who would rather use this than
# Essence's built-in quick-sum.
#
www.eeworm.com/read/162614/5520051
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/162614/5529420
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. */