Home
last modified time | relevance | path

Searched defs:in_range (Results 1 – 23 of 23) sorted by relevance

/external/libaom/libaom/av1/common/
Dav1_txfm.c119 int in_range = 1; in av1_range_check_buf() local
/external/eigen/unsupported/test/
Dcxx11_tensor_broadcast_sycl.cpp31 array<int, 4> in_range = {{2, 3, 5, 7}}; in test_broadcast_sycl() local
/external/tensorflow/tensorflow/core/kernels/
Dquantize_and_dequantize_op.h285 const auto in_range = in Compute() local
313 const auto in_range = in Compute() local
/external/tensorflow/tensorflow/tools/tensorflow_builder/compat_checker/
Dcompat_checker.py653 def in_range(self, ver, req): member in ConfigCompatChecker
/external/selinux/libsepol/src/
Dutil.c131 unsigned int in_range = 0; in sepol_extended_perms_to_string() local
Dkernel_to_cil.c1584 unsigned int in_range = 0; in xperms_to_str() local
Dmodule_to_cil.c631 unsigned int in_range = 0; in xperms_to_cil() local
/external/boringssl/src/crypto/fipsmodule/bn/
Drandom.c322 crypto_word_t in_range = *out_is_uniform; in bn_rand_secret_range() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Drandom.c322 crypto_word_t in_range = *out_is_uniform; in bn_rand_secret_range() local
/external/rust/crates/oorandom/src/
Dlib.rs427 let in_range = r1.rand_range(low..high); in test_randrange32() localVariable
448 let in_range = r1.rand_range(low..high); in test_randrange64() localVariable
/external/llvm-project/lldb/source/Target/
DThreadPlanStepRange.cpp486 bool in_range = in IsPlanStale() local
/external/skqp/src/shaders/gradients/
DSk4fLinearGradient.cpp81 bool in_range(SkScalar x, SkScalar k1, SkScalar k2) { in in_range() function
/external/skia/src/shaders/gradients/
DSk4fLinearGradient.cpp82 bool in_range(SkScalar x, SkScalar k1, SkScalar k2) { in in_range() function
/external/wpa_supplicant_8/src/eap_common/
Deap_pwd_common.c141 unsigned int in_range; in compute_password_element() local
/external/icu/icu4c/source/i18n/
Ddouble-conversion-bignum-dtoa.cpp630 bool in_range; in FixupMultiply10() local
/external/harfbuzz_ng/src/
Dhb-ot-var-gvar-table.hh243 bool in_range (const void *p, unsigned int l) const in in_range() function
246 template <typename T> bool in_range (const T *p) const { return in_range (p, sizeof (*p)); } in in_range() function
Dhb-array.hh202 bool in_range (const T *p, unsigned int size = T::static_size) const in in_range() function
Dhb-ot-glyf-table.hh381 bool in_range (const CompositeGlyphChain *composite) const in in_range() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc604 auto in_range = [&rank](int64 i) -> bool { return 0 <= i && i < rank; }; in ValidateDotDimensionNumbers() local
1706 const auto in_range = [num_dims](int64 i) { return 0 <= i && i < num_dims; }; in InferConvolveShape() local
/external/llvm-project/lldb/source/Commands/
DCommandObjectWatchpoint.cpp106 bool in_range = false; in VerifyWatchpointIDs() local
/external/wpa_supplicant_8/src/common/
Dsae.c153 unsigned int in_range; in sae_test_pwd_seed_ecc() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc390 bool in_range = true; in GetIndexTypeForKernel() local
438 bool in_range = true; in GetIndexTypeForKernelFromMlir() local
/external/pcre/dist2/src/
Dpcre2_jit_compile.c5939 BOOL in_range; in fast_forward_first_n_chars() local