代码搜索:eval

找到约 10,000 项符合「eval」的源代码

代码结果 10,000
www.eeworm.com/read/168945/5429318

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/168845/5434213

rst eval_if_c.rst

.. Metafunctions/Type Selection//eval_if_c |40 eval_if_c ========= Synopsis -------- .. parsed-literal:: template< bool c , typename F1 , typename F
www.eeworm.com/read/167728/5453218

h integ_eval.h

/* interpolation/integ_eval_macro.h * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman * * This program is free software; you can redistribute it and/or modify * it under the terms o
www.eeworm.com/read/167728/5453632

h rat_eval.h

static double rat_eval (const double a[], const size_t na, const double b[], const size_t nb, const double x) { size_t i, j; double u, v, r; u = a[na - 1]; for (i = na - 1; i > 0;
www.eeworm.com/read/167728/5454242

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/162614/5522715

c eval1.c

// { dg-do run } // 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(vo
www.eeworm.com/read/347220/3174048

h eval-plural.h

/* Plural expression evaluation. Copyright (C) 2000-2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lib
www.eeworm.com/read/346350/3184676

php function.eval.php

www.eeworm.com/read/344414/3210312

php function.eval.php

www.eeworm.com/read/340665/3276719

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