Home
last modified time | relevance | path

Searched refs:CHECK_GE (Results 1 – 25 of 242) sorted by relevance

12345678910

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interface_java.cpp97 CHECK_GE(ptr, jctx->heap_begin); in __tsan_java_alloc()
110 CHECK_GE(ptr, jctx->heap_begin); in __tsan_java_free()
124 CHECK_GE(src, jctx->heap_begin); in __tsan_java_move()
126 CHECK_GE(dst, jctx->heap_begin); in __tsan_java_move()
157 CHECK_GE(*from_ptr, jctx->heap_begin); in __tsan_java_find()
179 CHECK_GE(addr, jctx->heap_begin); in __tsan_java_mutex_lock()
190 CHECK_GE(addr, jctx->heap_begin); in __tsan_java_mutex_unlock()
200 CHECK_GE(addr, jctx->heap_begin); in __tsan_java_mutex_read_lock()
211 CHECK_GE(addr, jctx->heap_begin); in __tsan_java_mutex_read_unlock()
221 CHECK_GE(addr, jctx->heap_begin); in __tsan_java_mutex_lock_rec()
[all …]
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_java.cc98 CHECK_GE(ptr, jctx->heap_begin); in __tsan_java_alloc()
111 CHECK_GE(ptr, jctx->heap_begin); in __tsan_java_free()
125 CHECK_GE(src, jctx->heap_begin); in __tsan_java_move()
127 CHECK_GE(dst, jctx->heap_begin); in __tsan_java_move()
163 CHECK_GE(addr, jctx->heap_begin); in __tsan_java_mutex_lock()
174 CHECK_GE(addr, jctx->heap_begin); in __tsan_java_mutex_unlock()
184 CHECK_GE(addr, jctx->heap_begin); in __tsan_java_mutex_read_lock()
195 CHECK_GE(addr, jctx->heap_begin); in __tsan_java_mutex_read_unlock()
205 CHECK_GE(addr, jctx->heap_begin); in __tsan_java_mutex_lock_rec()
217 CHECK_GE(addr, jctx->heap_begin); in __tsan_java_mutex_unlock_rec()
[all …]
/external/google-benchmark/src/
Dbenchmark_register.h17 CHECK_GE(lo, 0); in AddPowers()
18 CHECK_GE(hi, lo); in AddPowers()
19 CHECK_GE(mult, 2); in AddPowers()
43 CHECK_GE(hi, lo); in AddNegatedPowers()
63 CHECK_GE(hi, lo); in AddRange()
64 CHECK_GE(mult, 2); in AddRange()
/external/libcxx/utils/google-benchmark/src/
Dbenchmark_register.h10 CHECK_GE(lo, 0); in AddRange()
11 CHECK_GE(hi, lo); in AddRange()
12 CHECK_GE(mult, 2); in AddRange()
/external/llvm-project/llvm/utils/benchmark/src/
Dbenchmark_register.h11 CHECK_GE(lo, 0); in AddRange()
12 CHECK_GE(hi, lo); in AddRange()
13 CHECK_GE(mult, 2); in AddRange()
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dbenchmark_register.h10 CHECK_GE(lo, 0); in AddRange()
11 CHECK_GE(hi, lo); in AddRange()
12 CHECK_GE(mult, 2); in AddRange()
/external/tensorflow/tensorflow/core/kernels/image/
Ddraw_bounding_box_op.cc150 CHECK_GE(min_box_row_clamp, 0); in Compute()
151 CHECK_GE(max_box_row_clamp, 0); in Compute()
154 CHECK_GE(min_box_col_clamp, 0); in Compute()
155 CHECK_GE(max_box_col_clamp, 0); in Compute()
163 CHECK_GE(max_box_row, 0); in Compute()
165 CHECK_GE(max_box_col, 0); in Compute()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dsemaphore.cc23 CHECK_GE(capacity, 0); in Semaphore()
31 CHECK_GE(amount, 0); in Acquire()
43 CHECK_GE(amount, 0); in Release()
/external/tensorflow/tensorflow/compiler/xla/
Dwindow_util.cc235 CHECK_GE(bound, 0); in DilatedBound()
236 CHECK_GE(dilation, 1); in DilatedBound()
249 CHECK_GE(window_size, 0); in StridedBound()
250 CHECK_GE(bound, 0); in StridedBound()
251 CHECK_GE(stride, 1); in StridedBound()
Dreference_util.h342 CHECK_GE(strides[0], 1); in Slice2D()
343 CHECK_GE(strides[1], 1); in Slice2D()
367 CHECK_GE(strides[0], 1); in Slice3D()
368 CHECK_GE(strides[1], 1); in Slice3D()
369 CHECK_GE(strides[2], 1); in Slice3D()
400 CHECK_GE(strides[0], 1); in Slice4D()
401 CHECK_GE(strides[1], 1); in Slice4D()
402 CHECK_GE(strides[2], 1); in Slice4D()
403 CHECK_GE(strides[3], 1); in Slice4D()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_program_group.cc176 CHECK_GE(index, 0); in hlo_metadata()
205 CHECK_GE(index, 0); in may_modify_variables()
218 CHECK_GE(index, 0); in tpu_program()
233 CHECK_GE(index, 0); in executable_info()
240 CHECK_GE(index, 0); in host_transfer_info()
352 CHECK_GE(index, 0); in SerializeExecutable()
362 CHECK_GE(index, 0); in SerializeCompilerMetadata()
/external/tensorflow/tensorflow/core/platform/
Dnet_test.cc26 CHECK_GE(port0, 0); in TEST()
28 CHECK_GE(port1, 0); in TEST()
Dlogging_test.cc45 CHECK_GE(3, 3); in TEST()
78 ASSERT_DEATH(CHECK_GE(2, 3), "2 >= 3"); in TEST()
/external/tensorflow/tensorflow/c/kernels/
Dtensor_shape_utils.cc28 CHECK_GE(TF_NumDims(tensor), 0); in ShapeDebugString()
34 CHECK_GE(dim, 0); in ShapeDebugString()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dtest.h37 #define ASSERT_GE CHECK_GE
48 #define EXPECT_GE CHECK_GE
/external/compiler-rt/lib/safestack/
Dsafestack.cc96 CHECK_GE(size + guard, size); in unsafe_stack_alloc()
103 CHECK_GE((char *)start + size, (char *)start); in unsafe_stack_setup()
104 CHECK_GE((char *)start + guard, (char *)start); in unsafe_stack_setup()
/external/tensorflow/tensorflow/core/lib/random/
Dweighted_picker.cc27 CHECK_GE(N, 0); in WeightedPicker()
127 CHECK_GE(index, 0); in PickAt()
183 CHECK_GE(new_size, 0); in Resize()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_unwind_win.cpp28 CHECK_GE(max_depth, 2); in UnwindSlow()
48 CHECK_GE(max_depth, 2); in UnwindSlow()
Dsanitizer_symbolizer_markup.cpp126 CHECK_GE(max_depth, 2); in UnwindSlow()
142 CHECK_GE(max_depth, 2); in UnwindSlow()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbuffer_allocations.cc62 CHECK_GE(buffer_index, 0); in GetDeviceAddress()
69 CHECK_GE(buffer_index, 0); in GetMutableDeviceAddress()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dpropagate_fixed_sizes.cc44 CHECK_GE(input_width, 1); in ComputeConvSizes()
45 CHECK_GE(input_height, 1); in ComputeConvSizes()
46 CHECK_GE(batch, 1); in ComputeConvSizes()
47 CHECK_GE(kwidth, 1); in ComputeConvSizes()
48 CHECK_GE(kheight, 1); in ComputeConvSizes()
49 CHECK_GE(stride_width, 1); in ComputeConvSizes()
50 CHECK_GE(stride_height, 1); in ComputeConvSizes()
51 CHECK_GE(dilation_width_factor, 1); in ComputeConvSizes()
52 CHECK_GE(dilation_height_factor, 1); in ComputeConvSizes()
376 CHECK_GE(input_shape.dimensions_count(), 1); in ProcessFullyConnectedOperator()
[all …]
Dpropagate_array_data_types.cc89 CHECK_GE(op->inputs.size(), 2); in Run()
96 CHECK_GE(op->inputs.size(), 3); in Run()
103 CHECK_GE(op->inputs.size(), 3); in Run()
138 CHECK_GE(op->inputs.size(), 1); in Run()
/external/openscreen/tools/cddl/
Dlogging.h23 #define CHECK_GE(a, b) CHECK((a) >= (b)) macro
103 CHECK_GE(byte_count, 0); in WriteToStream()
/external/tensorflow/tensorflow/cc/framework/
Dops.cc25 CHECK_GE(i, 0); in input()
42 CHECK_GE(i, 0); in output()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_unwind_linux_libcdep.cc122 CHECK_GE(max_depth, 2); in SlowUnwindStack()
142 CHECK_GE(max_depth, 2); in SlowUnwindStackWithContext()

12345678910