Home
last modified time | relevance | path

Searched refs:exp (Results 51 – 67 of 67) sorted by relevance

123

/PHP-5.3/ext/standard/tests/math/
H A Dexpm1_variation1.phpt9 * Description: Returns exp(number) - 1, computed in a way that is accurate even
/PHP-5.3/ext/standard/
H A Dmath.c270 return(exp(x) - 1); in php_expm1()
649 PHP_FUNCTION(exp) in PHP_FUNCTION() argument
657 RETURN_DOUBLE(exp(num)); in PHP_FUNCTION()
H A Dbasic_functions.c2895 PHP_FE(exp, arginfo_exp)
/PHP-5.3/build/
H A Dlibtool.m43568 echo "-hidden">> $lib.exp~
3570 $rm $lib.exp'
3634 …1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "…
3671 …1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "…
3672 …ared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $com…
3682 …1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "…
3683 …C -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $com…
6058 …1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "…
6059 …$CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$…
6063 …1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "…
[all …]
/PHP-5.3/sapi/apache/
H A Dconfig.m474 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-brtl -Wl,-bI:$APXS_LIBEXECDIR/httpd.exp"
256 APXS_EXP=-bE:sapi/apache/mod_php5.exp
/PHP-5.3/sapi/apache_hooks/
H A Dconfig.m475 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-brtl -Wl,-bI:$APXS_LIBEXECDIR/httpd.exp"
258 APXS_EXP=-bE:sapi/apache_hooks/mod_php5.exp
/PHP-5.3/
H A DREADME.TESTING87 ext/myext/tests/myext.exp - expected output (E)
89 ext/myext/tests/myext.diff - diff of .out and .exp (D)
/PHP-5.3/sapi/apache2filter/
H A Dconfig.m486 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-brtl -Wl,-bI:$APXS_LIBEXECDIR/httpd.exp"
/PHP-5.3/sapi/apache2handler/
H A Dconfig.m485 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-brtl -Wl,-bI:$APXS_LIBEXECDIR/httpd.exp"
/PHP-5.3/ext/mysql/tests/
H A Dmysql_fetch_array.phpt110 printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_fetch_array_oo.phpt116 printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
H A Dmysqli_fetch_all_oo.phpt142 printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
H A Dmysqli_fetch_array.phpt114 printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
H A Dmysqli_fetch_all.phpt142 printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
/PHP-5.3/ext/gd/libgd/
H A Dgd.c89 #define floor_cast(exp) ((long) exp) argument
/PHP-5.3/ext/exif/
H A Dexif.c3028 …= (float)exp(exif_convert_any_format(value_ptr, format, ImageInfo->motorola_intel TSRMLS_CC)*log(2… in exif_process_IFD_TAG()
3039 …= (float)(1/exp(exif_convert_any_format(value_ptr, format, ImageInfo->motorola_intel TSRMLS_CC)*lo… in exif_process_IFD_TAG()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c19278 exp = 0; in sqlite3VXPrintf()
19285 while( realvalue>=1e32 && exp<=350 ){ realvalue *= 1e-32; exp+=32; } in sqlite3VXPrintf()
19286 while( realvalue>=1e8 && exp<=350 ){ realvalue *= 1e-8; exp+=8; } in sqlite3VXPrintf()
19287 while( realvalue>=10.0 && exp<=350 ){ realvalue *= 0.1; exp++; } in sqlite3VXPrintf()
19290 if( exp>350 ){ in sqlite3VXPrintf()
19314 if( exp<-4 || exp>precision ){ in sqlite3VXPrintf()
19326 e2 = exp; in sqlite3VXPrintf()
19371 if( exp<0 ){ in sqlite3VXPrintf()
19372 *(bufpt++) = '-'; exp = -exp; in sqlite3VXPrintf()
19376 if( exp>=100 ){ in sqlite3VXPrintf()
[all …]

Completed in 319 milliseconds

123