代码搜索:splitting
找到约 525 项符合「splitting」的源代码
代码结果 525
www.eeworm.com/read/463777/1535331
2 brazil_2d_nl7.oofem.in.2
brazil_2d_nl.oofem.out.2
2D brazilian splitting test
#linearstatic nsteps 1 renumber 1
#
#nonlinearstatic nsteps 100 renumber 1 stiffMode 1 controllmode 0 psi 0.0 steplength 0.0001 initialsteplength 0
www.eeworm.com/read/233448/4686153
c 20020116-1.c
/* This testcase ICEd on Alpha because ldq_u argument was not subject to
small_symbolic_mem_operand splitting. */
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -fpic -mex
www.eeworm.com/read/190666/5179938
c 20020116-1.c
/* This testcase ICEd on Alpha because ldq_u argument was not subject to
small_symbolic_mem_operand splitting. */
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -fpic -mex
www.eeworm.com/read/340665/3280981
c 20020116-1.c
/* This testcase ICEd on Alpha because ldq_u argument was not subject to
small_symbolic_mem_operand splitting. */
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -fpic -mex
www.eeworm.com/read/321483/3533957
pm win32.pm
package File::Spec::Win32;
use strict;
use vars qw(@ISA $VERSION);
require File::Spec::Unix;
$VERSION = '3.2501';
@ISA = qw(File::Spec::Unix);
# Some regexes we use for path splitting
my $DRIVE_R
www.eeworm.com/read/440906/1782658
c 20020116-1.c
/* This testcase ICEd on Alpha because ldq_u argument was not subject to
small_symbolic_mem_operand splitting. */
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -fpic -mex
www.eeworm.com/read/366702/2884380
c 20020116-1.c
/* This testcase ICEd on Alpha because ldq_u argument was not subject to
small_symbolic_mem_operand splitting. */
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -fpic -mex
www.eeworm.com/read/358128/3000468
pm win32.pm
package File::Spec::Win32;
use strict;
use vars qw(@ISA $VERSION);
require File::Spec::Unix;
$VERSION = '3.27';
@ISA = qw(File::Spec::Unix);
# Some regexes we use for path splitting
my $DRIVE_RX
www.eeworm.com/read/358128/3001206
pm win32.pm
package File::Spec::Win32;
use strict;
use vars qw(@ISA $VERSION);
require File::Spec::Unix;
$VERSION = '3.2501';
@ISA = qw(File::Spec::Unix);
# Some regexes we use for path splitting
my $DRIVE_R
www.eeworm.com/read/423897/10527384
c split.c
/*splitting into even n odd list*/
#include
#include
#include
#define MAX 30
typedef struct node1
{
int ele;
struct node1 *next;
}node;
typedef struct
{