Searched refs:Const64 (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/dist/Time-HiRes/
H A DHiRes.xs148 # define Const64(x) x##LL
150 # define Const64(x) x##i64
152 # define EPOCH_BIAS Const64(116444736000000000)
154 # ifdef Const64
156 # define IV_1E6LL 1000000LL /* Needed because of Const64() ##-appends LL (or i64). */
192 # define MAX_PERF_COUNTER_SKEW Const64(5000000) /* 0.5 seconds */
196 # define MAX_PERF_COUNTER_TICKS Const64(300000000) /* 300 seconds */
224 + Const64(IV_1E7) * (ticks / MY_CXT.tick_frequency)
225 +(Const64(IV_1E7) * (ticks % MY_CXT.tick_frequency)) / MY_CXT.tick_frequency;
249 tp->tv_sec = (long)((ft.ft_i64 - EPOCH_BIAS) / Const64(IV_1E
[all...]
/openbsd-current/gnu/usr.bin/perl/win32/
H A Dwin32.c2594 #define Const64(x) x##LL macro
2596 #define Const64(x) x##i64 macro
2599 #define EPOCH_BIAS Const64(116444736000000000)
2612 tp->tv_sec = (long)((ft.ft_i64 - EPOCH_BIAS) / Const64(10000000));
2615 tp->tv_usec = (long)((ft.ft_i64 / Const64(10)) % Const64(1000000));
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2408 const SDValue Const64 = DAG.getConstant(64, SL, MVT::i32); local
2409 NewOpr = DAG.getNode(ISD::UMIN, SL, MVT::i32, NewOpr, Const64);
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15384 SDValue Const64 = DAG.getConstant(Val64, dl, MVT::i64); local
15389 DAG.UpdateNodeOperands(N, N->getOperand(0), Const64, N->getOperand(2),

Completed in 284 milliseconds