代码搜索:automatic

找到约 5,059 项符合「automatic」的源代码

代码结果 5,059
www.eeworm.com/read/411933/2179099

am makefile.am

## Process this file with automake to produce Makefile.in. -*-Makefile-*- # $Id: Makefile.am,v 1.11 2004/02/18 06:59:40 jm Exp $ # Disable automatic dependency tracking if using other tools than gcc
www.eeworm.com/read/403299/2313108

v test.v

program automatic test (arb_if arbif); task reset_test(); begin $display("Task reset_test: asserting and checking reset"); // LAB: Add reset logic here end endtask task request_grant_tes
www.eeworm.com/read/376940/2706339

js scrollmanager.js

/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.dd.ScrollManager * Provides automatic scrol
www.eeworm.com/read/376006/2717771

pgc autoprep.pgc

#include #include #include /* test automatic prepare for all statements */ EXEC SQL INCLUDE ../regression; int main(int argc, char* argv[]) { EXEC SQL BEGIN DECLARE
www.eeworm.com/read/368348/2822966

js scrollmanager.js

/* * Ext JS Library 1.0.1 * Copyright(c) 2006-2007, Ext JS, LLC. * licensing@extjs.com * * http://www.extjs.com/license */ /** * @class Ext.dd.ScrollManager * Provides automatic sc
www.eeworm.com/read/367182/2850656

libm-test-ulps

# Begin of automatic generation # asin Test "asin (-0.5) == -pi/6": float: 2 ifloat: 2 Test "asin (0.5) == pi/6": float: 2 ifloat: 2 Test "asin (0.7) == 0.7753974966107530637": double: 1 float: 2 ido
www.eeworm.com/read/366755/2861622

tcl instptch.tcl

# INSTPTCH.TCL - Automatic handling of Tornado patches. # # Copyright 1999-2003 Wind River Systems, Inc # # modification history # -------------------- # 01d,17jan03,bjl added customized README.TXT a
www.eeworm.com/read/366702/2873094

tree initial.tree

// { dg-do run } // Tests whether initializtion works properly. external_reference void abort (); external_reference void exit (int code); external_definition int main (); main { automatic int aaa
www.eeworm.com/read/366702/2873107

tree exit.tree

// { dg-do compile } external_reference void exit (int code); static int foo (); foo { automatic int bar = +1; bar = bar + +1; exit (0); // Calling external references is currently broken. retu
www.eeworm.com/read/366702/2877730

f90 auto_save_1.f90

! { dg-do run } ! Check that automatic objects work properly in the presence of a save ! statement. ! PR21034 subroutine test(n) implicit none integer n real dte(n) character(len=n) :: s sav