Home
last modified time | relevance | path

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

123

/PHP-7.3/ext/standard/
H A Dmath.c281 return(exp(x) - 1); in php_expm1()
638 PHP_FUNCTION(exp) in PHP_FUNCTION() argument
646 RETURN_DOUBLE(exp(num)); in PHP_FUNCTION()
H A Dbasic_functions.c2960 PHP_FE(exp, arginfo_exp)
/PHP-7.3/win32/build/
H A DMakefile164 …st $(BUILD_DIR)\*.lib $(BUILD_DIR)\*.ilk $(BUILD_DIR)\*.pdb $(BUILD_DIR)\*.exp $(PHPDEF) $(BUILD_D…
176 …es $(BUILD_DIR)\*.lib $(BUILD_DIR)\*.ilk $(BUILD_DIR)\*.pdb $(BUILD_DIR)\*.exp $(PHPDEF) $(BUILD_D…
/PHP-7.3/build/
H A Dlibtool.m43567 echo "-hidden">> $lib.exp~
3569 $rm $lib.exp'
3633 …1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "…
3670 …1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "…
3671 …ared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $com…
3681 …1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "…
3682 …C -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $com…
6053 …1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "…
6054 …$CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$…
6058 …1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "…
[all …]
/PHP-7.3/sapi/apache2handler/
H A Dconfig.m483 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-brtl -Wl,-bI:$APXS_LIBEXECDIR/httpd.exp"
/PHP-7.3/
H A D.gitignore198 **/tests/**/*.exp
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-7.3/ext/mbstring/oniguruma/doc/
H A DRE349 (?~|absent|exp) Absent expression (* original)
350 This works like "exp", but it is limited by the range
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c689 #define ADDRESSING_DEPENDS_ON(exp, reg) \ argument
690 (((exp) & SLJIT_MEM) && (((exp) & REG_MASK) == reg || OFFS_REG(exp) == reg))
/PHP-7.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-7.3/ext/gd/libgd/
H A Dgd.c90 #define floor_cast(exp) ((long) exp) argument
H A Dgd_interpolation.c569 return (double)(exp(-2.0f * x * x) * 0.79788456080287f); in filter_gaussian()
/PHP-7.3/ext/exif/
H A Dexif.c3454 … = (float)exp(exif_convert_any_format(value_ptr, format, ImageInfo->motorola_intel)*log(2)*0.5); in exif_process_IFD_TAG_impl()
3466 … = (float)(1/exp(exif_convert_any_format(value_ptr, format, ImageInfo->motorola_intel)*log(2))); in exif_process_IFD_TAG_impl()
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c27755 exp = 0;
27763 while( realvalue>=1e100*scale && exp<=350 ){ scale *= 1e100;exp+=100;}
27764 while( realvalue>=1e10*scale && exp<=350 ){ scale *= 1e10; exp+=10; }
27765 while( realvalue>=10.0*scale && exp<=350 ){ scale *= 10.0; exp++; }
27769 if( exp>350 ){
27788 if( exp<-4 || exp>precision ){
27800 e2 = exp;
27854 if( exp<0 ){
27855 *(bufpt++) = '-'; exp = -exp;
27859 if( exp>=100 ){
[all …]

Completed in 437 milliseconds

123