Searched
full:positive (Results
251 -
275 of
4422) sorted by null
<<11121314151617181920>>
/external/clang/test/OpenMP/ |
teams_thread_limit_messages.cpp | 49 #pragma omp teams thread_limit(-2) // expected-error {{argument to 'thread_limit' clause must be a strictly positive integer value}} 99 #pragma omp teams thread_limit (-2) // expected-error {{argument to 'thread_limit' clause must be a strictly positive integer value}}
|
/external/clang/test/Parser/ |
pragma-unroll.cpp | 43 /* expected-error {{invalid value '0'; must be positive}} */ #pragma unroll(0) 44 /* expected-error {{invalid value '0'; must be positive}} */ #pragma unroll 0
|
/external/deqp/doc/testspecs/GLES31/ |
functional.draw_indirect.txt | 31 - Test positive and negative baseVertex values 59 types of unsigned byte, short and int using both positive and negative
|
/external/elfutils/libdwelf/ |
libdwelf.h | 52 are written to *NAMEP and *BUILDID_P, and the positive length of 63 build ID is written to *BUILDID_P, and the positive length of the
|
/external/icu/icu4c/source/tools/ctestfw/unicode/ |
uperf.h | 98 * Subclasses must implement this method to return positive 104 * Subclasses should override this method to return either positive
|
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/ |
put_long_double_en_US.pass.cpp | 78 { // positive 112 { // positive, showbase 186 { // positive 220 { // positive, showbase 297 { // positive 331 { // positive, showbase 405 { // positive 439 { // positive, showbase
|
put_long_double_fr_FR.pass.cpp | 80 { // positive 114 { // positive, showbase 188 { // positive 222 { // positive, showbase 298 { // positive 332 { // positive, showbase 406 { // positive 440 { // positive, showbase
|
put_long_double_ru_RU.pass.cpp | 86 { // positive 120 { // positive, showbase 194 { // positive 228 { // positive, showbase 304 { // positive 338 { // positive, showbase 412 { // positive 446 { // positive, showbase
|
put_long_double_zh_CN.pass.cpp | 81 { // positive 115 { // positive, showbase 189 { // positive 223 { // positive, showbase 299 { // positive 333 { // positive, showbase 407 { // positive 441 { // positive, showbase
|
put_string_en_US.pass.cpp | 78 { // positive 112 { // positive, showbase 186 { // positive 220 { // positive, showbase 297 { // positive 331 { // positive, showbase 405 { // positive 439 { // positive, showbase
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
btConvexHullComputer.h | 79 between the addresses of consecutive vertices. If "shrink" is positive, the convex hull is shrunken 81 If "shrinkClamp" is positive, "shrink" is clamped to not exceed "shrinkClamp * innerRadius", where "innerRadius"
|
/external/llvm/lib/Transforms/ObjCARC/ |
DependencyAnalysis.h | 65 /// way that requires the reference count to be positive. 70 /// modification (positive or negative) for the pointer's object.
|
/external/nanopb-c/tests/alltypes/ |
alltypes.proto | 13 Positive = 2147483647; 25 required HugeEnum enum_min = 9 [default = Positive];
|
/external/opencv3/3rdparty/libjasper/ |
jpc_math.c | 87 /* Calculate the integer quantity floor(log2(x)), where x is a positive 93 /* The argument must be positive. */
|
/external/proguard/src/proguard/shrink/ |
LocalVariableTypeUsageMarker.java | 113 // We got a positive used flag, so the local variable info is useful. 134 // We got a positive used flag, so the local variable info is useful.
|
/external/sfntly/cpp/src/sfntly/table/ |
font_data_table.h | 69 // of size given. A positive size will create a fixed size backing store and 72 // @param dataSize if positive then a fixed size; if 0 or less then an
|
/external/skia/include/private/ |
SkFloatBits.h | 32 // make x positive 80 to each other or against positive float-bit-constants (like 0). This does
|
/external/skia/src/core/ |
SkMathPriv.h | 40 /** Given a positive value and a positive max, return the value
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_mastergain_gnu.s | 79 CMP r4, r6 @check for positive saturation
88 CMP r5, r6 @check for positive saturation
|
/external/v8/src/regexp/ |
bytecodes-irregexp.h | 15 // has 24 bits, but it can be positive and negative so only use 23 bits for 16 // positive values.
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
integer.hpp | 57 //! Returns the positive square root of x. 87 //! Returns the positive square root of x.
|
/external/webrtc/webrtc/modules/audio_processing/transient/ |
click_annotate.cc | 59 printf("\nThe chunkSize must be a positive integer\n\n"); 65 printf("\nThe sampleRate must be a positive integer\n\n");
|
/external/webrtc/webrtc/modules/video_coding/ |
inter_frame_delay.cc | 93 // it should be positive. 101 // Since it is cast to a Word32, it should be positive.
|
/external/webrtc/webrtc/system_wrappers/source/ |
rtp_to_ntp.cc | 137 // cast to a int32_t, it should be positive. 144 // around. Since it is cast to a int32_t, it should be positive.
|
/frameworks/av/include/media/stagefright/foundation/ |
AUtils.h | 43 /* == ceil(nom / den) * den. T must be integer type, alignment must be positive power of 2 */ 88 /* T must be integer type, period must be positive */
|
Completed in 1933 milliseconds
<<11121314151617181920>>