Searched refs:similar (Results 1 – 25 of 46) 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/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/ |
D | shared.rsh | 80 /* Absolute epsilon used for floats. Value is similar to float.h. */ 95 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/opt/gamesdk/third_party/protobuf-3.0.0/benchmarks/ |
D | README.md | 27 too many similar tests. Ideally everyone can run through the entire
|
/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/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/opt/gamesdk/third_party/protobuf-3.0.0/csharp/protos/ |
D | unittest_issues.proto | 98 // TestFieldOrderings in unittest_proto3.proto is similar,
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | unittest_mset.proto | 35 // This file is similar to unittest_mset_wire_format.proto, but does not
|
/frameworks/opt/net/wifi/tests/wifitests/ |
D | README.md | 45 similar to runtests.sh. If you have multiple devices connected to your machine make sure to set the
|
/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/opt/gamesdk/third_party/protobuf-3.0.0/examples/ |
D | README.txt | 53 similar way and can view/modify files created by the Go example and vice
|
/frameworks/base/core/proto/android/content/ |
D | intent.proto | 62 // UserHandle value (similar to user_id in other protos).
|
/frameworks/opt/net/wifi/service/proto/src/ |
D | scorecard.proto | 34 // the access points of a network together in dumpsys output or similar.
|
/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 …]
|
/frameworks/ml/nn/extensions/ |
D | README.md | 44 Operations and data types are declared in a way similar to
|
/frameworks/base/cmds/statsd/ |
D | Android.bp | 353 // Protos have lots of MissingOverride and similar.
|
/frameworks/base/packages/SystemUI/docs/ |
D | dagger.md | 124 that maps to the instance provided by Dagger. The changes should be similar
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | README.md | 55 to share between threads (similar to passing an NSMutableDictionary between
|
/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
|
12