Home
last modified time | relevance | path

Searched refs:permute (Results 1 – 23 of 23) sorted by relevance

/external/valgrind/main/none/tests/ppc64/
Dtest_isa_2_06_part2.stdout.exp692 Test bit permute double
Dtest_isa_2_06_part1.stdout.exp149 Test VSX permute instructions
/external/icu/icu4c/source/common/
Dcaniter.cpp265 void U_EXPORT2 CanonicalIterator::permute(UnicodeString &source, UBool skipZeros, Hashtable *result… in permute() function in CanonicalIterator
312permute(subPermuteString.replace(i, U16_LENGTH(cp), NULL, 0), skipZeros, &subpermute, status); in permute()
371 permute(item, CANITER_SKIP_ZEROES, &permutations, status); in getEquivalents()
/external/chromium_org/third_party/icu/source/common/
Dcaniter.cpp264 void U_EXPORT2 CanonicalIterator::permute(UnicodeString &source, UBool skipZeros, Hashtable *result… in permute() function in CanonicalIterator
311permute(subPermuteString.replace(i, UTF16_CHAR_LENGTH(cp), NULL, 0), skipZeros, &subpermute, statu… in permute()
370 permute(item, CANITER_SKIP_ZEROES, &permutations, status); in getEquivalents()
/external/icu/icu4c/source/common/unicode/
Dcaniter.h129 …static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCod…
/external/chromium_org/third_party/icu/source/common/unicode/
Dcaniter.h128 …static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCod…
/external/llvm/test/CodeGen/X86/
Dswizzle-avx2.ll11 ; Check that we produce a single vector permute / shuffle in all cases.
/external/icu/icu4c/source/test/intltest/
Dcanittst.cpp136 CanonicalIterator::permute(toPermute, FALSE, permutations, status); in TestBasic()
/external/chromium_org/third_party/icu/source/test/intltest/
Dcanittst.cpp136 CanonicalIterator::permute(toPermute, FALSE, permutations, status); in TestBasic()
/external/chromium_org/tools/ipc_fuzzer/mutate/
Dmutate.cc670 bool permute = cmd->HasSwitch(kPermuteSwitch); in MutateMain() local
714 if (permute) { in MutateMain()
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
Dperfect.c76 static ub4 permute( in permute() function
106 scramble[i] = permute(i, phash_log2(smax)); in scrambleinit()
/external/valgrind/main/none/tests/ppc32/
Dtest_isa_2_06_part1.stdout.exp141 Test VSX permute instructions
/external/llvm/test/MC/PowerPC/
Dppc64-encoding-vmx.s46 # Vector permute and formatting instructions
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/x86inc/
Dx86inc.asm795 ; I often want to use macros that permute their arguments. e.g. there's no
/external/libvpx/libvpx/third_party/x86inc/
Dx86inc.asm791 ; I often want to use macros that permute their arguments. e.g. there's no
/external/libopus/celt/arm/
Dcelt_pitch_xcorr_arm.s72 ; - 10 cycles of load/store/byte permute instructions, and
/external/chromium_org/third_party/opus/src/celt/arm/
Dcelt_pitch_xcorr_arm.s72 ; - 10 cycles of load/store/byte permute instructions, and
/external/libvpx/libvpx/vp8/common/ppc/
Dloopfilter_filters_altivec.asm51 ;# Writing V(x) for vector register #x, paired merges permute address
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
Dloopfilter_filters_altivec.asm51 ;# Writing V(x) for vector register #x, paired merges permute address
/external/ceres-solver/docs/source/
Dsolving.rst1270 ordering to permute the columns of the Jacobian matrix. There are
1274 factorization algorithm permute the columns of the Jacobian.
/external/oprofile/events/ppc64/power6/
Devents533 …minimum:1000 name:PM_VMX_PERMUTE_ISSUED_GRP85 : (Group 85 pm_vmx) VMX instruction issued to permute
988 …:PM_MRK_VMX_PERMUTE_ISSUED_GRP161 : (Group 161 pm_mrk_vmx) Marked VMX instruction issued to permute
/external/llvm/lib/Target/ARM/
DARMScheduleA9.td2444 // NEON permute
/external/chromium_org/third_party/d3/src/
Dd3.js149 d3.permute = function(array, indexes) { function
6546 series = d3.permute(series, orders);
6547 points = d3.permute(points, orders);