HomeSort by relevance Sort by last modified time
    Searched refs:MAJOR (Results 26 - 48 of 48) sorted by null

12

  /external/cblas/testing/
c_dblat3.f 15 * 2 0 TO TEST COLUMN-MAJOR, 1 TO TEST ROW-MAJOR, 2 TO TEST BOTH
115 * Read the flag that indicates whether row-major data layout to be tested.
384 10002 FORMAT( ' COLUMN-MAJOR AND ROW-MAJOR DATA LAYOUTS ARE TESTED' )
385 10001 FORMAT( ' ROW-MAJOR DATA LAYOUT IS TESTED' )
386 10000 FORMAT( ' COLUMN-MAJOR DATA LAYOUT IS TESTED' )
684 10003 FORMAT( ' ', A12,' COMPLETED THE ROW-MAJOR COMPUTATIONAL ',
687 10002 FORMAT( ' ', A12,' COMPLETED THE COLUMN-MAJOR COMPUTATIONAL ',
690 10001 FORMAT( ' ', A12,' PASSED THE ROW-MAJOR COMPUTATIONAL TESTS'
    [all...]
c_sblat3.f 15 * 2 0 TO TEST COLUMN-MAJOR, 1 TO TEST ROW-MAJOR, 2 TO TEST BOTH
114 * Read the flag that indicates whether row-major data layout to be tested.
383 10002 FORMAT( ' COLUMN-MAJOR AND ROW-MAJOR DATA LAYOUTS ARE TESTED' )
384 10001 FORMAT( ' ROW-MAJOR DATA LAYOUT IS TESTED' )
385 10000 FORMAT( ' COLUMN-MAJOR DATA LAYOUT IS TESTED' )
684 10003 FORMAT( ' ', A12,' COMPLETED THE ROW-MAJOR COMPUTATIONAL ',
687 10002 FORMAT( ' ', A12,' COMPLETED THE COLUMN-MAJOR COMPUTATIONAL ',
690 10001 FORMAT( ' ', A12,' PASSED THE ROW-MAJOR COMPUTATIONAL TESTS'
    [all...]
c_zblat3.f 15 * 2 0 TO TEST COLUMN-MAJOR, 1 TO TEST ROW-MAJOR, 2 TO TEST BOTH
121 * Read the flag that indicates whether row-major data layout to be tested.
391 10002 FORMAT( ' COLUMN-MAJOR AND ROW-MAJOR DATA LAYOUTS ARE TESTED' )
392 10001 FORMAT(' ROW-MAJOR DATA LAYOUT IS TESTED' )
393 10000 FORMAT(' COLUMN-MAJOR DATA LAYOUT IS TESTED' )
698 10003 FORMAT( ' ', A12,' COMPLETED THE ROW-MAJOR COMPUTATIONAL ',
701 10002 FORMAT( ' ', A12,' COMPLETED THE COLUMN-MAJOR COMPUTATIONAL ',
704 10001 FORMAT( ' ', A12,' PASSED THE ROW-MAJOR COMPUTATIONAL TESTS'
    [all...]
c_cblat2.f 15 * 2 0 TO TEST COLUMN-MAJOR, 1 TO TEST ROW-MAJOR, 2 TO TEST BOTH
142 * Read the flag that indicates whether row-major data layout to be tested.
423 10002 FORMAT( ' COLUMN-MAJOR AND ROW-MAJOR DATA LAYOUTS ARE TESTED' )
424 10001 FORMAT( ' ROW-MAJOR DATA LAYOUT IS TESTED' )
425 10000 FORMAT( ' COLUMN-MAJOR DATA LAYOUT IS TESTED' )
    [all...]
c_zblat2.f 15 * 2 0 TO TEST COLUMN-MAJOR, 1 TO TEST ROW-MAJOR, 2 TO TEST BOTH
143 * Read the flag that indicates whether row-major data layout to be tested.
423 10002 FORMAT( ' COLUMN-MAJOR AND ROW-MAJOR DATA LAYOUTS ARE TESTED' )
424 10001 FORMAT( ' ROW-MAJOR DATA LAYOUT IS TESTED' )
425 10000 FORMAT( ' COLUMN-MAJOR DATA LAYOUT IS TESTED' )
    [all...]
  /external/blktrace/
blkrawverify.c 118 fprintf(ofp, " %8s: (%u,%u)\n\n", "device", MAJOR(bit->device),
blkparse.c 498 MAJOR(pdi->dev), MINOR(pdi->dev),
612 MAJOR(bit->device), MINOR(bit->device),
930 MAJOR(pdi->dev), MINOR(pdi->dev));
989 MAJOR(pdi->dev), MINOR(pdi->dev),
1012 int major = MAJOR(pdi->dev); local
1014 return (major == 253 || major == 9);
1083 MAJOR(pdi->dev), MINOR(pdi->dev),
1118 MAJOR(pdi->dev), MINOR(pdi->dev)
    [all...]
  /external/u-boot/include/linux/
compat.h 167 #define MAJOR(dev) 0
  /external/blktrace/btt/
devs.c 25 #define DEV_HASH(dev) ((MAJOR(dev) ^ MINOR(dev)) & (N_DEV_HASH - 1))
output.c 872 sprintf(header, "%d,%d", MAJOR(dip->device), MINOR(dip->device));
  /external/u-boot/drivers/mtd/ubi/
build.c 30 #include <linux/major.h>
315 * ubi_get_by_major - get UBI device by character device major number.
316 * @major: major number
319 * by its major number.
321 struct ubi_device *ubi_get_by_major(int major)
329 if (ubi && MAJOR(ubi->cdev.dev) == major) {
343 * ubi_major2num - get UBI device number by character device major number.
344 * @major: major numbe
1179 int err, major, minor, mode; local
    [all...]
vmt.c 266 dev = MKDEV(MAJOR(ubi->cdev.dev), vol_id + 1);
594 dev = MKDEV(MAJOR(ubi->cdev.dev), vol->vol_id + 1);
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/
Const.java 39 /** Major version number of class files for Java 1.1.
49 /** Major version number of class files for Java 1.2.
59 /** Major version number of class files for Java 1.2.
69 /** Major version number of class files for Java 1.3.
79 /** Major version number of class files for Java 1.4.
89 /** Major version number of class files for Java 1.6.
99 /** Major version number of class files for Java 1.7.
109 /** Major version number of class files for Java 1.8.
114 /** Major version number of class files for Java 1.9.
129 /** Default major version number. Class file is for Java 1.1
    [all...]
Constants.java 29 /** Major version number of class files for Java 1.1.
39 /** Major version number of class files for Java 1.2.
49 /** Major version number of class files for Java 1.2.
59 /** Major version number of class files for Java 1.3.
69 /** Major version number of class files for Java 1.4.
80 /** Default major version number. Class file is for Java 1.1.
83 short MAJOR = MAJOR_1_1;
85 /** Default major version number. Class file is for Java 1.1.
    [all...]
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_device.cc 16 #define MAJOR(dev) (((uint32_t)(dev)) >> 8)
58 if (MAJOR(st.st_rdev) != V4L2_VIDEO_CAPTURE_MAJOR
  /external/f2fs-tools/tools/sg_write_buffer/
sg_pt_linux.c 22 #include <sys/sysmacros.h> /* to define 'major' */
23 #ifndef major
32 #include <linux/major.h>
40 #ifdef major
41 #define SG_DEV_MAJOR major
46 #define SG_DEV_MAJOR MAJOR /* MAJOR() macro faulty if > 255 minors */
320 * c) the char major number of the device node given to scsi_pt_open()
321 * matches the char major number of the bsg entry in /proc/devices
330 * [20120806] Only use MAJOR() macro in kdev_t.h if that header file i
    [all...]
  /external/mdnsresponder/mDNSShared/
CommonServices.h     [all...]
  /external/python/cpython3/Python/
sysmodule.c 1033 The members are named: major, minor, build, platform, service_pack,\n\
1046 {"major", "Major version number"},
1051 {"service_pack_major", "Service Pack major version number"},
    [all...]
  /external/ltp/testcases/kernel/security/tomoyo/
tomoyo_filesystem_test.c 291 S_ISBLK(sbuf.st_mode) && MAJOR(sbuf.st_rdev) == 1)
  /external/guice/extensions/persist/lib/
hsqldb.jar 
db4o-6.4.14.8131-java5.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
findbugs.jar 

Completed in 5297 milliseconds

12