Home
last modified time | relevance | path

Searched refs:exp (Results 1 – 11 of 11) sorted by relevance

/sqlite-3.40.0/src/
H A Dprintf.c558 exp = 0; in sqlite3_str_vappendf()
566 while( realvalue>=1e100*scale && exp<=350 ){ scale *= 1e100;exp+=100;} in sqlite3_str_vappendf()
567 while( realvalue>=1e10*scale && exp<=350 ){ scale *= 1e10; exp+=10; } in sqlite3_str_vappendf()
568 while( realvalue>=10.0*scale && exp<=350 ){ scale *= 10.0; exp++; } in sqlite3_str_vappendf()
572 if( exp>350 ){ in sqlite3_str_vappendf()
591 if( exp<-4 || exp>precision ){ in sqlite3_str_vappendf()
603 e2 = exp; in sqlite3_str_vappendf()
657 if( exp<0 ){ in sqlite3_str_vappendf()
658 *(bufpt++) = '-'; exp = -exp; in sqlite3_str_vappendf()
662 if( exp>=100 ){ in sqlite3_str_vappendf()
[all …]
H A Dfunc.c2343 MFUNCTION(exp, 1, exp, math1Func ), in sqlite3RegisterBuiltinFunctions()
/sqlite-3.40.0/test/
H A Dfunc7.test46 SELECT round(exp(1.0),7)
67 SELECT format('%.30f', ln(exp(2.0)) );
198 SELECT round( exp(2), 7), round( exp(-2), 7), exp(0);
/sqlite-3.40.0/
H A Dconfigure6686 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7025 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7131 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7186 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8057 … do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.ex…
8072 …cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "…
8073 … ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_…
8079 …cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "…
8080 …$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $…
8085 …cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "…
[all …]
H A Daclocal.m44957 … $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "…
4964 … $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "…
4965 …$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $…
4970 … $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "…
4971 …$CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM…
6100 echo "-hidden">> $lib.exp~
6102 $RM $lib.exp'
6178 … $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "…
6215 … $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "…
6226 … $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "…
[all …]
H A DMakefile.in1507 rm -f sqlite3.dll sqlite3.lib sqlite3.exp sqlite3.def
H A DMakefile.msc2641 del /Q *.exp *.lo *.ilk *.lib *.obj *.ncb *.pdb *.sdf *.suo 2>NUL
/sqlite-3.40.0/ext/rbu/
H A Drbufault.test164 puts "exp: $expect"
227 puts "exp: $::expect"
/sqlite-3.40.0/tool/
H A Dstripccomments.c34 #define MARKER(exp) if(0) printf argument
/sqlite-3.40.0/autoconf/tea/win/
H A Dmakefile.vc354 -@del $*.exp
/sqlite-3.40.0/autoconf/tea/tclconfig/
H A Dtcl.m4445 CLEANFILES="$CLEANFILES *.lib *.dll *.pdb *.exp"