Searched +defs:value +defs:abs (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/ntp/dist/util/ |
H A D | timetrim.c | 40 #define abs(X) (((X) < 0) ? -(X) : (X)) macro 54 double value; in main() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/ |
H A D | time.d | 3638 Duration abs(Duration duration) @safe pure nothrow @nogc in abs() function 3644 TickDuration abs(TickDuration duration) @safe pure nothrow @nogc in abs() function 3721 immutable value = convert!("hnsecs", units)(hnsecs); variable
|
/netbsd-src/external/bsd/nvi/dist/motif_l/ |
H A D | xtabbed.c | 481 #define abs(x) ((x )<0 ?-(x ):(x )) macro 549 #define done(type, value) do {\ argument 967 static void copy_bg(Widget self,int offset,XrmValue * value) in copy_bg() 2981 #define done_bert(type, value) \ argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-intrinsic.c | 3613 tree abs; in gfc_conv_intrinsic_sign() local 7454 gfc_conv_has_intvalue (gfc_se * se, gfc_expr * expr, const int value) in gfc_conv_has_intvalue() 11232 tree tmp, atom, value, old = NULL_TREE, stat = NULL_TREE; in conv_intrinsic_atomic_op() local 11436 tree tmp, atom, value, stat = NULL_TREE; in conv_intrinsic_atomic_ref() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-intrinsic.cc | 3606 tree abs; in gfc_conv_intrinsic_sign() local 7515 gfc_conv_has_intvalue (gfc_se * se, gfc_expr * expr, const int value) in gfc_conv_has_intvalue() 11601 tree tmp, atom, value, old = NULL_TREE, stat = NULL_TREE; in conv_intrinsic_atomic_op() local 11805 tree tmp, atom, value, stat = NULL_TREE; in conv_intrinsic_atomic_ref() local
|