/aosp_15_r20/external/swiftshader/tests/MathUnitTests/ |
H A D | unittests.cpp | 32 float fast_frexp(float val, int *exp) in fast_frexp() 198 float val = Log2Relaxed(x); in TEST() local 200 double ref = log2((double)x); in TEST() local 279 float val = Exp2Relaxed(x); in TEST() local 281 double ref = exp2((double)x); in TEST() local 353 float val = Log2(x); in TEST() local 355 double ref = log2((double)x); in TEST() local 436 float val = Exp2(x); in TEST() local 438 double ref = exp2((double)x); in TEST() local 490 float val = sin5(z); in TEST() local [all …]
|
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_emit_gv100.h | 99 inline void emitNOT(int pos, const ValueRef &ref) { in emitNOT() 200 inline void emitSYS(int pos, const Value *val) { in emitSYS() 227 inline void emitSYS(int pos, const ValueRef &ref) { in emitSYS() 231 inline void emitBTS(int pos, const Value *val) { in emitBTS() 240 inline void emitBTS(int pos, const ValueRef &ref) { in emitBTS() 248 inline void emitGPR(int pos, const Value *val, int off) { in emitGPR() 261 inline void emitGPR(int pos, const ValueRef &ref) { in emitGPR() 265 inline void emitGPR(int pos, const ValueRef *ref) { in emitGPR() 277 inline void emitPRED(int pos, const Value *val) { in emitPRED() 285 inline void emitPRED(int pos, const ValueRef &ref) { in emitPRED() [all …]
|
H A D | nv50_ir_emit_gm107.cpp | 65 inline void emitGPR(int pos, const ValueRef &ref) { in emitGPR() 68 inline void emitGPR(int pos, const ValueRef *ref) { in emitGPR() 75 inline void emitSYS(int pos, const ValueRef &ref) { in emitSYS() 82 inline void emitPRED(int pos, const ValueRef &ref) { in emitPRED() 260 CodeEmitterGM107::emitGPR(int pos, const Value *val) in emitGPR() 267 CodeEmitterGM107::emitSYS(int pos, const Value *val) in emitSYS() 296 CodeEmitterGM107::emitPRED(int pos, const Value *val) in emitPRED() 303 const ValueRef &ref) in emitADDR() 314 const ValueRef &ref) in emitCBUF() 328 CodeEmitterGM107::longIMMD(const ValueRef &ref) in longIMMD() [all …]
|
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
H A D | PacketStream.java | 196 void writeValue(Value val) { in writeValue() 205 void writeValueChecked(Value val) throws InvalidTypeException { in writeValueChecked() 210 void writeUntaggedValue(Value val) { in writeUntaggedValue() 219 void writeUntaggedValueChecked(Value val) throws InvalidTypeException { in writeUntaggedValueChecked() 435 long ref = readObjectRef(); in readStringReference() local 440 long ref = readObjectRef(); in readArrayReference() local 445 long ref = readObjectRef(); in readThreadReference() local 450 long ref = readObjectRef(); in readThreadGroupReference() local 455 long ref = readObjectRef(); in readClassLoaderReference() local 460 long ref = readObjectRef(); in readClassObjectReference() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/support/ |
D | utree.cpp | 20 inline bool check(boost::spirit::utree const& val, std::string expected) in check() 65 utree val(nil); in main() local 72 utree val(empty_list); in main() local 77 utree val(true); in main() local 82 utree val(123); in main() local 88 utree val('x'); in main() local 97 utree val(123.456); in main() local 102 utree val("Hello, World"); in main() local 120 utree val(utf8_symbol_type("Hello, World")); in main() local 138 utree val(binary_string_type("\xDE#\xAD")); in main() local [all …]
|
/aosp_15_r20/external/executorch/extension/pytree/test/ |
H A D | function_ref_test.cpp | 24 /* implicit */ Item(int32_t val, FunctionRef<void(int32_t&)> ref) in Item() 51 int32_t val = 0; in TEST() local 52 FunctionRef<void(int32_t&)> ref([](int32_t& i) { i = 1; }); in TEST() local 74 int32_t val = 0; in TEST() local 75 FunctionRef<void(int32_t&)> ref(one); in TEST() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/logging/ |
D | LogManager.java | 672 LoggerWeakRef ref = namedLoggers.get(name); in findLogger() local 760 LoggerWeakRef ref = namedLoggers.get(name); in addLocalLogger() local 819 synchronized void removeLoggerRef(String name, LoggerWeakRef ref) { in removeLoggerRef() 1112 LoggerWeakRef ref = (LoggerWeakRef) loggerRefQueue.poll(); in drainLoggerRefQueueBounded() local 1472 String val = getProperty(name); in getStringProperty() local 1483 String val = getProperty(name); in getIntProperty() local 1498 String val = getProperty(name); in getBooleanProperty() local 1515 String val = getProperty(name); in getLevelProperty() local 1528 String val = getProperty(name); in getFilterProperty() local 1551 String val = getProperty(name); in getFormatterProperty() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/23/libcore/ojluni/src/main/java/java/util/logging/ |
D | LogManager.java | 672 LoggerWeakRef ref = namedLoggers.get(name); in findLogger() local 760 LoggerWeakRef ref = namedLoggers.get(name); in addLocalLogger() local 819 synchronized void removeLoggerRef(String name, LoggerWeakRef ref) { in removeLoggerRef() 1112 LoggerWeakRef ref = (LoggerWeakRef) loggerRefQueue.poll(); in drainLoggerRefQueueBounded() local 1472 String val = getProperty(name); in getStringProperty() local 1483 String val = getProperty(name); in getIntProperty() local 1498 String val = getProperty(name); in getBooleanProperty() local 1515 String val = getProperty(name); in getLevelProperty() local 1528 String val = getProperty(name); in getFilterProperty() local 1551 String val = getProperty(name); in getFormatterProperty() local [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/logging/ |
H A D | LogManager.java | 672 LoggerWeakRef ref = namedLoggers.get(name); in findLogger() local 760 LoggerWeakRef ref = namedLoggers.get(name); in addLocalLogger() local 819 synchronized void removeLoggerRef(String name, LoggerWeakRef ref) { in removeLoggerRef() 1112 LoggerWeakRef ref = (LoggerWeakRef) loggerRefQueue.poll(); in drainLoggerRefQueueBounded() local 1472 String val = getProperty(name); in getStringProperty() local 1483 String val = getProperty(name); in getIntProperty() local 1498 String val = getProperty(name); in getBooleanProperty() local 1515 String val = getProperty(name); in getLevelProperty() local 1528 String val = getProperty(name); in getFilterProperty() local 1551 String val = getProperty(name); in getFormatterProperty() local [all …]
|
/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A D | perf_pmu.c | 117 static uint64_t pmu_read_multi(int fd, unsigned int num, uint64_t *val) in pmu_read_multi() 130 #define __assert_within_epsilon(x, ref, tol_up, tol_down) \ argument 138 #define assert_within_epsilon(x, ref, tolerance) \ argument 274 uint64_t val; in single() local 319 uint64_t val, ts[2]; in busy_start() local 354 uint64_t val, val2, ts[2]; in busy_double_start() local 415 static void log_busy(unsigned int num_engines, uint64_t *val) in log_busy() 441 uint64_t val[num_engines]; in busy_check_all() local 504 uint64_t val[num_engines]; in most_busy_check_all() local 561 uint64_t val[num_engines]; in all_busy_check_all() local [all …]
|
/aosp_15_r20/external/libxml2/ |
H A D | uri.c | 1168 int val = *(unsigned char *)p++; in xmlSaveUri() local 1199 int val = *(unsigned char *)p++; in xmlSaveUri() local 1254 int val = *(unsigned char *)p++; in xmlSaveUri() local 1301 int val = *(unsigned char *)p++; in xmlSaveUri() local 1342 int val = *(unsigned char *)p++; in xmlSaveUri() local 1368 int val = *(unsigned char *)p++; in xmlSaveUri() local 1711 unsigned char val; in xmlURIEscapeStr() local 1904 xmlChar *ref = NULL; in xmlResolvePath() local 2013 xmlChar *val = NULL; in xmlBuildURISafe() local 2015 xmlURIPtr ref = NULL; in xmlBuildURISafe() local [all …]
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | uri.c | 1166 int val = *(unsigned char *)p++; in xmlSaveUri() local 1197 int val = *(unsigned char *)p++; in xmlSaveUri() local 1252 int val = *(unsigned char *)p++; in xmlSaveUri() local 1299 int val = *(unsigned char *)p++; in xmlSaveUri() local 1340 int val = *(unsigned char *)p++; in xmlSaveUri() local 1366 int val = *(unsigned char *)p++; in xmlSaveUri() local 1709 unsigned char val; in xmlURIEscapeStr() local 1902 xmlChar *ref = NULL; in xmlResolvePath() local 2009 xmlChar *val = NULL; in xmlBuildURISafe() local 2011 xmlURIPtr ref = NULL; in xmlBuildURISafe() local [all …]
|
/aosp_15_r20/external/mesa3d/src/virtio/vulkan/ |
H A D | vn_common.h | 305 #define VN_REFCOUNT_INIT(val) \ argument 312 vn_refcount_load_relaxed(const struct vn_refcount *ref) in vn_refcount_load_relaxed() 318 vn_refcount_fetch_add_relaxed(struct vn_refcount *ref, int val) in vn_refcount_fetch_add_relaxed() 324 vn_refcount_fetch_sub_release(struct vn_refcount *ref, int val) in vn_refcount_fetch_sub_release() 330 vn_refcount_is_valid(const struct vn_refcount *ref) in vn_refcount_is_valid() 336 vn_refcount_inc(struct vn_refcount *ref) in vn_refcount_inc() 344 vn_refcount_dec(struct vn_refcount *ref) in vn_refcount_dec()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/ |
H A D | op_or_arg_name_mapper.cc | 33 static inline absl::string_view StringRefToView(llvm::StringRef ref) { in StringRefToView() 57 auto& val = prefix_it.first->second; in GetUniqueName() local 82 llvm::StringRef ref = GetUniqueName(GetName(op_or_val)); in GetUniqueName() local 115 auto val = op_or_val.dyn_cast<mlir::Value>(); in GetName() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/ |
H A D | constants.cpp | 50 const IValue& val, in insertConstant() 64 const IValue& val, in tryInsertConstant() 69 at::Tensor ref = val.toTensor(); in tryInsertConstant() local 131 const auto& ref = val.toObjectRef(); in tryInsertConstant() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | quantization_utils_test.cc | 202 for (int val = low; val <= high; ++val) { in TestRequantizeManyInNewRange8To32Bit() local 747 void TestDivide64x2Pow(int64 val, int64 ref) { in TestDivide64x2Pow() 759 void TestDivide64x2PowRound(int64 val, int64 ref) { in TestDivide64x2PowRound() 814 uint8x8_t To8x8(uint8 val) { return vmov_n_u8(val); } in To8x8() 816 int16x8_t To16x8(int16 val) { return vmovq_n_s16(val); } in To16x8() 818 int32x2_t To32x2(int32 val) { in To32x2() 853 const int16 ref = ComputeRefLerp<RESOLUTION, int16>( in TestComputeLerp8x8() local 883 const int64 ref = ComputeRefLerp<RESOLUTION, int64>( in TestComputeLerp32x2() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | Endian.h | 92 value_type val[2]; in readAtBitAlignment() local 127 value_type val[2]; in writeAtBitAlignment() local 214 struct ref { struct 215 explicit ref(void *Ptr) : Ptr(Ptr) {} in ref() argument 217 operator value_type() const { in value_type()
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | Endian.h | 93 value_type val[2]; in readAtBitAlignment() local 128 value_type val[2]; in writeAtBitAlignment() local 215 struct ref { struct 216 explicit ref(void *Ptr) : Ptr(Ptr) {} in ref() argument 218 operator value_type() const { in value_type()
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Iso/ |
H A D | IsoIn.cpp | 132 UInt32 val = 0; in ReadUInt16() local 144 UInt32 val = 0; in ReadUInt32Le() local 152 UInt32 val = 0; in ReadUInt32Be() local 165 UInt32 val = 0; in ReadUInt32() local 389 CRef ref; in CreateRefs() local 624 const CRef &ref = Refs[i]; in Open2() local
|
/aosp_15_r20/external/swiftshader/src/Vulkan/Debug/ |
H A D | Value.hpp | 66 Constant(const T &val) in Constant() 73 T const val; member in vk::dbg::Constant 81 Reference(const T &ref) in Reference() 88 const T &ref; member in vk::dbg::Reference
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | reconintra.c | 535 int r, c, x, base, shift, val; in av1_dr_prediction_z1_c() local 585 int val; in av1_dr_prediction_z2_c() local 612 int r, c, y, base, shift, val; in av1_dr_prediction_z3_c() local 671 int r, c, x, base, shift, val; in av1_highbd_dr_prediction_z1_c() local 723 int val; in av1_highbd_dr_prediction_z2_c() local 751 int r, c, y, base, shift, val; in av1_highbd_dr_prediction_z3_c() local 1085 const uint8_t *ref, int ref_stride, uint8_t *dst, int dst_stride, in build_directional_and_filter_intra_predictors() 1135 int val; in build_directional_and_filter_intra_predictors() local 1249 const uint8_t *ref, int ref_stride, uint8_t *dst, int dst_stride, in build_non_directional_intra_predictors() 1265 int val = 0; in build_non_directional_intra_predictors() local [all …]
|
/aosp_15_r20/external/libvpx/vpx_dsp/x86/ |
H A D | highbd_intrapred_intrin_sse2.c | 71 const __m128i val = _mm_unpacklo_epi64(*row, *row); in h_store_16_unpacklo() local 79 const __m128i val = _mm_unpackhi_epi64(*row, *row); in h_store_16_unpackhi() local 115 const __m128i val = _mm_unpacklo_epi64(*row, *row); in h_store_32_unpacklo() local 125 const __m128i val = _mm_unpackhi_epi64(*row, *row); in h_store_32_unpackhi() local 164 static INLINE __m128i dc_sum_4(const uint16_t *ref) { in dc_sum_4() 215 static INLINE __m128i dc_sum_8(const uint16_t *ref) { in dc_sum_8() 269 static INLINE __m128i dc_sum_16(const uint16_t *ref) { in dc_sum_16() 321 static INLINE __m128i dc_sum_32(const uint16_t *ref) { in dc_sum_32()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | Endian.h | 118 value_type val[2]; in readAtBitAlignment() local 153 value_type val[2]; in writeAtBitAlignment() local 246 struct ref { struct 247 explicit ref(void *Ptr) : Ptr(Ptr) {} in ref() function 249 operator value_type() const { in value_type()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | Endian.h | 133 value_type val[2]; in readAtBitAlignment() local 168 value_type val[2]; in writeAtBitAlignment() local 261 struct ref { struct 262 explicit ref(void *Ptr) : Ptr(Ptr) {} in ref() function 264 operator value_type() const { in value_type()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | Endian.h | 118 value_type val[2]; in readAtBitAlignment() local 153 value_type val[2]; in writeAtBitAlignment() local 246 struct ref { struct 247 explicit ref(void *Ptr) : Ptr(Ptr) {} in ref() function 249 operator value_type() const { in value_type()
|