Searched refs:similar (Results 1 – 25 of 39) sorted by relevance
12
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | shared.rsh | 77 /* Absolute epsilon used for floats. Value is similar to float.h. */ 92 due to design. (Validate using FLT_EPSILON or similar if necessary.) */
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | README | 16 Target tests are similar, but instead of using clang, they use ant and 63 similar RUN/DEBUGGER/CHECK directives in comments as the existing tests.
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | shared.rsh | 96 /* Absolute epsilon used for floats. Value is similar to float.h. */ 111 due to design. (Validate using FLT_EPSILON or similar if necessary.) */
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | shared.rsh | 98 /* Absolute epsilon used for floats. Value is similar to float.h. */ 113 due to design. (Validate using FLT_EPSILON or similar if necessary.) */
|
/frameworks/base/tests/LegacyRestoreTest/ |
D | README | 12 The file "kk-fixed-encrypted-settings-abcd.ab" is a similar encrypted "adb backup"
|
/frameworks/opt/net/wifi/tests/wifitests/ |
D | README.md | 26 similar to runtests.sh. If you have multiple devices connected to your machine make sure to set the
|
/frameworks/compile/slang/lit-tests/ |
D | README | 41 To add new tests, just add .rs files to a test directory with similar
|
/frameworks/minikin/doc/ |
D | hyb_file_format.md | 20 At heart, the file contains packed tries with suffix compression, actually quite similar 34 The trie representation is similar but not identical to the "double-array trie".
|
/frameworks/rs/script_api/ |
D | rs_math.spec | 921 This function is similar to @mad(). fma() retains full precision of the multiplied result 1039 The function @remainder() is similar but rounds toward the closest interger. 1221 @logb() is similar but returns a float. 1433 @ilogb() is similar but returns an integer. 1458 This function is similar to @fma(). @fma() retains full precision of the multiplied result 2788 @pown() and @powr() are similar. @pown() takes an integer exponent. @powr() assumes the 2814 @pow() and @powr() are similar. The both take a float exponent. @powr() also assumes the 2840 @pow() and @pown() are similar. They both make no assumptions about the base. 2890 The function @fmod() is similar but rounds toward the closest interger. 2955 @round() is similar but rounds away from zero. @trunc() truncates the decimal fraction. [all …]
|
D | rs_for_each.spec | 198 Launches kernel in a way similar to @rsForEach. However, instead of processing
|
/frameworks/base/core/proto/android/content/ |
D | intent.proto | 62 // UserHandle value (similar to user_id in other protos).
|
/frameworks/rs/script_api/include/ |
D | rs_for_each.rsh | 179 * Launches kernel in a way similar to rsForEach. However, instead of processing 331 * rsAllocationGetDimFaces() is similar but returns 0 or 1 instead of a bool. 348 * rsAllocationGetDimLOD() is similar but returns 0 or 1 instead the actual
|
D | rs_math.rsh | 1706 * This function is similar to mad(). fma() retains full precision of the multiplied result 1873 * The function remainder() is similar but rounds toward the closest interger. 2206 * logb() is similar but returns a float. 2549 * ilogb() is similar but returns an integer. 2588 * This function is similar to fma(). fma() retains full precision of the multiplied result 5513 * pown() and powr() are similar. pown() takes an integer exponent. powr() assumes the 5553 * pow() and powr() are similar. The both take a float exponent. powr() also assumes the 5593 * pow() and pown() are similar. They both make no assumptions about the base. 5673 * The function fmod() is similar but rounds toward the closest interger. 5772 * round() is similar but rounds away from zero. trunc() truncates the decimal fraction. [all …]
|
D | rs_object_info.rsh | 225 * Returns the Element's base data type. This can be a type similar to C/C++ (e.g.
|
/frameworks/base/tools/protologtool/ |
D | README.md | 53 This command is similar in it's syntax to the previous one, only instead of creating a processed so…
|
/frameworks/opt/net/wifi/service/proto/src/ |
D | scorecard.proto | 34 // the access points of a network together in dumpsys output or similar.
|
/frameworks/ml/nn/extensions/ |
D | README.md | 50 Operations and data types are declared in a way similar to those in
|
/frameworks/base/packages/SystemUI/docs/ |
D | dagger.md | 124 that maps to the instance provided by Dagger. The changes should be similar
|
D | executors.md | 121 If you require this method, or similar, please reach out. The idea of a
|
/frameworks/base/cmds/statsd/ |
D | Android.bp | 423 // Protos have lots of MissingOverride and similar.
|
/frameworks/rs/tests/lldb/ |
D | README.txt | 185 In the CMake configure step, you should see something similar to the
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | README.md | 63 Manual replaying is similar to debugging in gdb. A prompt is presented and the user is able to
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 67 # the file and class documentation (similar to JavaDoc). 1198 # Load stylesheet definitions from file. Syntax is similar to doxygen's 1205 # Syntax is similar to doxygen's config file. 1361 # are defined before the preprocessor is started (similar to the -D option of 1516 # collaboration diagrams in a style similar to the OMG's Unified Modeling
|
/frameworks/layoutlib/create/ |
D | README.txt | 210 This is very similar to the Renaming classes except that it also updates the reference in all
|
/frameworks/native/docs/ |
D | Doxyfile | 81 # the file and class documentation (similar to JavaDoc). 1456 # Load style sheet definitions from file. Syntax is similar to doxygen's 1463 # Syntax is similar to doxygen's config file. 1617 # are defined before the preprocessor is started (similar to the -D option of 1762 # collaboration diagrams in a style similar to the OMG's Unified Modeling
|
12