Searched refs:big8 (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/Sema/
H A Daarch64-neon-ranges.c81 void test_ld2st2(int8x8x2_t small8, int8x16x2_t big8, argument
91 vld2q_lane_s8(addr, big8, 15);
101 vld2q_lane_s8(addr, big8, 16); // expected-error {{argument should be a value from 0 to 15}}
111 vst2q_lane_s8(addr, big8, 15);
121 vst2q_lane_s8(addr, big8, 16); // expected-error {{argument should be a value from 0 to 15}}
127 void test_ld3st3(int8x8x3_t small8, int8x16x3_t big8, argument
137 vld3q_lane_s8(addr, big8, 15);
147 vld3q_lane_s8(addr, big8, 16); // expected-error {{argument should be a value from 0 to 15}}
157 vst3q_lane_s8(addr, big8, 15);
167 vst3q_lane_s8(addr, big8, 1
173 test_ld4st4(int8x8x4_t small8, int8x16x4_t big8, int16x4x4_t small16, int16x8x4_t big16, int32x2x4_t small32, int32x4x4_t big32, int64x1x4_t small64, int64x2x4_t big64, void *addr) argument
[all...]
/external/crcalc/src/com/hp/creals/
H A DCR.java202 static final BigInteger big8 = BigInteger.valueOf(8); field in class:CR
927 static final BigInteger low_ln_limit = big8; /* sixteenths, i.e. 1/2 */
H A DUnaryCRFunction.java652 if (deriv_difference.compareTo(big8) < 0) {

Completed in 380 milliseconds