HomeSort by relevance Sort by last modified time
    Searched refs:abi (Results 126 - 150 of 1501) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
ffi_sysv.c 38 /* About the SYSV ABI. */
47 ffi_prep_types_sysv (ffi_abi abi)
49 if ((abi & (FFI_SYSV | FFI_SYSV_LONG_DOUBLE_128)) == FFI_SYSV)
62 /* Transform long double, double and float to other types as per abi. */
64 translate_float (int abi, int type)
68 && (abi & FFI_SYSV_LONG_DOUBLE_128) == 0)
71 if ((abi & FFI_SYSV_SOFT_FLOAT) != 0)
81 else if ((abi & FFI_SYSV_IBM_LONG_DOUBLE) == 0)
122 type = translate_float (cif->abi, type);
150 /* The final SYSV ABI says that structures smaller or equal 8 byte
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/
ffi_sysv.c 38 /* About the SYSV ABI. */
47 ffi_prep_types_sysv (ffi_abi abi)
49 if ((abi & (FFI_SYSV | FFI_SYSV_LONG_DOUBLE_128)) == FFI_SYSV)
62 /* Transform long double, double and float to other types as per abi. */
64 translate_float (int abi, int type)
68 && (abi & FFI_SYSV_LONG_DOUBLE_128) == 0)
71 if ((abi & FFI_SYSV_SOFT_FLOAT) != 0)
81 else if ((abi & FFI_SYSV_IBM_LONG_DOUBLE) == 0)
122 type = translate_float (cif->abi, type);
150 /* The final SYSV ABI says that structures smaller or equal 8 byte
    [all...]
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DocumentsTestCase.java 38 public void setAbi(IAbi abi) {
39 mAbi = abi;
  /cts/hostsidetests/sample/src/android/sample/cts/
SampleHostDeviceInfo.java 40 String abi = getProperty("ro.product.cpu.abilist"); local
41 store.addListResult("abi", Arrays.asList(abi.split(",")));
  /external/gemmlowp/scripts/
ci-before.sh 5 echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
  /external/jemalloc/test/
test.sh.in 3 case @abi@ in
  /external/vulkan-validation-layers/build-android/
update_external_sources_android.sh 57 echo " --abi <abi> (optional)"
60 echo "i.e. ${0##*/} --abi arm64-v8a \\"
67 --abi)
68 abi="$2"
85 echo abi=$abi
86 if [[ -z $abi ]]
88 echo No abi provided, so building for all supported abis.
184 if [[ $abi ]]; the
    [all...]
  /test/vts/harnesses/tradefed/src/com/android/compatibility/common/tradefed/testtype/
ModuleRepoMultiDevice.java 62 protected void addModuleDef(String name, IAbi abi, IRemoteTest test, String[] configPaths)
73 addModuleDef(new ModuleDefMultiDevice(name, abi, test, preparers,
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
attr-abi-hardfp-use-0.d 2 # source: attr-abi-hardfp-use-0.s
attr-abi-hardfp-use-1.d 2 # source: attr-abi-hardfp-use-1.s
attr-abi-hardfp-use-2.d 2 # source: attr-abi-hardfp-use-2.s
attr-abi-hardfp-use-3.d 2 # source: attr-abi-hardfp-use-3.s
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
attr-gnu-abi-fp-1.d 2 #source: attr-gnu-abi-fp-1.s
10 MIPS ABI Flags Version: 0
16 FP ABI: Hard float \(double precision\)
n32-consec.d 1 #as: -march=from-abi -n32
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
case-noexp-1.d 1 #as: --abi=32 -no-expand
crange2-2.d 1 #as: --abi=32
crange3-1.d 1 #as: --abi=32
crange5-1.d 1 #as: --abi=32 --isa=SHmedia
creg-2.d 1 #as: --abi=32
movi-3.d 1 #as: --abi=64
ptc64-1.d 1 #as: --abi=64
4 #name: PT constant, 64-bit ABI.
ptc64-32-1.d 1 #as: --abi=64 -expand-pt32
4 #name: PT constant, 64-bit ABI with -expand-pt32.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/v850/
split-lo16.d 3 #as: -mv850e -mgcc-abi
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
attr-gnu-4-0-ph.d 11 private flags = 70001000: \[abi=O32\] \[mips32r2\] \[not 32bitmode\]
13 MIPS ABI Flags Version: 0
19 FP ABI: Hard or soft float
attr-gnu-4-1-ph.d 11 private flags = 70001000: \[abi=O32\] \[mips32r2\] \[not 32bitmode\]
13 MIPS ABI Flags Version: 0
19 FP ABI: Hard float \(double precision\)

Completed in 1681 milliseconds

1 2 3 4 56 7 8 91011>>