Searched refs:big8 (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/Sema/ |
D | aarch64-neon-ranges.c | 81 void test_ld2st2(int8x8x2_t small8, int8x16x2_t big8, in test_ld2st2() argument 91 vld2q_lane_s8(addr, big8, 15); in test_ld2st2() 101 vld2q_lane_s8(addr, big8, 16); // expected-error {{argument should be a value from 0 to 15}} in test_ld2st2() 111 vst2q_lane_s8(addr, big8, 15); in test_ld2st2() 121 vst2q_lane_s8(addr, big8, 16); // expected-error {{argument should be a value from 0 to 15}} in test_ld2st2() 127 void test_ld3st3(int8x8x3_t small8, int8x16x3_t big8, in test_ld3st3() argument 137 vld3q_lane_s8(addr, big8, 15); in test_ld3st3() 147 vld3q_lane_s8(addr, big8, 16); // expected-error {{argument should be a value from 0 to 15}} in test_ld3st3() 157 vst3q_lane_s8(addr, big8, 15); in test_ld3st3() 167 vst3q_lane_s8(addr, big8, 16); // expected-error {{argument should be a value from 0 to 15}} in test_ld3st3() [all …]
|
/external/crcalc/src/com/hp/creals/ |
D | CR.java | 218 static final BigInteger big8 = BigInteger.valueOf(8); field in CR 969 static final BigInteger low_ln_limit = big8; /* sixteenths, i.e. 1/2 */
|
D | UnaryCRFunction.java | 652 if (deriv_difference.compareTo(big8) < 0) { in approximate()
|