dtotimespec        81 lib/timespec.h struct timespec dtotimespec (double)
dtotimespec      6170 src/dispnew.c        struct timespec t = dtotimespec (duration);
dtotimespec      6245 src/dispnew.c  	  struct timespec t = dtotimespec (seconds);
dtotimespec      1083 src/eval.c       struct timespec interval = dtotimespec (XFLOATINT (timeout));
dtotimespec      2090 src/image.c    	  old = timespec_sub (t, dtotimespec (delay));
dtotimespec      2007 src/keyboard.c 	  struct timespec interval = dtotimespec (XFLOATINT (Vpolling_period));
dtotimespec       695 src/lread.c          struct timespec wait_time = dtotimespec (duration);
dtotimespec      4878 src/process.c  	      struct timespec t = dtotimespec (XFLOAT_DATA (seconds));
dtotimespec      37561 src/xdisp.c        delay = dtotimespec (XFLOAT_DATA (Vhourglass_delay));
dtotimespec      27396 src/xterm.c      fallback = dtotimespec (0.5);