代码搜索:eval
找到约 10,000 项符合「eval」的源代码
代码结果 10,000
www.eeworm.com/read/205824/5022381
h api_eval.h
/*
* Mesa 3-D graphics library
* Version: 3.5
*
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
www.eeworm.com/read/205824/5022467
c m_eval.c
/*
* Mesa 3-D graphics library
* Version: 3.5
*
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
www.eeworm.com/read/205824/5022476
h m_eval.h
/*
* Mesa 3-D graphics library
* Version: 3.5
*
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
www.eeworm.com/read/199943/5074887
c cheb_eval.c
static inline int
cheb_eval_e(const cheb_series * cs,
const double x,
gsl_sf_result * result)
{
int j;
double d = 0.0;
double dd = 0.0;
double y = (2.0*x - cs->a -
www.eeworm.com/read/199657/5075556
5 dhcp-eval.5
.\" $Id: dhcp-eval.5,v 1.1.2.2 2004/06/10 17:59:27 dhankins Exp $
.\"
.\" Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 1996-2003 by Internet Software Consortium
.\
www.eeworm.com/read/192230/5159541
exp eval-skip.exp
# Copyright (C) 1998 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the
www.eeworm.com/read/192230/5159646
exp mi-eval.exp
# Copyright (C) 1999, 2000 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published
www.eeworm.com/read/190666/5176063
c eval1.c
// Postfix expression must be evaluated even if accessing a static member.
struct S
{
static int i;
S* foo();
};
S* S::foo(){
i = 0;
return this;
};
int S::i = 1;
int main(void)
{
S * s = ne