Searched refs:realvalue (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.h101 double realvalue; member in struct:astElem
123 double realvalue; member in struct:xpathResultSet
H A Ddomxpath.c101 tokens[l].realvalue = 0.0;
134 #define REALVAL tokens[(*l)-1].realvalue
181 double realvalue; member in struct:__anon13037
283 fprintf(stderr, "real result: %f \n", rs->realvalue);
347 rs->realvalue = d;
463 to->realvalue = from->realvalue;
489 t->realvalue = 0.0;
499 t->realvalue = 0.0;
513 t->realvalue
[all...]
H A Dtcldom.c1196 Tcl_SetDoubleObj(value, rs->realvalue);
/macosx-10.10/emacs-93/emacs/src/
H A Ddata.c971 XBUFFER_LOCAL_VALUE (valcontents)->realvalue = newval;
994 do_symval_forwarding (XBUFFER_LOCAL_VALUE (valcontents)->realvalue));
1033 do_symval_forwarding (XBUFFER_LOCAL_VALUE (valcontents)->realvalue));
1055 XBUFFER_LOCAL_VALUE (valcontents)->realvalue,
1058 return XBUFFER_LOCAL_VALUE (valcontents)->realvalue;
1224 /* Write out `realvalue' to the old loaded binding. */
1226 do_symval_forwarding (XBUFFER_LOCAL_VALUE (valcontents)->realvalue));
1278 innercontents = XBUFFER_LOCAL_VALUE (valcontents)->realvalue;
1340 But the `realvalue' slot may be more up to date, since
1347 return do_symval_forwarding (XBUFFER_LOCAL_VALUE (valcontents)->realvalue);
[all...]
H A Dbuffer.c935 stored in it, but rather in the realvalue slot.
940 do_symval_forwarding (XBUFFER_LOCAL_VALUE (valcontents)->realvalue));
1898 && (tem = XBUFFER_LOCAL_VALUE (valcontents)->realvalue,
1913 && (tem = XBUFFER_LOCAL_VALUE (valcontents)->realvalue,
2522 do_symval_forwarding (XBUFFER_LOCAL_VALUE (SYMBOL_VALUE (sym))->realvalue));
2529 XBUFFER_LOCAL_VALUE (SYMBOL_VALUE (sym))->realvalue,
H A Dprint.c2140 strout ("[realvalue] ", -1, -1, printcharfun, 0);
2141 print_object (XBUFFER_LOCAL_VALUE (obj)->realvalue,
H A Dalloc.c5767 obj = ptr->realvalue;
5770 mark_object (ptr->realvalue);
H A Dlisp.h1198 The `realvalue' slot holds the variable's current value, or a
1202 then you can access the value in (or through) `realvalue'.
1209 binding into `realvalue' (or through it). Also update
1234 Lisp_Object realvalue;
1227 Lisp_Object realvalue; member in struct:Lisp_Buffer_Local_Value
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c19126 LONGDOUBLE_TYPE realvalue; /* Value for real types */ local
19342 realvalue = va_arg(ap,double);
19348 if( realvalue<0.0 ){
19349 realvalue = -realvalue;
19364 if( xtype==etFLOAT ) realvalue += rounder;
19365 /* Normalize realvalue to within 10.0 > realvalue >= 1.0 */
19367 if( sqlite3IsNaN((double)realvalue) ){
19372 if( realvalue>0.
[all...]

Completed in 507 milliseconds