Searched refs:similar (Results 1 – 25 of 32) sorted by relevance
12
77 /* Absolute epsilon used for floats. Value is similar to float.h. */92 due to design. (Validate using FLT_EPSILON or similar if necessary.) */
16 Target tests are similar, but instead of using clang, they use ant and63 similar RUN/DEBUGGER/CHECK directives in comments as the existing tests.
96 /* Absolute epsilon used for floats. Value is similar to float.h. */111 due to design. (Validate using FLT_EPSILON or similar if necessary.) */
13 - flicker, similar to functional tests with its sole focus on flickerness. See
98 /* Absolute epsilon used for floats. Value is similar to float.h. */113 due to design. (Validate using FLT_EPSILON or similar if necessary.) */
12 The file "kk-fixed-encrypted-settings-abcd.ab" is a similar encrypted "adb backup"
99 // Protos have lots of MissingOverride and similar.151 // Protos have lots of MissingOverride and similar.
41 To add new tests, just add .rs files to a test directory with similar
20 At heart, the file contains packed tries with suffix compression, actually quite similar34 The trie representation is similar but not identical to the "double-array trie".
921 This function is similar to @mad(). fma() retains full precision of the multiplied result1039 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 result2788 @pown() and @powr() are similar. @pown() takes an integer exponent. @powr() assumes the2814 @pow() and @powr() are similar. The both take a float exponent. @powr() also assumes the2840 @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 …]
198 Launches kernel in a way similar to @rsForEach. However, instead of processing
62 // UserHandle value (similar to user_id in other protos).
179 * Launches kernel in a way similar to rsForEach. However, instead of processing331 * rsAllocationGetDimFaces() is similar but returns 0 or 1 instead of a bool.348 * rsAllocationGetDimLOD() is similar but returns 0 or 1 instead the actual
1706 * This function is similar to mad(). fma() retains full precision of the multiplied result1873 * 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 result5513 * pown() and powr() are similar. pown() takes an integer exponent. powr() assumes the5553 * pow() and powr() are similar. The both take a float exponent. powr() also assumes the5593 * 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 …]
225 * Returns the Element's base data type. This can be a type similar to C/C++ (e.g.
53 This command is similar in it's syntax to the previous one, only instead of creating a processed so…
89 that maps to the instance provided by Dagger. The changes should be similar
121 If you require this method, or similar, please reach out. The idea of a
185 In the CMake configure step, you should see something similar to the
63 Manual replaying is similar to debugging in gdb. A prompt is presented and the user is able to
67 # the file and class documentation (similar to JavaDoc).1198 # Load stylesheet definitions from file. Syntax is similar to doxygen's1205 # Syntax is similar to doxygen's config file.1361 # are defined before the preprocessor is started (similar to the -D option of1516 # collaboration diagrams in a style similar to the OMG's Unified Modeling
210 This is very similar to the Renaming classes except that it also updates the reference in all
81 # the file and class documentation (similar to JavaDoc).1456 # Load style sheet definitions from file. Syntax is similar to doxygen's1463 # Syntax is similar to doxygen's config file.1617 # are defined before the preprocessor is started (similar to the -D option of1778 # collaboration diagrams in a style similar to the OMG's Unified Modeling
90 # documentation (similar to Javadoc). Set to NO to disable this.1729 # Load stylesheet definitions from file. Syntax is similar to doxygen's config1740 # similar to doxygen's config file. A template extensions file can be generated1940 # defined before the preprocessor is started (similar to the -D option of e.g.2122 # collaboration diagrams in a style similar to the OMG's Unified Modeling
1443 public boolean similar(ApnSetting other) { in similar() method in ApnSetting