HomeSort by relevance Sort by last modified time
    Searched refs:vmin (Results 1 - 25 of 50) sorted by null

1 2

  /external/arm-neon-tests/
ref_vmin.c 26 #define INSN_NAME vmin
27 #define TEST_MSG "VMIN/VMINQ"
Android.mk 28 vcombine vmax vmin vneg vqneg vmlal vmlal_lane vmlsl \
Makefile 43 vcombine vmax vmin vneg vqneg vmlal vmlal_lane vmlsl \
  /external/llvm/test/MC/ARM/
neon-minmax-encoding.s 65 vmin.s8 d1, d2, d3
66 vmin.s16 d4, d5, d6
67 vmin.s32 d7, d8, d9
68 vmin.u8 d10, d11, d12
69 vmin.u16 d13, d14, d15
70 vmin.u32 d16, d17, d18
71 vmin.f32 d19, d20, d21
73 vmin.s8 d2, d3
74 vmin.s16 d5, d6
75 vmin.s32 d8, d
    [all...]
neont2-minmax-encoding.s 67 vmin.s8 d1, d2, d3
68 vmin.s16 d4, d5, d6
69 vmin.s32 d7, d8, d9
70 vmin.u8 d10, d11, d12
71 vmin.u16 d13, d14, d15
72 vmin.u32 d16, d17, d18
73 vmin.f32 d19, d20, d21
75 vmin.s8 d2, d3
76 vmin.s16 d5, d6
77 vmin.s32 d8, d
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
neon-minmax-encoding.s 3 @ CHECK: vmin.s8 d16, d16, d17 @ encoding: [0xb1,0x06,0x40,0xf2]
4 vmin.s8 d16, d16, d17
5 @ CHECK: vmin.s16 d16, d16, d17 @ encoding: [0xb1,0x06,0x50,0xf2]
6 vmin.s16 d16, d16, d17
7 @ CHECK: vmin.s32 d16, d16, d17 @ encoding: [0xb1,0x06,0x60,0xf2]
8 vmin.s32 d16, d16, d17
9 @ CHECK: vmin.u8 d16, d16, d17 @ encoding: [0xb1,0x06,0x40,0xf3]
10 vmin.u8 d16, d16, d17
11 @ CHECK: vmin.u16 d16, d16, d17 @ encoding: [0xb1,0x06,0x50,0xf3]
12 vmin.u16 d16, d16, d1
    [all...]
neont2-minmax-encoding.s 5 @ CHECK: vmin.s8 d16, d16, d17 @ encoding: [0x40,0xef,0xb1,0x06]
6 vmin.s8 d16, d16, d17
7 @ CHECK: vmin.s16 d16, d16, d17 @ encoding: [0x50,0xef,0xb1,0x06]
8 vmin.s16 d16, d16, d17
9 @ CHECK: vmin.s32 d16, d16, d17 @ encoding: [0x60,0xef,0xb1,0x06]
10 vmin.s32 d16, d16, d17
11 @ CHECK: vmin.u8 d16, d16, d17 @ encoding: [0x40,0xff,0xb1,0x06]
12 vmin.u8 d16, d16, d17
13 @ CHECK: vmin.u16 d16, d16, d17 @ encoding: [0x50,0xff,0xb1,0x06]
14 vmin.u16 d16, d16, d1
    [all...]
  /external/fio/t/
gen-rand.c 21 double p, dev, mean, vmin, vmax; local
51 vmin = mean - dev;
56 if (buckets[i] < vmin || buckets[i] > vmax) {
57 printf("FAIL bucket%4lu: val=%8lu (%.1f < %.1f > %.1f)\n", (unsigned long) i + 1, buckets[i], vmin, mean, vmax);
60 printf("PASS bucket%4lu: val=%8lu (%.1f < %.1f > %.1f)\n", (unsigned long) i + 1, buckets[i], vmin, mean, vmax);
  /external/libldac/src/
bitalloc_sub_ldac.c 94 int bitlen, vmin, vmax, val0, val1; local
101 vmin = vmax = val0 = p_idsf[0] + p_tbl[0];
104 if (vmin > val1) {
105 vmin = val1;
114 val1 = bitlen = sa_bitlen_maxdif_0_ldac[(vmax-vmin)>>1];
123 p_sfcinf->offset = vmin;
147 int bitlen, vmin, vmax, val; local
153 vmin = vmax = p_idsf[0] + p_tbl[0];
156 if (vmin > val) {
157 vmin = val
    [all...]
  /external/opencv/cvaux/src/
cvfindhandregion.cpp 72 float value, vmin, vmax, vl, bsize, vc; local
134 vmin = 1000;
158 if( value < vmin )
159 vmin = value;
170 vl = vmax - vmin;
176 l = cvRound( (vv[i] - vmin) / bsize );
201 hand_left = vmin + left * bsize;
294 float value, vmin, vmax, vl, bsize, bsizej, vc, vcl, vcr; local
359 vmin = 1000;
397 if(value < vmin) vmin = value
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 83 const float (*vmin)[4]; member in struct:setup_context
307 setup->vmin = v0;
313 setup->vmin = v2;
319 setup->vmin = v0;
327 setup->vmin = v1;
333 setup->vmin = v2;
339 setup->vmin = v1;
346 setup->ebot.dx = setup->vmid[0][0] - setup->vmin[0][0];
347 setup->ebot.dy = setup->vmid[0][1] - setup->vmin[0][1];
348 setup->emaj.dx = setup->vmax[0][0] - setup->vmin[0][0]
    [all...]
  /external/trappy/trappy/plotter/
ColorMap.py 44 self.color_norm = clrs.Normalize(vmin=0, vmax=num_colors)
  /external/toybox/toys/pending/
getty.c 158 TT.termios.c_cc[VMIN] = 1;
179 int vmin; local
184 vmin = TT.termios.c_cc[VMIN]; // Store old
185 TT.termios.c_cc[VMIN] = 0; // No block even queue is empty.
198 TT.termios.c_cc[VMIN] = vmin; //restore old value
  /external/libhevc/common/arm/
ihevc_deblk_luma_horz.s 217 vmin.u8 d18,d20,d30
233 vmin.u8 d18,d21,d16
265 vmin.u8 d18,d19,d30
291 vmin.u8 d18,d20,d30
369 vmin.u8 d18,d21,d16
394 vmin.u8 d18,d19,d30
461 vmin.s8 d11,d10,d30
494 vmin.s8 d15,d14,d0
526 vmin.s8 d15,d14,d0
ihevc_deblk_luma_vert.s 219 vmin.u8 d21,d22,d31
250 vmin.u8 d26,d20,d21
255 vmin.u8 d19,d0,d30
285 vmin.u8 d16,d26,d30
403 vmin.u8 d16,d2,d27
414 vmin.u8 d1,d0,d30
464 vmin.s8 d18,d16,d31
502 vmin.s8 d17,d16,d18
558 vmin.s8 d2,d3,d6
ihevc_deblk_chroma_horz.s 133 vmin.s16 q8,q3,q2
ihevc_deblk_chroma_vert.s 134 vmin.s16 q2,q3,q1
  /external/opencv/cv/src/
cvcolor.cpp 1225 int vmin = b, diff; local
1271 float vmin, diff; local
1461 float vmin, vmax, diff; local
    [all...]
  /external/llvm/test/MC/Hexagon/
v60-alu.s 215 #CHECK: 1f12d08e { v14.w = vmin(v16.w{{ *}},{{ *}}v18.w) }
216 v14.w=vmin(v16.w,v18.w)
218 #CHECK: 1f1ad466 { v6.h = vmin(v20.h{{ *}},{{ *}}v26.h) }
219 v6.h=vmin(v20.h,v26.h)
221 #CHECK: 1f13df5d { v29.uh = vmin(v31.uh{{ *}},{{ *}}v19.uh) }
222 v29.uh=vmin(v31.uh,v19.uh)
224 #CHECK: 1f09c226 { v6.ub = vmin(v2.ub{{ *}},{{ *}}v9.ub) }
225 v6.ub=vmin(v2.ub,v9.ub)
  /external/chromium-trace/catapult/third_party/pyserial/serial/
serialposix.py 317 vmin = vtime = 0 # timeout is done via select
319 vmin = 1
417 # vmin "minimal number of characters to be read. = for non blocking"
418 if vmin < 0 or vmin > 255:
419 raise ValueError('Invalid vmin: %r ' % vmin)
420 cc[TERMIOS.VMIN] = vmin
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 736 const IntType vmin = std::numeric_limits<IntType>::min(); local
737 assert(vmin < 0);
738 assert(vmin <= 0 - base);
739 IntType vmin_over_base = vmin / base;
742 // Although (vmin/base)*base + vmin%base is always vmin.
744 if (vmin % base > 0) {
758 *value_p = vmin;
762 if (value < vmin + digit)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_sanity.c 608 float vmin, vmax; member in struct:reg
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_sanity.c 330 float vmin, vmax; member in struct:reg
456 int newmin = (data < reg->vmin);
464 fprintf(stderr, " *** NEW MIN (prev %.3f)", reg->vmin);
465 reg->vmin = data;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cdk.h 221 unsigned short vmin; member in struct:asyport
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cdk.h 221 unsigned short vmin; member in struct:asyport

Completed in 1897 milliseconds

1 2