HomeSort by relevance Sort by last modified time
    Searched full:high2 (Results 1 - 25 of 31) sorted by null

1 2

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
collate.cpp 29 const char* low2, const char* high2) const
30 { return _STLP_PRIV __lexicographical_compare_3way(low1, high1, low2, high2); }
49 const wchar_t* low2, const wchar_t* high2) const
50 { return _STLP_PRIV __lexicographical_compare_3way(low1, high1, low2, high2); }
facets_byname.cpp 249 const wchar_t* high2) const {
252 low2, high2 - low2);
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
collate.cpp 29 const char* low2, const char* high2) const
30 { return _STLP_PRIV __lexicographical_compare_3way(low1, high1, low2, high2); }
49 const wchar_t* low2, const wchar_t* high2) const
50 { return _STLP_PRIV __lexicographical_compare_3way(low1, high1, low2, high2); }
facets_byname.cpp 249 const wchar_t* high2) const {
252 low2, high2 - low2);
    [all...]
  /external/llvm/test/CodeGen/AMDGPU/
llvm.AMDGPU.rsq.clamped.f64.ll 14 ; VI-DAG: s_mov_b32 s[[HIGH2:[0-9+]]], 0xffefffff
15 ; VI-DAG: v_max_f64 v[0:1], v[0:1], s{{\[}}[[LOW1]]:[[HIGH2]]]
llvm.amdgcn.rsq.clamp.ll 30 ; VI-DAG: s_mov_b32 s[[HIGH2:[0-9+]]], 0xffefffff
33 ; VI-DAG: v_max_f64 v[0:1], v[0:1], s{{\[}}[[LOW1]]:[[HIGH2]]]
  /external/selinux/libsemanage/src/
ports_local.c 99 int proto2, low2, high2; local
109 high2 = semanage_port_get_high(ports[j]);
118 low, high, proto_str, low2, high2, proto_str2);
  /frameworks/av/include/media/
Interpolator.h 106 // find the neighboring points (low2 < low < high < high2)
112 auto high2 = high; local
113 ++high2;
137 sec1 = high2 != this->end()
138 ? (high2->second - high->second) / (high2->first - high->first)
150 m1 = high2 != this->end()
151 ? (high2->second - low->second) / (high2->first - low->first)
  /external/llvm/test/CodeGen/AArch64/
arm64-vsub.ll 166 %high2 = shufflevector <16 x i8> %tmp2, <16 x i8> undef, <8 x i32> <i32 8, i32 9, i32 10, i32 11, i32 12, i32 13, i32 14, i32 15>
167 %ext2 = sext <8 x i8> %high2 to <8 x i16>
181 %high2 = shufflevector <8 x i16> %tmp2, <8 x i16> undef, <4 x i32> <i32 4, i32 5, i32 6, i32 7>
182 %ext2 = sext <4 x i16> %high2 to <4 x i32>
196 %high2 = shufflevector <4 x i32> %tmp2, <4 x i32> undef, <2 x i32> <i32 2, i32 3>
197 %ext2 = sext <2 x i32> %high2 to <2 x i64>
244 %high2 = shufflevector <16 x i8> %tmp2, <16 x i8> undef, <8 x i32> <i32 8, i32 9, i32 10, i32 11, i32 12, i32 13, i32 14, i32 15>
245 %ext2 = zext <8 x i8> %high2 to <8 x i16>
259 %high2 = shufflevector <8 x i16> %tmp2, <8 x i16> undef, <4 x i32> <i32 4, i32 5, i32 6, i32 7>
260 %ext2 = zext <4 x i16> %high2 to <4 x i32
    [all...]
arm64-vadd.ll 325 %high2 = shufflevector <16 x i8> %tmp2, <16 x i8> undef, <8 x i32> <i32 8, i32 9, i32 10, i32 11, i32 12, i32 13, i32 14, i32 15>
326 %ext2 = zext <8 x i8> %high2 to <8 x i16>
338 %high2 = shufflevector <8 x i16> %tmp2, <8 x i16> undef, <4 x i32> <i32 4, i32 5, i32 6, i32 7>
339 %ext2 = zext <4 x i16> %high2 to <4 x i32>
351 %high2 = shufflevector <4 x i32> %tmp2, <4 x i32> undef, <2 x i32> <i32 2, i32 3>
352 %ext2 = zext <2 x i32> %high2 to <2 x i64>
394 %high2 = shufflevector <16 x i8> %tmp2, <16 x i8> undef, <8 x i32> <i32 8, i32 9, i32 10, i32 11, i32 12, i32 13, i32 14, i32 15>
395 %ext2 = sext <8 x i8> %high2 to <8 x i16>
407 %high2 = shufflevector <8 x i16> %tmp2, <8 x i16> undef, <4 x i32> <i32 4, i32 5, i32 6, i32 7>
408 %ext2 = sext <4 x i16> %high2 to <4 x i32
    [all...]
  /external/selinux/libsepol/src/
ports.c 188 int high2 = c->u.port.high_port; local
190 if (proto == proto2 && low2 == low && high2 == high) {
226 int high2 = c->u.port.high_port; local
228 if (proto == proto2 && low2 == low && high2 == high) {
  /external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate/locale.collate.members/
compare.pass.cpp 15 // const charT* low2, const charT* high2) const;
  /external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/
compare.pass.cpp 17 // const charT* low2, const charT* high2) const;
  /external/pdfium/core/fxcrt/
fx_basic_coords.cpp 57 FX_FLOAT high2,
60 if (low1 >= high2 || low2 >= high1) {
64 interhigh = high1 > high2 ? high2 : high1;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members/
compare.pass.cpp 15 // const charT* low2, const charT* high2) const;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/
compare.pass.cpp 15 // const charT* low2, const charT* high2) const;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.collate/locale.collate/locale.collate.members/
compare.pass.cpp 15 // const charT* low2, const charT* high2) const;
  /external/llvm/test/CodeGen/SystemZ/
vec-perm-08.ll 31 ; Test a low1/high2 permute for v16i8.
44 ; Test a high2/low1 permute for v16i8.
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.collate/locale.collate.byname/
compare.pass.cpp 17 // const charT* low2, const charT* high2) const;
  /external/selinux/checkpolicy/
policy_define.c 4772 uint64_t low2, high2; local
4836 uint32_t low2, high2; local
5027 unsigned int prot2, low2, high2; local
    [all...]
  /external/libavc/common/x86/
ih264_deblk_luma_ssse3.c 862 __m128i int1, int2, int3, int4, high1, high2; local
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so 
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/libs/armeabi/thumb/
libstlport_shared.so 
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_shared.so 
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/libs/armeabi-v7a/thumb/
libstlport_shared.so 

Completed in 1076 milliseconds

1 2