/aosp_15_r20/external/python/cpython2/Objects/ |
D | genobject.c | 48 PyFrameObject *f = gen->gi_frame; in gen_send_ex() local 222 PyObject *val = NULL; in gen_throw() local 383 PyGen_New(PyFrameObject *f) in PyGen_New() 403 PyFrameObject *f = gen->gi_frame; in PyGen_NeedsFinalizing() local
|
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
H A D | float16_gen.c | 88 int isFloat16NaN(unsigned short val) { in isFloat16NaN() 94 int isFloat16Infinite(unsigned short val) { in isFloat16Infinite() 100 int isFloat16SubNormal(unsigned short val) { in isFloat16SubNormal() 105 int isFloat16Negative(unsigned short val) { in isFloat16Negative() 116 unsigned short float2half(float f) { in float2half()
|
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
H A D | Packet.java | 142 public void setFlags(byte f) { in setFlags() 227 public void setNextValueAsByte(byte val) { in setNextValueAsByte() 251 public void setNextValueAsBoolean(boolean val) { in setNextValueAsBoolean() 283 public void setNextValueAsShort(short val) { in setNextValueAsShort() 314 public void setNextValueAsInt(int val) { in setNextValueAsInt() 349 long val = Double.doubleToLongBits(dval); in setNextValueAsDouble() local 383 long val = Float.floatToIntBits(fval); in setNextValueAsFloat() local 413 public void setNextValueAsChar(char val) { in setNextValueAsChar() 444 public void setNextValueAsLong(long val) { in setNextValueAsLong() 476 public void setNextValueAsString(String val) { in setNextValueAsString() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/ |
H A D | exhaustive_unary_test_complex.cc | 50 double f = this->ConvertValue(v); in SetParamsForTanh() local 101 known_incorrect_fn_ = [this](int64_t val) { in __anon9f6fcb090202() 184 double f = this->ConvertValue(v); in __anon9f6fcb090802() local 194 double f = this->ConvertValue(v); in __anon9f6fcb090a02() local
|
/aosp_15_r20/external/libdav1d/tools/input/ |
H A D | parse.h | 36 static int leb128(FILE *const f, size_t *const len) { in leb128() 37 uint64_t val = 0; in leb128() local 57 uint64_t val = 0; in leb() local
|
/aosp_15_r20/external/iproute2/tc/ |
H A D | q_sfb.c | 37 static int get_prob(__u32 *val, const char *arg) in get_prob() 143 static int sfb_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) in sfb_print_opt() 170 static int sfb_print_xstats(struct qdisc_util *qu, FILE *f, in sfb_print_xstats()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/ |
H A D | def_function_test.py | 61 def f(self, x): member in _HasDecoratedMethod 98 def f(unused_x): function 250 def __call__(self, val): argument 255 def compute(self, val): argument 356 def f(x=3, y=7): function 364 def f(x, y): function 372 def f(x, y): function 542 def f(self, arg1, arg2, arg3, arg4=4): member in DefFunctionTest.testInputSignaturePartialFuncMissingTensorSpecs.MyModule 546 def f(arg1, arg2, arg3, arg4=4): function 549 f = lambda arg1, arg2, arg3, arg4=4: arg1 + arg2 + arg3 + arg4 function [all …]
|
/aosp_15_r20/external/libxml2/ |
H A D | xmlschemastypes.c | 117 float f; member 1118 xmlSchemaValueGetAsString(xmlSchemaValPtr val) in xmlSchemaValueGetAsString() 1151 xmlSchemaValueGetAsBoolean(xmlSchemaValPtr val) in xmlSchemaValueGetAsBoolean() 1175 xmlSchemaValPtr val; in xmlSchemaNewStringValue() local 1203 xmlSchemaValPtr val; in xmlSchemaNewNOTATIONValue() local 1229 xmlSchemaValPtr val; in xmlSchemaNewQNameValue() local 1796 const xmlChar *dateTime, xmlSchemaValPtr *val, in xmlSchemaValidateDates() 2019 const xmlChar *duration, xmlSchemaValPtr *val, in xmlSchemaValidateDuration() 2189 const xmlChar *start = value, *end, *f; in xmlSchemaStrip() local 2246 const xmlChar *start = value, *end, *f; in xmlSchemaCollapseString() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/test/cpu_load_tests/ |
D | cpu_load_measurer.cpp | 97 FILE* f = std::fopen(path.c_str(), "r"); in read_proc_pid_stat() local 121 FILE* f = std::fopen("/proc/stat", "r"); in read_proc_stat() local 152 long val(::sysconf(_SC_CLK_TCK)); in read_clock_ticks() local
|
/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | ShaderCore.cpp | 325 SIMD::Float f = x0 - SIMD::Float(i); in Exp2_legacy() local 349 SIMD::Float f = x0 - xi; in Exp2() local 431 const SIMD::Float f = 4.786837e-1f; in Log2() local 456 SIMD::Float f = MulAdd(MulAdd(a, m, b), m, c); in Log2() local 516 std::pair<SIMD::Float, SIMD::Int> Frexp(RValue<SIMD::Float> val) in Frexp() 932 rr::RValue<SIMD::Float> Sign(const rr::RValue<SIMD::Float> &val) in Sign() 940 Modf(const rr::RValue<SIMD::Float> &val) in Modf() 1020 …nst rr::RValue<SIMD::Float> &d, const rr::RValue<SIMD::Float> &e, const rr::RValue<SIMD::Float> &f, in Determinant() 1029 …const rr::RValue<SIMD::Float> &e, const rr::RValue<SIMD::Float> &f, const rr::RValue<SIMD::Float> … in Determinant() 1059 …nst rr::RValue<SIMD::Float> &d, const rr::RValue<SIMD::Float> &e, const rr::RValue<SIMD::Float> &f, in MatrixInverse() [all …]
|
/aosp_15_r20/external/iproute2/ip/ |
H A D | link_ip6tnl.c | 32 static void print_usage(FILE *f) in print_usage() 331 static void ip6tunnel_print_opt(struct link_util *lu, FILE *f, struct rtattr *tb[]) in ip6tunnel_print_opt() 407 __u32 val = ntohl(flowinfo & IP6_FLOWINFO_TCLASS); in ip6tunnel_print_opt() local 533 FILE *f) in ip6tunnel_print_help()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
H A D | np_array_ops.py | 146 def _array_internal(val, dtype=None, copy=True, ndmin=0): # pylint: disable=redefined-outer-name argument 196 def array(val, dtype=None, copy=True, ndmin=0): # pylint: disable=redefined-outer-name argument 458 def imag(val): argument 684 def real(val): argument 798 def f(x): function 1017 def f(ary, indices_or_sections): function 1108 def f(x): function
|
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/i915/include/ |
H A D | xf86drm.h | 104 #define DRM_PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a))) argument 106 #define DRM_PRINTFLIKE(f, a) argument 117 void (*f)(int, void *, void *); member 506 #define DRM_SPINLOCK(spin,val) \ argument 515 #define DRM_SPINLOCK_TAKE(spin,val) \ argument 525 #define DRM_SPINLOCK_COUNT(spin,val,count,__ret) \ argument 535 #define DRM_SPINUNLOCK(spin,val) \ argument
|
/aosp_15_r20/art/runtime/arch/ |
H A D | stub_test.cc | 1044 static void GetSetBooleanStatic(ArtField* f, Thread* self, in GetSetBooleanStatic() 1075 static void GetSetByteStatic(ArtField* f, Thread* self, ArtMethod* referrer, in GetSetByteStatic() 1106 static void GetSetBooleanInstance(Handle<mirror::Object>* obj, ArtField* f, Thread* self, in GetSetBooleanInstance() 1141 static void GetSetByteInstance(Handle<mirror::Object>* obj, ArtField* f, in GetSetByteInstance() 1176 static void GetSetCharStatic(ArtField* f, Thread* self, ArtMethod* referrer, in GetSetCharStatic() 1206 static void GetSetShortStatic(ArtField* f, Thread* self, in GetSetShortStatic() 1237 static void GetSetCharInstance(Handle<mirror::Object>* obj, ArtField* f, in GetSetCharInstance() 1271 static void GetSetShortInstance(Handle<mirror::Object>* obj, ArtField* f, in GetSetShortInstance() 1306 static void GetSet32Static(ArtField* f, Thread* self, ArtMethod* referrer, in GetSet32Static() 1338 static void GetSet32Instance(Handle<mirror::Object>* obj, ArtField* f, in GetSet32Instance() [all …]
|
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/ |
D | core-ojtests-public.jar | ... implements java.lang.Runnable {
final synthetic String val$name
final synthetic Runnable val$runnable
void < ... |
/aosp_15_r20/external/ltp/testcases/kernel/device-drivers/include/ |
H A D | includeTest.c | 87 static int test_open(struct inode *ino, struct file *f) in test_open() 93 static int test_close(struct inode *ino, struct file *f) in test_close() 99 static int test_ioctl(struct inode *ino, struct file *f, unsigned int cmd, in test_ioctl() 281 u32 val; in test_sunrpc_svc() local
|
/aosp_15_r20/external/pdfium/core/fxcrt/ |
H A D | fx_system.cpp | 34 IntType val = FXSYS_DecimalCharToInt(*str); in FXSYS_StrToInt() local 92 int FXSYS_roundf(float f) { in FXSYS_roundf() 196 int f; in FXSYS_stricmp() local 208 wchar_t f; in FXSYS_wcsicmp() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/ |
H A D | flatbuffer_loader.cpp | 322 for (const auto& f : all_functions_) { in parseModule() local 431 IValue val = loader.getIValue(enum_val->value()); in parseEnum() local 595 uint32_t val = values->Get(i); in parseDict() local 627 IValue val = getIValue(object->attrs()->Get(i)); in getOrCreateClassTypeForObject() local 654 IValue val = loader.getIValue(object->attrs()->Get(i)); in parseObject() local 741 for (const auto& f : all_functions_) { in extractJitSourceAndConstants() local 927 IValue val = loader.getIValue(object->attrs()->Get(i)); in parse_flatbuffer_no_object() local
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowParcelTest.java | 91 float f = -6.022e23f; in testReadWriteNumbers() local 112 String val = "test"; in testReadWriteSingleStringEvenLength() local 123 String val = "0123456789abcde"; in testReadWriteLongerStringOddLength() local 195 int val = 5; in testReadWriteSingleInt() local 436 float val = 5.2f; in testReadWriteSingleFloat() local 716 String val = "test"; in testWriteStringReadInt() local 734 int val = 9; in testWriteIntReadString() local 752 long val = 5; in testReadWriteSingleLong() local 789 String val = "test"; in testWriteStringReadLong() local 797 long val = 9; in testWriteLongReadString() local
|
/aosp_15_r20/external/iproute2/lib/ |
H A D | json_writer.c | 97 json_writer_t *jsonw_new(FILE *f) in jsonw_new() 197 void jsonw_bool(json_writer_t *self, bool val) in jsonw_bool() 240 void jsonw_string_field(json_writer_t *self, const char *prop, const char *val) in jsonw_string_field() 246 void jsonw_bool_field(json_writer_t *self, const char *prop, bool val) in jsonw_bool_field() 253 void jsonw_float_field(json_writer_t *self, const char *prop, double val) in jsonw_float_field() 263 double val) in jsonw_float_field_fmt()
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuTexture.cpp | 71 inline void writeRGBA8888Int(uint8_t *ptr, const IVec4 &val) in writeRGBA8888Int() 79 inline void writeRGB888Int(uint8_t *ptr, const IVec4 &val) in writeRGB888Int() 86 inline void writeRGBA8888Float(uint8_t *ptr, const Vec4 &val) in writeRGBA8888Float() 94 inline void writeRGB888Float(uint8_t *ptr, const Vec4 &val) in writeRGB888Float() 101 inline void writeUint24(uint8_t *dst, uint32_t val) in writeUint24() 145 inline void writeUint32Low8(uint8_t *dst, uint8_t val) in writeUint32Low8() 156 inline void writeUint32High8(uint8_t *dst, uint8_t val) in writeUint32High8() 178 inline void writeUint32High16(uint8_t *dst, uint16_t val) in writeUint32High16() 211 inline void writeUint32Low24(uint8_t *dst, uint32_t val) in writeUint32Low24() 222 inline void writeUint32High24(uint8_t *dst, uint32_t val) in writeUint32High24() [all …]
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | ir_print_visitor.cpp | 50 glsl_print_type(FILE *f, const glsl_type *t) in glsl_print_type() 65 _mesa_print_ir(FILE *f, exec_list *instructions, in _mesa_print_ir() 95 fprint_ir(FILE *f, const void *instruction) in fprint_ir() 103 ir_print_visitor::ir_print_visitor(FILE *f) in ir_print_visitor() 484 print_float_constant(FILE *f, float val) in print_float_constant()
|
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_emit_nvc0.cpp | 245 uint8_t val; in emitCondCode() local 1260 bool val = false; in nvc0_selpFlip() local 1451 const FlowInstruction *f = i->asFlow(); in emitFlow() local 1798 uint8_t val; in emitLoadStoreType() local 1838 uint32_t val; in emitCachingMode() local 3058 for (unsigned int f = 0; f < DATA_FILE_COUNT; ++f) { in rebase() local 3100 for (unsigned int f = 0; f < DATA_FILE_COUNT; ++f) { in getLatest() local 3122 for (unsigned int f = 0; f < DATA_FILE_COUNT; ++f) { in setMax() local
|
/aosp_15_r20/external/libaom/aom_dsp/ |
H A D | entenc.c | 194 void od_ec_encode_bool_q15(od_ec_enc *enc, int val, unsigned f) { in od_ec_encode_bool_q15() 245 void od_ec_enc_patch_initial_bits(od_ec_enc *enc, unsigned val, int nbits) { in od_ec_enc_patch_initial_bits() 329 uint16_t val = (uint16_t)(e >> (c + 16)); in od_ec_enc_done() local
|
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_map.cpp | 121 int val = 0; in test_3d() local 165 int val = 0; in test_from_tensor() local 238 static int f(const TensorMap<Tensor<int, 3> >& tensor) { in f() function 250 int val = 0; in test_casting() local
|