代码搜索:Built-In

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

代码结果 2,787
www.eeworm.com/read/162614/5529065

c builtins-9.c

/* Copyright (C) 2003 Free Software Foundation. Check that constant folding of built-in math functions doesn't break anything. Written by Roger Sayle, 2nd April 2003. */ /* { dg-do compil
www.eeworm.com/read/162614/5529632

c builtins-40.c

/* Copyright (C) 2004 Free Software Foundation. Check that fmod, fmodf, fmodl, drem, dremf and dreml built-in functions compile. Written by Uros Bizjak, 5th May 2004. */ /* { dg-do compil
www.eeworm.com/read/162614/5529972

c visibility-8.c

/* Test hidden visibility on built-in functions (for libc). PR 13856. */ /* { dg-do compile } */ /* { dg-options "-std=gnu99" } */ /* { dg-require-visibility "" } */ /* { dg-final { scan-hidden "__G
www.eeworm.com/read/347503/3171876

s math.s

* * Math built-in functions * .float $acos(0.0) .float $asin(0.0) .float $atan(0.0) .float $atan2(1.0,2.0) .float $ceil(1.5) .float $cosh(0.0) .float $cos(0.0) .float $cvf(1
www.eeworm.com/read/341356/3252520

sh archive_events.sh

#!/bin/bash PWD_CMD=`which pwd 2>&1 | grep -v "no pwd in" | grep -v "shell built-in command"` [ -z "$PWD_COMMAND" ] && [ -x /bin/pwd ] && PWD_CMD="/bin/pwd" if [ `expr "$0" : '\(.\)'` = "/" ]; then
www.eeworm.com/read/341356/3252523

sh node_outage_test.sh

#!/bin/bash PWD_CMD=`which pwd 2>&1 | grep -v "no pwd in" | grep -v "shell built-in command"` [ -z "$PWD_COMMAND" ] && [ -x /bin/pwd ] && PWD_CMD="/bin/pwd" if [ `expr "$0" : '\(.\)'` = "/" ]; then
www.eeworm.com/read/340665/3267715

s math.s

* * Math built-in functions * .float $acos(0.0) .float $asin(0.0) .float $atan(0.0) .float $atan2(1.0,2.0) .float $ceil(1.5) .float $cosh(0.0) .float $cos(0.0) .float $cvf(1
www.eeworm.com/read/340665/3273813

c builtins10.c

// Build don't link: // Test that built-in functions don't warn when prototyped without arguments. // Origin: PR c++/9367 // Copyright (C) 2003 Free Software Foundation. extern "C" int snprintf();
www.eeworm.com/read/324447/3502790

tcl bitmap.tcl

# bitmap.tcl -- # # This demonstration script creates a toplevel window that displays # all of Tk's built-in bitmaps. # # RCS: @(#) $Id: bitmap.tcl,v 1.1 2003/02/05 10:56:16 mdejong Exp $ if {![info
www.eeworm.com/read/323581/3514323

tcl bitmap.tcl

# bitmap.tcl -- # # This demonstration script creates a toplevel window that displays # all of Tk's built-in bitmaps. # # RCS: @(#) $Id: bitmap.tcl,v 1.1 2003/02/05 10:56:16 mdejong Exp $ if {![info