Lines Matching defs:bits
172 static float rawbits_to_fp(uint32_t bits) { return RawbitsToFloat(bits); }
174 static double rawbits_to_fp(uint64_t bits) { return RawbitsToDouble(bits); }
178 static double rawbits_to_fp(uint16_t bits) {
179 return FPToDouble(RawbitsToFloat16(bits), kIgnoreDefaultNaN);
484 const unsigned bits = sizeof(T) * 8;
491 bits,
496 printf("const uint%u_t kExpected_%s[] = {\n", bits, name);
499 bits / 4,
516 bits / 4,
518 bits / 4,
524 bits / 4,
528 bits / 4,
636 const unsigned bits = sizeof(T) * 8;
643 bits,
648 printf("const uint%u_t kExpected_%s[] = {\n", bits, name);
651 bits / 4,
670 bits / 4,
672 bits / 4,
674 bits / 4,
681 bits / 4,
685 bits / 4,
779 const unsigned bits = sizeof(T) * 8;
786 bits,
793 // Each NZCV result only requires 4 bits.
811 bits / 4,
813 bits / 4,
910 const unsigned bits = sizeof(T) * 8;
917 bits,
924 // Each NZCV result only requires 4 bits.
941 bits / 4,
943 bits / 4,
1648 // Some tests store all 128 bits of the resulting V register to
1931 // Always load and store 128 bits regardless of the format.
2185 // Always load and store 128 bits regardless of the format.