Home
last modified time | relevance | path

Searched refs:dnow (Results 1 – 25 of 34) sorted by relevance

12

/external/v8/test/mjsunit/
Ddouble-equals.js189 var dnow = new Date(); variable
190 testEqual(dnow, dnow);
191 testEqual(dnow, String(dnow));
192 testNotEqual(dnow, Number(dnow));
196 dnow.toString = null;
197 testEqual(dnow, Number(dnow));
198 dnow.valueOf = function () { return "42"; };
199 testEqual(dnow, 42);
200 dnow.toString = function () { return "1"; };
201 testEqual(dnow, true);
/external/llvm/test/CodeGen/X86/
Dstack-folding-3dnow.ll1 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+3dnow | FileCheck %s
7 %2 = call x86_mmx @llvm.x86.3dnow.pavgusb(x86_mmx %a, x86_mmx %b) nounwind readnone
10 declare x86_mmx @llvm.x86.3dnow.pavgusb(x86_mmx, x86_mmx) nounwind readnone
16 %2 = call x86_mmx @llvm.x86.3dnow.pf2id(x86_mmx %a) nounwind readnone
19 declare x86_mmx @llvm.x86.3dnow.pf2id(x86_mmx) nounwind readnone
34 %2 = call x86_mmx @llvm.x86.3dnow.pfacc(x86_mmx %a, x86_mmx %b) nounwind readnone
37 declare x86_mmx @llvm.x86.3dnow.pfacc(x86_mmx, x86_mmx) nounwind readnone
43 %2 = call x86_mmx @llvm.x86.3dnow.pfadd(x86_mmx %a, x86_mmx %b) nounwind readnone
46 declare x86_mmx @llvm.x86.3dnow.pfadd(x86_mmx, x86_mmx) nounwind readnone
52 %2 = call x86_mmx @llvm.x86.3dnow.pfcmpeq(x86_mmx %a, x86_mmx %b) nounwind readnone
[all …]
D3dnow-intrinsics.ll1 ; RUN: llc < %s -march=x86 -mattr=+3dnow | FileCheck %s
10 %4 = call x86_mmx @llvm.x86.3dnow.pavgusb(x86_mmx %2, x86_mmx %3)
15 declare x86_mmx @llvm.x86.3dnow.pavgusb(x86_mmx, x86_mmx) nounwind readnone
21 %1 = tail call x86_mmx @llvm.x86.3dnow.pf2id(x86_mmx %0)
26 declare x86_mmx @llvm.x86.3dnow.pf2id(x86_mmx) nounwind readnone
33 %2 = tail call x86_mmx @llvm.x86.3dnow.pfacc(x86_mmx %0, x86_mmx %1)
38 declare x86_mmx @llvm.x86.3dnow.pfacc(x86_mmx, x86_mmx) nounwind readnone
45 %2 = tail call x86_mmx @llvm.x86.3dnow.pfadd(x86_mmx %0, x86_mmx %1)
50 declare x86_mmx @llvm.x86.3dnow.pfadd(x86_mmx, x86_mmx) nounwind readnone
57 %2 = tail call x86_mmx @llvm.x86.3dnow.pfcmpeq(x86_mmx %0, x86_mmx %1)
[all …]
/external/mesa3d/src/mesa/x86/
D3dnow.c45 DECLARE_XFORM_GROUP( 3dnow, 2 )
46 DECLARE_XFORM_GROUP( 3dnow, 3 )
47 DECLARE_XFORM_GROUP( 3dnow, 4 )
49 DECLARE_NORM_GROUP( 3dnow )
77 ASSIGN_XFORM_GROUP( 3dnow, 2 ); in _mesa_init_3dnow_transform_asm()
78 ASSIGN_XFORM_GROUP( 3dnow, 3 ); in _mesa_init_3dnow_transform_asm()
79 ASSIGN_XFORM_GROUP( 3dnow, 4 ); in _mesa_init_3dnow_transform_asm()
/external/libvncserver/x11vnc/
Dutil.c74 double dnow(void);
431 double dnow(void) { in dnow() function
437 return dnow() - x11vnc_start; in dnowx()
441 double t = dnow(); in rnow()
485 last_all_input_check = dnow(); in check_allinput_rate()
526 last = dnow(); in do_allinput()
544 now = dnow(); in do_allinput()
549 last = dnow(); in do_allinput()
571 double tm = dnow(); in rfbPE()
626 if (dnow() > last_reset + 5.0) { in rfbCFD()
[all …]
Dsslhelper.c270 "unknown-node", dnow()); in create_tmp_pem()
1008 ds = dnow(); in openssl_init()
1015 rfbLog("created 512 bit temporary RSA key: %.3fs\n", dnow() - ds); in openssl_init()
1017 ds = dnow(); in openssl_init()
1024 rfbLog("created 1024 bit temporary RSA key: %.3fs\n", dnow() - ds); in openssl_init()
1047 ds = dnow(); in openssl_init()
1084 rfbLog("using PEM %s %.3fs\n", openssl_pem, dnow() - ds); in openssl_init()
1092 ds = dnow(); in openssl_init()
1112 8*DH_size(dh), dnow()-ds); in openssl_init()
1439 ds = dnow(); in add_anon_dh()
[all …]
D8to24.c194 double now = dnow(); in check_pointer_in_depth24()
322 double now = dnow(); in check_for_multivis()
437 MV_start = dnow(); in check_for_multivis()
551 last_query = dnow(); in check_for_multivis()
598 if (0) fprintf(stderr, "done: %.4f\n", dnow() - last_query); in check_for_multivis()
629 now = dnow(); in vw_lookup()
787 windows_8bpp[j].last_fetched = dnow(); in check_depth_win()
888 now = dnow(); in poll_line()
1104 if (db24 > 2) fprintf(stderr, "poll_8bpp: ysh: %2d %.4f\n", ysh, dnow() - last_call); in poll_8bpp()
1105 last_call = dnow(); in poll_8bpp()
[all …]
Dxevents.c935 servertime_diff = dnow() - stime; in sync_tod_with_servertime()
1002 now = dnow(); in check_local_grab()
1029 now = dnow(); in check_local_grab()
1062 last_check = dnow(); in check_local_grab()
1134 if (msgcnt < mmax || dnow() > lastmsg + mwt) { in check_autorepeat()
1156 lastmsg = dnow(); in check_autorepeat()
1193 if (atom == atom_NET_ACTIVE_WINDOW) got_NET_ACTIVE_WINDOW = dnow(); in set_prop_atom()
1194 if (atom == atom_NET_CURRENT_DESKTOP) got_NET_CURRENT_DESKTOP = dnow(); in set_prop_atom()
1195 if (atom == atom_NET_CLIENT_LIST_STACKING) got_NET_CLIENT_LIST_STACKING = dnow(); in set_prop_atom()
1196 if (atom == atom_XROOTPMAP_ID) got_XROOTPMAP_ID = dnow(); in set_prop_atom()
[all …]
Duserinput.c1373 now = dnow(); in set_ypad()
1504 ag = (dnow() - servertime_diff) - st; in push_scr_ev()
1511 "- %.4f \n", ag, dnow(), servertime_diff, st); in push_scr_ev()
1796 double now = dnow(), delay = 0.4, first_wait = 3.0; in push_scr_ev()
1875 last_copyrect = dnow(); in do_copyregion()
2049 double t1, t2, start = dnow(); in batch_copyregion()
2087 t1 = dnow(); in batch_copyregion()
2137 t2 = dnow(); in batch_copyregion()
2155 last_copyrect = dnow(); in batch_copyregion()
2325 scroll_results[next_index].time = dnow(); in scrollability()
[all …]
Dxdamage.c471 if (dnow() > last_msg + xdamage_crazy_delay) { in collect_xdamage()
473 last_msg = dnow(); in collect_xdamage()
594 xdamage_crazy_time = dnow(); in collect_xdamage()
681 last_ncache_no_skip = dnow(); in xdamage_hint_skip()
818 if (xdamage_crazy_time > 0.0 && dnow() < xdamage_crazy_time + xdamage_crazy_delay) { in check_xdamage_state()
823 if (xdamage_scheduled_mark > 0.0 && dnow() > in check_xdamage_state()
DmacosxCGS.c122 extern double dnow(void);
177 double t = dnow(); in macosxCGS_follow_animation_win()
200 while (dnow() < t + 0.001 * macosx_icon_anim_time) { in macosxCGS_follow_animation_win()
265 double dt = 0.0, now = dnow(); in macosxCGS_get_all_windows()
571 double now = dnow(); in macosxGCS_poll_pb()
Dpointer.c365 last_pointer_motion_time = dnow(); in update_x11_pointer_position()
466 last_pointer_click_time = dnow(); in update_x11_pointer_mask()
727 last_pointer_time = dnow(); in pointer_event()
736 last_rfb_ptr_injected = dnow(); in pointer_event()
748 now = dnow(); in pointer_event()
765 last_rfb_ptr_injected = dnow(); in pointer_event()
Dappshare.c41 extern double dnow(void);
582 if(dnow() > last_check + 1.0) { in be_helper_pid()
583 last_check = dnow(); in be_helper_pid()
1115 if (dnow() < start_time + 15) { in parse_win()
1117 } else if (dnow() < last_pick + 2) { in parse_win()
1120 last_pick = dnow(); in parse_win()
1755 #define PREFIX if(appshare_debug) fprintf(stderr, " %8.2f 0x%08lx : ", dnow() - start, ev.xany.wi…
1760 double start = dnow(); in monitor()
2055 start_time = dnow(); in appshare_main()
Dconnections.c809 last_client_gone = dnow(); in client_gone()
1913 double now = dnow(); in check_connect_file()
2899 t1 = dnow(); in reverse_connect()
2906 t2 = dnow(); in reverse_connect()
2970 t1 = dnow(); in reverse_connect()
2975 t2 = dnow(); in reverse_connect()
3176 ta = t0 = dnow(); in grab_state()
3181 tb = dnow(); in grab_state()
3186 tc = dnow(); in grab_state()
3190 t1 = dnow(); in grab_state()
[all …]
Dselection.c210 double now = dnow(); in selection_request()
228 last_check = dnow(); in selection_request()
Dutil.h61 extern double dnow(void);
Dxrecord.c689 scr_attr_cache[i].time = dnow(); in record_CA()
745 scr_attr_cache[i].time = dnow(); in record_CA()
791 dt = (dnow() - servertime_diff) - st; in record_CA()
1257 scr_attr_cache[i].time = dnow(); in record_CW()
1288 dt = (dnow() - servertime_diff) - st; in record_CW()
1594 now = dnow(); in check_xrecord_reset()
Drates.c432 cd->timer = dnow(); in measure_send_rates()
459 #define OUCH ( ouch || (ouch = (!client_count || client_count != clcnt0 || dnow() < last_client_gon… in measure_send_rates()
Dinet.c714 double t0 = dnow(); in connect_tcp()
736 if (dnow() - t0 < 4.0) { in connect_tcp()
Dmacosx.c305 last_pointer_motion_time = dnow(); in macosx_pointer_command()
312 last_pointer_click_time = dnow(); in macosx_pointer_command()
Duser.c1675 if (lping < dnow() + 5) { in do_unixpw_loop()
1677 lping = dnow(); in do_unixpw_loop()
2890 double start = dnow(); in progress_client()
2902 if (db) rfbLog("progress_client: calling-1 rfbCFD(1) %.6f\n", dnow()-start); in progress_client()
2909 if (db) rfbLog("progress_client: calling-2 rfbCFD(1) %.6f\n", dnow()-start); in progress_client()
2914 progressed, i, j, dnow() - start); in progress_client()
Duinput.c983 last_button_click = dnow(); in button_click()
1014 now = dnow(); in uinput_pointer_command()
1101 double nw = dnow(), delay = zero_delay; in uinput_pointer_command()
1129 last_zero = dnow(); in uinput_pointer_command()
Dscan.c2751 double start = dnow(); in copy_snap()
2777 if (db && snapcnt++ < 5) rfbLog("rawfb copy_snap took: %.5f secs\n", dnow() - start); in copy_snap()
3177 g_now = dnow(); in scan_display()
3366 double now = dnow(); in scan_for_updates()
3593 dtmp = dnow(); in scan_for_updates()
3606 if (tile_count) fprintf(stderr, "XX copytile: %.4f tile_count: %d\n", dnow() - dtmp, tile_count); in scan_for_updates()
/external/libvncserver/examples/
Dcamera.c59 double elapsed, dnow, dthen; in TimeToTakePicture() local
63 dnow = now.tv_sec + (now.tv_usec /1000000.0); in TimeToTakePicture()
65 elapsed = dnow - dthen; in TimeToTakePicture()
/external/mesa3d/src/mesa/x86-64/
Dx86-64.c47 DECLARE_XFORM_GROUP( 3dnow, 4 )

12