Searched refs:exp (Results 1 – 11 of 11) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | printf.c | 558 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 D | func.c | 2343 MFUNCTION(exp, 1, exp, math1Func ), in sqlite3RegisterBuiltinFunctions()
|
| /sqlite-3.40.0/test/ |
| H A D | func7.test | 46 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 D | configure | 6686 $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 D | aclocal.m4 | 4957 … $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 D | Makefile.in | 1507 rm -f sqlite3.dll sqlite3.lib sqlite3.exp sqlite3.def
|
| H A D | Makefile.msc | 2641 del /Q *.exp *.lo *.ilk *.lib *.obj *.ncb *.pdb *.sdf *.suo 2>NUL
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | rbufault.test | 164 puts "exp: $expect" 227 puts "exp: $::expect"
|
| /sqlite-3.40.0/tool/ |
| H A D | stripccomments.c | 34 #define MARKER(exp) if(0) printf argument
|
| /sqlite-3.40.0/autoconf/tea/win/ |
| H A D | makefile.vc | 354 -@del $*.exp
|
| /sqlite-3.40.0/autoconf/tea/tclconfig/ |
| H A D | tcl.m4 | 445 CLEANFILES="$CLEANFILES *.lib *.dll *.pdb *.exp"
|