代码搜索:evaluate
找到约 3,619 项符合「evaluate」的源代码
代码结果 3,619
www.eeworm.com/read/165810/5477107
java parsertestcase.java
package org.apache.velocity.test;
/*
* Copyright 2002,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file exc
www.eeworm.com/read/162614/5519875
c static16.c
// { dg-do run }
// Test that we properly evaluate the object parameter when accessing static
// members.
struct A {
static void f () {}
static int i;
};
int A::i;
int c = 0;
A g ()
{
++c;
www.eeworm.com/read/162614/5519973
c null2.c
// { dg-do run }
// Based on a testcase by Eric Dumazet
extern "C" void abort ();
const char * const foo = ""; // foo is not NULL
int main() {
if ((foo == 0) ? 0 : f
www.eeworm.com/read/473219/6848905
m lt.m
function F = lt(X,Y)
% Internal class for constraint lists
% Author Johan L鰂berg
% $Id: lt.m,v 1.1 2004/06/17 08:40:02 johanl Exp $
superiorto('sdpvar');
superiorto('double');
% Try to eva
www.eeworm.com/read/473219/6848907
m gt.m
function F = gt(X,Y)
% Internal class for constraint lists
% Author Johan L鰂berg
% $Id: gt.m,v 1.1 2004/06/17 08:40:02 johanl Exp $
superiorto('sdpvar');
superiorto('double');
try
% T
www.eeworm.com/read/473219/6848910
m ge.m
function F = gt(X,Y)
% Internal class for constraint lists
% Author Johan L鰂berg
% $Id: ge.m,v 1.1 2004/06/17 08:40:02 johanl Exp $
superiorto('sdpvar');
superiorto('double');
try
% T
www.eeworm.com/read/473219/6848916
m le.m
function F = lt(X,Y)
% Internal class for constraint lists
% Author Johan L鰂berg
% $Id: le.m,v 1.1 2004/06/17 08:40:02 johanl Exp $
superiorto('sdpvar');
superiorto('double');
% Try to eva
www.eeworm.com/read/193277/8242716
m lt.m
function F = lt(X,Y)
% Internal class for constraint lists
% Author Johan L鰂berg
% $Id: lt.m,v 1.1 2004/06/17 08:40:02 johanl Exp $
superiorto('sdpvar');
superiorto('double');
% Try to eva
www.eeworm.com/read/193277/8242730
m gt.m
function F = gt(X,Y)
% Internal class for constraint lists
% Author Johan L鰂berg
% $Id: gt.m,v 1.1 2004/06/17 08:40:02 johanl Exp $
superiorto('sdpvar');
superiorto('double');
try
% T