comparison src/OPERATORS/op-i64-i64.cc @ 5030:160365410ad4

[project @ 2004-09-24 03:22:23 by jwe]
author jwe
date Fri, 24 Sep 2004 03:22:24 +0000
parents 269c3d6c0569
children fdfce0dec36b
comparison
equal deleted inserted replaced
5029:1ec26bdb120c 5030:160365410ad4
83 83
84 #include "op-int.h" 84 #include "op-int.h"
85 85
86 OCTAVE_S_INT_UNOPS (int64) 86 OCTAVE_S_INT_UNOPS (int64)
87 OCTAVE_SS_INT_CMP_OPS (ss, int64_, int64_) 87 OCTAVE_SS_INT_CMP_OPS (ss, int64_, int64_)
88 OCTAVE_SS_INT_BOOL_OPS (ss, int64_, int64_) 88 OCTAVE_SS_INT_BOOL_OPS (ss, int64_, int64_, octave_int64 (0), octave_int64 (0))
89 89
90 OCTAVE_SM_INT_CMP_OPS (sm, int64_, int64_) 90 OCTAVE_SM_INT_CMP_OPS (sm, int64_, int64_)
91 OCTAVE_SM_INT_BOOL_OPS (sm, int64_, int64_) 91 OCTAVE_SM_INT_BOOL_OPS (sm, int64_, int64_)
92 92
93 OCTAVE_MS_INT_CMP_OPS (ms, int64_, int64_) 93 OCTAVE_MS_INT_CMP_OPS (ms, int64_, int64_)