Displaying 3 results from an estimated 3 matches for "dseq".
Did you mean:
dseg
2004 Apr 15
2
T1 Line install.. (UK Muppet)
...Member numbering:
(If sub-grouped, select subgroup rollover)
- 2-Way, 1-Way Into PBX, or 1-Way Out of PBX
- Member Numbering (i.e. 0001 thru 0024)
9. Trunk Member selection
- Selection for calls originating at the PBX toward the Central Office
(CO)
Asending (ASEQ), Desending (DSEQ), Most Idle (MIDL), Least Idle
(LIDL)
- Selection for calls terminating to the PBX from the Central Office
(CO)
Asending (ASEQ), Desending (DSEQ), Most Idle (MIDL), Least Idle
(LIDL)
10. Direct Inward Dial to PBX - DID (Y/N):
- Number or Number Blocks routed toward PBX (i.e. 972-668-20xx)
-...
2011 Nov 18
1
couting events by subject with "black out" windows
I large datset that includes subjects(ID), Dates and events that need to be counted. Not every date includes an event, and I need to only count one event per 30days, per subject. So in essence, I need to create a 30-day "black out" period during which time an event cannot be "counted" for each subject. The reason is that a rule has been set up, whereby a subject can only be
2015 Feb 20
10
[PATCH 01/11] nvc0/ir: add emission of dadd/dmul/dmad opcodes, fix minmax
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
.../drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp | 66 +++++++++++++++++++++-
1 file changed, 63 insertions(+), 3 deletions(-)
diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp
index dfb093c..e38a3b8 100644
---