Home
last modified time | relevance | path

Searched refs:short_offset (Results 1 – 4 of 4) sorted by relevance

/external/eigen/test/
Drand.cpp61 signed char short_offset = (std::min)(g_repeat,16000); in test_rand() local
92 CALL_SUBTEST(check_all_in_range<short>(11,11+short_offset)); in test_rand()
94 CALL_SUBTEST(check_all_in_range<short>(-11-short_offset,-11)); in test_rand()
95 CALL_SUBTEST(check_all_in_range<short>(-24345,-24345+short_offset)); in test_rand()
96 CALL_SUBTEST(check_all_in_range<short>(24345,24345+short_offset)); in test_rand()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
Dtls-le-v2-abi.s21 .globl short_offset symbol
23 .type short_offset,@function
24 short_offset: label
Dtls-ld-v2-abi.s14 .globl short_offset symbol
16 .type short_offset,@function
17 short_offset: label
22 .localentry short_offset, .Lfunc_lep0-.Lfunc_gep0
/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh239 short_offset = 0 == head.indexToLocFormat; in init()
244 num_glyphs = MAX (1u, loca_table.get_length () / (short_offset ? 2 : 4)) - 1; in init()
364 if (short_offset) in get_offsets()
463 bool short_offset; member