Searched refs:vcmp (Results 1 - 22 of 22) sorted by relevance

/freebsd-10-stable/usr.bin/sort/
H A Dvsort.h35 int vcmp(struct bwstring *s1, struct bwstring *s2);
H A Dvsort.c201 vcmp(struct bwstring *s1, struct bwstring *s2) function
H A Dcoll.c1058 return (vcmp(s1, s2));
/freebsd-10-stable/contrib/compiler-rt/lib/arm/
H A Deqdf2vfp.S24 vcmp.f64 d6, d7
H A Deqsf2vfp.S24 vcmp.f32 s14, s15
H A Dgedf2vfp.S24 vcmp.f64 d6, d7
H A Dgesf2vfp.S24 vcmp.f32 s14, s15
H A Dgtdf2vfp.S24 vcmp.f64 d6, d7
H A Dgtsf2vfp.S24 vcmp.f32 s14, s15
H A Dledf2vfp.S24 vcmp.f64 d6, d7
H A Dlesf2vfp.S24 vcmp.f32 s14, s15
H A Dltdf2vfp.S24 vcmp.f64 d6, d7
H A Dltsf2vfp.S24 vcmp.f32 s14, s15
H A Dnedf2vfp.S24 vcmp.f64 d6, d7
H A Dnesf2vfp.S24 vcmp.f32 s14, s15
H A Dunorddf2vfp.S24 vcmp.f64 d6, d7
H A Dunordsf2vfp.S24 vcmp.f32 s14, s15
/freebsd-10-stable/lib/libc/arm/aeabi/
H A Daeabi_vfp_float.S39 vcmp.f32 s0, s1
63 vcmp.f32 s0, s1
73 vcmp.f32 s0, s1
83 vcmp.f32 s0, s1
93 vcmp.f32 s0, s1
103 vcmp.f32 s0, s1
113 vcmp.f32 s0, s1
H A Daeabi_vfp_double.S40 vcmp.f64 d0, d1
67 vcmp.f64 d0, d1
78 vcmp.f64 d0, d1
89 vcmp.f64 d0, d1
100 vcmp.f64 d0, d1
111 vcmp.f64 d0, d1
122 vcmp.f64 d0, d1
/freebsd-10-stable/lib/libc/gen/
H A Dgetttyent.c132 #define vcmp(e) !strncmp(p, e, sizeof(e) - 1) && p[sizeof(e) - 1] == '=' macro
172 else if (vcmp(_TTYS_WINDOW))
174 else if (vcmp(_TTYS_GROUP))
/freebsd-10-stable/bin/ps/
H A Dkeyword.c54 static int vcmp(const void *, const void *);
271 v = bsearch(&key, var, sizeof(var)/sizeof(VAR) - 1, sizeof(VAR), vcmp);
309 vcmp(const void *a, const void *b) function
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-arm.c10545 X(vcmp, 0xeb40a40, 0xeb40b40, N_INV), \
15955 nCE(vcmp, vcmp, 2, (RVSD, RVSD_I0), vfp_nsyn_cmp),

Completed in 244 milliseconds