Searched defs:one (Results 101 - 125 of 343) sorted by relevance

1234567891011>>

/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
H A DhlslParseHelper.cpp303 // and so that editing the implicit size won't change the shared one.
382 // at least one of base and index is variable...
494 // Types without an array size will be given one.
686 symbol->getAsFunction()->setPrototyped(); // need a writable one, but like having prevDec as a const
698 // in which case, we need to use the parameter names from this one, and not the one that's
699 // being redeclared. So, pass back this declaration, not the one in the symbol table.
1108 TIntermTyped* one = intermediate.addConstantUnion(1, type0, loc, true); local
1109 node = handleBinaryMath(loc, "rcp", EOpDiv, one, arg0);
1472 // // is the single argument itself or its children are the arguments. Only one argumen
[all...]
/prebuilts/sdk/tools/lib/
H A Ddx.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dex/ com/android/dex/TableOfContents ...
/prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/1/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...
/prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
H A Ddexmaker-1.0.jarMETA-INF/MANIFEST.MF com/google/dexmaker/AppDataDirGuesser.class AppDataDirGuesser.java package com.google ...
/prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
H A Ddexmaker-1.2.jarcom/google/dexmaker/stock/ProxyBuilder.class ProxyBuilder.java package com.google.dexmaker.stock public ...
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
H A Dbuilder-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/Version ...
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta1/
H A Dbuilder-2.1.0-beta1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/Version ...
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta3/
H A Dbuilder-2.1.0-beta3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/Version ...
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-rc1/
H A Dbuilder-2.1.0-rc1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/Version ...
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.2/
H A Dbuilder-2.1.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/builder/ com/android/builder/Version ...
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.3/
H A Dbuilder-2.1.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/multidex/ com/android/multidex/Path ...
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/prebuilts/tools/common/easymock-tools/
H A Deasymock-3.1-tests.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/easymock/ org/easymock/tests/ org/easymock/tests2/ easymock ...
/prebuilts/tools/common/m2/repository/org/checkerframework/dataflow/1.8.10/
H A Ddataflow-1.8.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/checkerframework/ org/checkerframework/dataflow/ org/checkerframework/dataflow/analysis/ ...
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
H A Darm_neon.h2733 Each NEON intrinsic function has one of the following options:
2734 1. its x86 full equivalent SSE intrinsic - in this case x86 version just follows the NEON one under the corresponding #define statement
2735 2. x86 implementation using more than one x86 intrinsics. In this case it is shaped as inlined C function with return statement
4236 //If use _mm_mulhrs_xx functions the result may differ from NEON one a little due to different rounding rules and order
5343 //solution may be not optimal compared with the serial one
5659 __m128i zero, one, res; local
5661 one = _mm_cmpeq_epi8(zero,zero); //0xfff..ffff
5664 return _mm_xor_si128(res, one); //invert result
5670 __m128i zero, one, res; local
5672 one
5681 __m128i zero, one, res; local
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
H A Darm_neon.h2733 Each NEON intrinsic function has one of the following options:
2734 1. its x86 full equivalent SSE intrinsic - in this case x86 version just follows the NEON one under the corresponding #define statement
2735 2. x86 implementation using more than one x86 intrinsics. In this case it is shaped as inlined C function with return statement
4236 //If use _mm_mulhrs_xx functions the result may differ from NEON one a little due to different rounding rules and order
5343 //solution may be not optimal compared with the serial one
5659 __m128i zero, one, res; local
5661 one = _mm_cmpeq_epi8(zero,zero); //0xfff..ffff
5664 return _mm_xor_si128(res, one); //invert result
5670 __m128i zero, one, res; local
5672 one
5681 __m128i zero, one, res; local
[all...]
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
H A Darm_neon.h2733 Each NEON intrinsic function has one of the following options:
2734 1. its x86 full equivalent SSE intrinsic - in this case x86 version just follows the NEON one under the corresponding #define statement
2735 2. x86 implementation using more than one x86 intrinsics. In this case it is shaped as inlined C function with return statement
4236 //If use _mm_mulhrs_xx functions the result may differ from NEON one a little due to different rounding rules and order
5343 //solution may be not optimal compared with the serial one
5659 __m128i zero, one, res; local
5661 one = _mm_cmpeq_epi8(zero,zero); //0xfff..ffff
5664 return _mm_xor_si128(res, one); //invert result
5670 __m128i zero, one, res; local
5672 one
5681 __m128i zero, one, res; local
[all...]
/prebuilts/misc/common/ecj/
H A Decj.jarMETA-INF/ META-INF/services/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/ ...
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
H A Decj-4.2.2.jarMETA-INF/ META-INF/services/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/ ...
/prebuilts/devtools/tools/lib/
H A Decj-4.6.1.jarorg/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/internal/ org/eclipse/jdt/internal/compiler/ org/eclipse/jdt/internal/ ...
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
H A Decj-4.5.1.jarorg/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/internal/ org/eclipse/jdt/internal/compiler/ org/eclipse/jdt/internal/ ...
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
H A Decj-4.6.1.jarorg/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/internal/ org/eclipse/jdt/internal/compiler/ org/eclipse/jdt/internal/ ...

Completed in 1836 milliseconds

1234567891011>>